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 serversSecure file operations with configurable access controls.
npx -y @modelcontextprotocol/server-filesystem /path/to/allowed/dirRepository management, file operations, and search.
npx -y @modelcontextprotocol/server-githubRead-only database access with schema inspection.
npx -y @modelcontextprotocol/server-postgres postgresql://localhost/mydbSQLite database interaction and querying.
npx -y @modelcontextprotocol/server-sqlite /path/to/database.dbBrowser automation and web scraping capabilities.
npx -y @modelcontextprotocol/server-puppeteerWeb and local search using Brave Search API.
npx -y @modelcontextprotocol/server-brave-searchFetch any URL and extract content as markdown.
npx -y @modelcontextprotocol/server-fetchSend and read Slack messages across channels.
npx -y @modelcontextprotocol/server-slackAccess and search Google Drive files and documents.
npx -y @modelcontextprotocol/server-google-driveDynamic problem-solving with structured thought chains.
npx -y @modelcontextprotocol/server-sequential-thinkingRetrieve information from AWS Knowledge Base.
npx -y @modelcontextprotocol/server-aws-kb-retrievalError tracking and performance monitoring integration.
npx -y @modelcontextprotocol/server-sentryRedis operations including read, write, and search.
npx -y @modelcontextprotocol/server-redisReference server demonstrating all MCP features.
npx -y @modelcontextprotocol/server-everythingScrape and convert any website to LLM-ready markdown.
npx -y mcp-server-firecrawlCloud browser automation and session management.
npx -y @browserbasehq/mcp-server-browserbaseRead and write Notion pages and databases.
npx -y @notionhq/notion-mcp-serverProject management and issue tracking integration.
npx -y @linear/mcp-serverEnd-to-end testing and browser automation.
npx -y @playwright/mcp-serverHow to Install MCP Servers
Choose your client and copy the configuration.
{
"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.