GitHub - modelcontextprotocol/servers: Model Context Protocol Servers (original) (raw)

This repository is a collection of reference implementations for the Model Context Protocol (MCP), as well as references to community built servers and additional resources.

The servers in this repository showcase the versatility and extensibility of MCP, demonstrating how it can be used to give Large Language Models (LLMs) secure, controlled access to tools and data sources. Each MCP server is implemented with either the Typescript MCP SDK or Python MCP SDK.

These servers aim to demonstrate MCP features and the TypeScript and Python SDKs.

Official integrations are maintained by companies building production ready MCP servers for their platforms.

A growing set of community-developed and maintained servers demonstrates various applications of MCP across different domains.

These are high-level frameworks that make it easier to build MCP servers or clients.

Additional resources on MCP.

Typescript-based servers in this repository can be used directly with npx.

Python-based servers in this repository can be used directly with uvx or pip. uvx is recommended for ease of use and setup.

However, running a server on its own isn't very useful, and should instead be configured into an MCP client. For example, here's the Claude Desktop configuration to use the above server:

Additional examples of using the Claude Desktop as an MCP client might look like:

Interested in creating your own MCP server? Visit the official documentation at modelcontextprotocol.io for comprehensive guides, best practices, and technical details on implementing MCP servers.

This project is licensed under the MIT License - see the LICENSE file for details.

If you find MCP servers useful, please consider starring the repository and contributing new servers or improvements!

Managed by Anthropic, but built together with the community. The Model Context Protocol is open source and we encourage everyone to contribute their own servers and improvements!