Model Context Protocol Server Directory
Learn how to integrate MCP servers into your projects
Learn the basics of Model Context Protocol and how to set up your first MCP server
Read GuideHow to integrate MCP servers with Claude Desktop for enhanced capabilities
Read GuideEnhance your coding experience by integrating MCP servers with Claude Code
Read GuideHow to implement resource capabilities for data access in MCP servers
Read GuideModel Context Protocol (MCP) is an open protocol that standardizes how applications provide context to Large Language Models (LLMs). It follows a client-server architecture with MCP Hosts, Clients, and Servers, enabling LLMs to access external data and tools.
Most MCP servers can be installed using package managers like npm (for TypeScript/JavaScript servers) or pip (for Python servers). After installation, you'll need to configure the server in your Claude Desktop or Claude Code settings. Check our directory for specific installation instructions for each server.
Yes! You can create your own MCP server using the official SDKs available in TypeScript, Python, Java, and Kotlin. Check out our "Building Custom MCP Servers" guide for detailed instructions and best practices.
MCP servers can provide three main capabilities: Resources (data access), Tools (function execution), and Prompts (context enhancement). These capabilities allow LLMs to access external data, execute functions, and receive enhanced context for better responses.
To configure MCP servers with Claude Desktop, you'll need to add server configurations to your Claude Desktop settings. This typically involves specifying the server name, command to run the server, and any required options. Check our "Claude Desktop Integration" guide for detailed instructions.