|
1 |
| -# MCP servers |
| 1 | +# Model Context Protocol servers |
2 | 2 |
|
3 |
| -A collection of reference implementations and community-contributed servers for the [Model Context Protocol](https://modelcontextprotocol.io/) (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. |
| 3 | +This repository is a collection of *reference implementations* for the [Model Context Protocol](https://modelcontextprotocol.io/) (MCP), as well as references |
| 4 | +to community built servers and additional resources. |
4 | 5 |
|
| 6 | +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. |
5 | 7 | Each MCP server is implemented with either the [Typescript MCP SDK](https://github.com/modelcontextprotocol/typescript-sdk) or [Python MCP SDK](https://github.com/modelcontextprotocol/python-sdk).
|
6 | 8 |
|
7 |
| -## 🌟 Featured Servers |
| 9 | +## 🌟 Reference Servers |
8 | 10 |
|
| 11 | +These servers aim to demonstrate MCP features and the Typescript and Python SDK. |
| 12 | + |
| 13 | +- **[AWS KB Retrieval](src/aws-kb-retrieval)** - Retrieval from AWS Knowledge Base using Bedrock Agent Runtime |
| 14 | +- **[Brave Search](src/brave-search)** - Web and local search using Brave's Search API |
| 15 | +- **[EverArt](src/everart)** - AI image generation using various models |
| 16 | +- **[Fetch](src/fetch)** - Web content fetching and conversion for efficient LLM usage |
9 | 17 | - **[Filesystem](src/filesystem)** - Secure file operations with configurable access controls
|
| 18 | +- **[Git](src/git)** - Tools to read, search, and manipulate Git repositories |
10 | 19 | - **[GitHub](src/github)** - Repository management, file operations, and GitHub API integration
|
11 | 20 | - **[GitLab](src/gitlab)** - GitLab API, enabling project management
|
12 |
| -- **[Git](src/git)** - Tools to read, search, and manipulate Git repositories |
13 | 21 | - **[Google Drive](src/gdrive)** - File access and search capabilities for Google Drive
|
14 |
| -- **[PostgreSQL](src/postgres)** - Read-only database access with schema inspection |
15 |
| -- **[Sqlite](src/sqlite)** - Database interaction and business intelligence capabilities |
16 |
| -- **[Slack](src/slack)** - Channel management and messaging capabilities |
17 |
| -- **[Sentry](src/sentry)** - Retrieving and analyzing issues from Sentry.io |
| 22 | +- **[Google Maps](src/google-maps)** - Location services, directions, and place details |
18 | 23 | - **[Memory](src/memory)** - Knowledge graph-based persistent memory system
|
| 24 | +- **[PostgreSQL](src/postgres)** - Read-only database access with schema inspection |
19 | 25 | - **[Puppeteer](src/puppeteer)** - Browser automation and web scraping
|
20 |
| -- **[Brave Search](src/brave-search)** - Web and local search using Brave's Search API |
21 |
| -- **[Google Maps](src/google-maps)** - Location services, directions, and place details |
22 |
| -- **[Fetch](src/fetch)** - Web content fetching and conversion for efficient LLM usage |
| 26 | +- **[Sentry](src/sentry)** - Retrieving and analyzing issues from Sentry.io |
| 27 | +- **[Sequential Thinking](src/sequentialthinking)** - Dynamic and reflective problem-solving through thought sequences |
| 28 | +- **[Slack](src/slack)** - Channel management and messaging capabilities |
| 29 | +- **[Sqlite](src/sqlite)** - Database interaction and business intelligence capabilities |
| 30 | + |
| 31 | +## 🤝 Third-Party Servers |
| 32 | + |
| 33 | +### 🎖️ Official Integrations |
23 | 34 |
|
24 |
| -## 🌎 Community Servers |
| 35 | +Official integrations are maintained by companies building production ready MCP servers for their platforms. |
25 | 36 |
|
26 |
| -- **[Cloudflare](https://github.com/cloudflare/mcp-server-cloudflare)** - Deploy, configure & interrogate your resources on the Cloudflare developer platform (e.g. Workers/KV/R2/D1) |
| 37 | +- <img height="12" width="12" src="https://browserbase.com/favicon.ico" alt="Browserbase Logo" /> **[Browserbase](https://github.com/browserbase/mcp-server-browserbase)** - Automate browser interactions in the cloud (e.g. web navigation, data extraction, form filling, and more) |
| 38 | +- <img height="12" width="12" src="https://cdn.simpleicons.org/cloudflare" /> **[Cloudflare](https://github.com/cloudflare/mcp-server-cloudflare)** - Deploy, configure & interrogate your resources on the Cloudflare developer platform (e.g. Workers/KV/R2/D1) |
27 | 39 | - **[Raygun](https://github.com/MindscapeHQ/mcp-server-raygun)** - Interact with your crash reporting and real using monitoring data on your Raygun account
|
28 | 40 | - **[Obsidian Markdown Notes](https://github.com/calclavia/mcp-obsidian)** - Read and search through your Obsidian vault or any directory containing Markdown notes
|
| 41 | +- <img height="12" width="12" src="https://e2b.dev/favicon.ico" alt="E2B Logo" /> **[E2B](https://github.com/e2b-dev/mcp-server)** - Run code in secure sandboxes hosted by [E2B](https://e2b.dev) |
| 42 | +- **[Neon](https://github.com/neondatabase/mcp-server-neon)** - Interact with the Neon serverless Postgres platform |
| 43 | +- <img height="12" width="12" src="https://www.tinybird.co/favicon.ico" alt="Tinybird Logo" /> **[Tinybird](https://github.com/tinybirdco/mcp-tinybird)** - Interact with Tinybird serverless ClickHouse platform |
| 44 | +- <img height="12" width="12" src="https://pics.fatwang2.com/56912e614b35093426c515860f9f2234.svg" /> [Search1API](https://github.com/fatwang2/search1api-mcp) - One API for Search, Crawling, and Sitemaps |
| 45 | +- <img height="12" width="12" src="https://qdrant.tech/img/brand-resources-logos/logomark.svg" /> **[Qdrant](https://github.com/qdrant/mcp-server-qdrant/)** - Implement semantic memory layer on top of the Qdrant vector search engine |
| 46 | + |
| 47 | +### 🌎 Community Servers |
| 48 | + |
| 49 | +A growing set of community-developed and maintained servers demonstrates various applications of MCP across different domains. |
| 50 | + |
| 51 | +> **Note:** Community servers are **untested** and should be used at **your own risk**. They are not affiliated with or endorsed by Anthropic. |
| 52 | +
|
| 53 | +- **[MCP Installer](https://github.com/anaisbetts/mcp-installer)** - This server is a server that installs other MCP servers for you. |
| 54 | +- **[Spotify MCP](https://github.com/varunneal/spotify-mcp)** - This MCP allows an LLM to play and use Spotify. |
| 55 | +- **[Inoyu](https://github.com/sergehuber/inoyu-mcp-unomi-server)** - Interact with an Apache Unomi CDP customer data platform to retrieve and update customer profiles |
| 56 | +- **[MySQL](https://github.com/designcomputer/mysql_mcp_server)** - MySQL database integration with configurable access controls and schema inspection |
| 57 | +- **[BigQuery](https://github.com/LucasHild/mcp-server-bigquery)** (by LucasHild) - This server enables LLMs to inspect database schemas and execute queries on BigQuery. |
| 58 | +- **[BigQuery](https://github.com/ergut/mcp-bigquery-server)** (by ergut) - Server implementation for Google BigQuery integration that enables direct BigQuery database access and querying capabilities |
| 59 | +- **[Todoist](https://github.com/abhiz123/todoist-mcp-server)** - Interact with Todoist to manage your tasks. |
| 60 | +- **[Tavily search](https://github.com/RamXX/mcp-tavily")** - An MCP server for Tavily's search & news API, with explicit site inclusions/exclusions |
| 61 | +- **[Linear](https://github.com/jerhadf/linear-mcp-server)** - Allows LLM to interact with Linear's API for project management, including searching, creating, and updating issues. |
| 62 | +- **[Playwright MCP](https://github.com/executeautomation/mcp-playwright)** - This MCP Server will help you run browser automation and webscraping using Playwright |
| 63 | +- **[AWS](https://github.com/rishikavikondala/mcp-server-aws)** - Perform operations on your AWS resources using an LLM |
| 64 | +- **[LlamaCloud](https://github.com/run-llama/mcp-server-llamacloud)** (by marcusschiesser) - Integrate the data stored in a managed index on [LlamaCloud](https://cloud.llamaindex.ai/) |
| 65 | +- **[Any Chat Completions](https://github.com/pyroprompts/any-chat-completions-mcp)** - Interact with any OpenAI SDK Compatible Chat Completions API like OpenAI, Perplexity, Groq, xAI and many more. |
| 66 | +- **[Windows CLI](https://github.com/SimonB97/win-cli-mcp-server)** - MCP server for secure command-line interactions on Windows systems, enabling controlled access to PowerShell, CMD, and Git Bash shells. |
| 67 | +- **[OpenRPC](https://github.com/shanejonas/openrpc-mpc-server)** - Interact with and discover JSON-RPC APIs via [OpenRPC](https://open-rpc.org). |
| 68 | + |
| 69 | +## 📚 Resources |
| 70 | + |
| 71 | +Additional resources on MCP. |
| 72 | + |
| 73 | +- **[Awesome MCP Servers by punkpeye](https://github.com/punkpeye/awesome-mcp-servers)** - A curated list of MCP servers by **[Frank Fiegel](https://github.com/punkpeye)** |
| 74 | +- **[Awesome MCP Servers by wong2](https://github.com/wong2/awesome-mcp-servers)** - A curated list of MCP servers by **[wong2](https://github.com/wong2)** |
| 75 | +- **[Awesome MCP Servers by appcypher](https://github.com/appcypher/awesome-mcp-servers)** - A curated list of MCP servers by **[Stephen Akinyemi](https://github.com/appcypher)** |
| 76 | +- **[mcp-get](https://mcp-get.com)** - Command line tool for installing and managing MCP servers by **[Michael Latman](https://github.com/michaellatman)** |
| 77 | +- **[mcp-cli](https://github.com/wong2/mcp-cli)** - A CLI inspector for the Model Context Protocol by **[wong2](https://github.com/wong2)** |
29 | 78 |
|
30 | 79 | ## 🚀 Getting Started
|
31 | 80 |
|
32 | 81 | ### Using MCP Servers in this Repository
|
33 |
| -Typescript-based servers in this repository can be used directly with `npx`. |
| 82 | +Typescript-based servers in this repository can be used directly with `npx`. |
34 | 83 |
|
35 | 84 | For example, this will start the [Memory](src/memory) server:
|
36 | 85 | ```sh
|
37 | 86 | npx -y @modelcontextprotocol/server-memory
|
38 | 87 | ```
|
39 | 88 |
|
40 |
| -Python-based servers in this repository can be used directly with [`uvx`](https://docs.astral.sh/uv/concepts/tools/) or [`pip`](https://pypi.org/project/pip/). `uvx` is recommended for ease of use and setup. |
| 89 | +Python-based servers in this repository can be used directly with [`uvx`](https://docs.astral.sh/uv/concepts/tools/) or [`pip`](https://pypi.org/project/pip/). `uvx` is recommended for ease of use and setup. |
41 | 90 |
|
42 | 91 | For example, this will start the [Git](src/git) server:
|
43 | 92 | ```sh
|
|
0 commit comments