Best MCP Servers for Claude, Cursor & AI Agents

Browse 20+ curated Model Context Protocol servers. Find, compare, and install the best MCP servers for your AI workflow.

Browse MCP Servers by Category

20 servers
Filesystem

Secure file operations with configurable access controls.

ClaudeCursorGeneric
npx -y @modelcontextprotocol/server-filesystem /path/to/allowed/dir
DevTools

Repository management, file operations, and search.

ClaudeCursorGeneric
npx -y @modelcontextprotocol/server-github
Database

Read-only database access with schema inspection.

ClaudeCursorGeneric
npx -y @modelcontextprotocol/server-postgres postgresql://localhost/mydb
Database

SQLite database interaction and querying.

ClaudeCursorGeneric
npx -y @modelcontextprotocol/server-sqlite /path/to/database.db
Browser

Browser automation and web scraping capabilities.

ClaudeCursorGeneric
npx -y @modelcontextprotocol/server-puppeteer

Web and local search using Brave Search API.

ClaudeCursorGeneric
npx -y @modelcontextprotocol/server-brave-search

Fetch any URL and extract content as markdown.

ClaudeCursorGeneric
npx -y @modelcontextprotocol/server-fetch
Communication

Send and read Slack messages across channels.

ClaudeCursorGeneric
npx -y @modelcontextprotocol/server-slack

Access and search Google Drive files and documents.

ClaudeCursorGeneric
npx -y @modelcontextprotocol/server-google-drive

Dynamic problem-solving with structured thought chains.

ClaudeCursorGeneric
npx -y @modelcontextprotocol/server-sequential-thinking

Retrieve information from AWS Knowledge Base.

ClaudeCursorGeneric
npx -y @modelcontextprotocol/server-aws-kb-retrieval
DevTools

Error tracking and performance monitoring integration.

ClaudeCursorGeneric
npx -y @modelcontextprotocol/server-sentry
Database

Redis operations including read, write, and search.

ClaudeCursorGeneric
npx -y @modelcontextprotocol/server-redis
DevTools

Reference server demonstrating all MCP features.

ClaudeCursorGeneric
npx -y @modelcontextprotocol/server-everything

Scrape and convert any website to LLM-ready markdown.

ClaudeCursorGeneric
npx -y mcp-server-firecrawl

Cloud browser automation and session management.

ClaudeCursorGeneric
npx -y @browserbasehq/mcp-server-browserbase
Communication

Read and write Notion pages and databases.

ClaudeCursorGeneric
npx -y @notionhq/notion-mcp-server
Communication

Project management and issue tracking integration.

ClaudeCursorGeneric
npx -y @linear/mcp-server
Cloud

Manage Vercel deployments and projects.

ClaudeCursorGeneric
npx -y @vercel/mcp-server
Browser

End-to-end testing and browser automation.

ClaudeCursorGeneric
npx -y @playwright/mcp-server

How to Install MCP Servers

Choose your client and copy the configuration.

claude_desktop_config.json
{
  "mcpServers": {
    "filesystem": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-filesystem", "/path/to/dir"]
    }
  }
}

Frequently Asked Questions

What is an MCP Server?

An MCP (Model Context Protocol) server is a lightweight program that exposes tools, resources, and prompts to AI clients like Claude Desktop and Cursor. It enables AI agents to interact with external systems—files, databases, APIs, browsers, and more—through a standardized protocol.

How do I install MCP servers in Claude Desktop?

Open Claude Desktop Settings → Developer → Edit Config. Add the server configuration to your claude_desktop_config.json file with the command and arguments for the MCP server you want to use. Restart Claude Desktop to apply changes.

How do I add MCP servers to Cursor?

In Cursor, create or edit the .cursor/mcp.json file in your project root or home directory. Add the MCP server configuration with the command and args, then reload the Cursor window. Cursor will automatically detect and connect to the configured servers.

What are the best MCP servers for developers?

Popular choices include Filesystem (file operations), GitHub (repo management), PostgreSQL (database access), Puppeteer (browser automation), and Brave Search (web search). The best server depends on your specific workflow and the external tools you use daily.

Are MCP servers free to use?

Most MCP servers are open-source and free to use. However, some servers require API keys for third-party services (e.g., Brave Search API, AWS credentials) which may have their own pricing. Always check the server's documentation for any required credentials or costs.

What is the Model Context Protocol (MCP)?

MCP is an open protocol developed by Anthropic that standardizes how AI applications connect to external data sources and tools. It allows AI clients to discover and use capabilities exposed by MCP servers, creating a modular ecosystem of AI-powered integrations.

Can I use multiple MCP servers at once?

Yes. Both Claude Desktop and Cursor support multiple concurrent MCP servers. You can configure as many servers as needed in your configuration file, and the AI client will have access to all their combined tools and resources.

Where can I find more MCP servers?

You can discover more MCP servers on GitHub by searching for 'mcp-server' or visiting the official Model Context Protocol servers repository. This directory curates the most popular and well-maintained servers for easy discovery.