MCP Server Directory
Browse Model Context Protocol servers to extend Claude Code, Cursor, and other AI tools. Add file access, database connections, API integrations, and more.
Featured MCP Servers
File System MCP
Comprehensive file system operations including read, write, create, delete, and directory management with full path resolution.
npm install @modelcontextprotocol/server-filesystemGit MCP
Complete Git repository management including commits, branches, merges, and remote operations through natural language.
npm install @modelcontextprotocol/server-gitPostgreSQL MCP
Direct PostgreSQL database interaction with schema introspection, query execution, and data manipulation capabilities.
npm install @modelcontextprotocol/server-postgresAll MCP Servers
AWS MCP
Manage AWS resources including EC2, S3, Lambda, and other services through conversational AI interface.
npm install @aws/mcp-serverDocker MCP
Container management and orchestration with support for Docker Compose and Kubernetes integration.
npm install @docker/mcp-serverREST API MCP
Test and interact with REST APIs, including authentication, request building, and response validation.
npm install @apitools/mcp-restMongoDB MCP
NoSQL database operations with aggregation pipeline support and document management capabilities.
npm install @mongodb/mcp-serverJest Testing MCP
Automated test generation, execution, and coverage reporting for JavaScript and TypeScript projects.
npm install @testing/mcp-jestWhat is Model Context Protocol?
MCP (Model Context Protocol) is an open standard that allows AI coding assistants like Claude Code and Cursor to interact with external tools, databases, and APIs. Think of MCP servers as plugins that extend your AI assistant's capabilities.
File Access
Read, write, and manage files in your project directory
Database Queries
Query and manipulate databases directly from your AI assistant
API Integration
Connect to external services and APIs through natural language