MCP servers
A collection of reference implementations and community-contributed servers for the Model Context Protocol (MCP). This repository showcases 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.
🌟 Featured Servers
- Filesystem - Secure file operations with configurable access controls
- GitHub - Repository management, file operations, and GitHub API integration
- Google Drive - File access and search capabilities for Google Drive
- PostgreSQL - Read-only database access with schema inspection
- Slack - Channel management and messaging capabilities
- Memory - Knowledge graph-based persistent memory system
- Puppeteer - Browser automation and web scraping
- Brave Search - Web and local search using Brave's Search API
- Google Maps - Location services, directions, and place details
- Fetch - Web content fetching and conversion for efficient LLM usage
🚀 Getting Started
Using MCP Servers in this Repository
Typescript-based servers in this repository can be used directly with npx
.
For example, this will start the Memory server:
Python-based servers in this repository can be used directly with uvx
or pip
. uvx
is recommended for ease of use and setup.
For example, this will start the Git server:
Follow these instructions to install uv
/ uvx
and these to install pip
.
Using an MCP Client
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:
🛠️ Creating Your Own Server
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.
🤝 Contributing
See CONTRIBUTING.md for information about contributing to this repository.
🔒 Security
See SECURITY.md for reporting security vulnerabilities.
📜 License
This project is licensed under the MIT License - see the LICENSE file for details.
💬 Community
⭐ Support
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!
No reviews found!
No comments found for this product. Be the first to comment!