A curated collection of high-quality Model Context Protocol (MCP) servers, stored in a machine-readable format for programmatic consumption.
This repo contains two types of content:
| Type | Where it lives | What it is |
|---|---|---|
| Local servers | servers/*.yaml |
Hand-curated MCP server entries maintained in this repo |
| External sources | sources/*.yaml + config.yaml |
Links to GitHub repos that aggregate MCP servers |
The build system (make build) fetches all sources, merges them into dist/, and updates this README automatically.
MCP is an open protocol that enables AI models to securely interact with local and remote resources through standardized server implementations. MCP servers extend AI capabilities through file access, database connections, API integrations, and other contextual services.
# Install
pip install -r requirements.txt
# Build the unified collection from all sources
make build
# Or run everything (validate + test + build + readme update)
make allFetch the unified collection:
# Index entry point
curl -s https://raw.githubusercontent.com/Chat2AnyLLM/awesome-mcp-servers/main/dist/index.json
# All servers
curl -s https://raw.githubusercontent.com/Chat2AnyLLM/awesome-mcp-servers/main/dist/servers.jsonSee CONTRIBUTING.md for details. Two ways to contribute:
- Add a server directly — write
servers/<slug>.yaml - Add an external source — write
sources/<slug>.yamlpointing to a GitHub repo
File I/O, directory operations, cloud storage
| Server | Description | Tags |
|---|---|---|
| filesystem | Access local files with secure defaults | official filesystem |
Database access, queries, migrations
| Server | Description | Tags |
|---|---|---|
| sqlite | SQLite database access with query capabilities | official database sql |
Git, GitHub, GitLab, code hosting
| Server | Description | Tags |
|---|---|---|
| github | GitHub API integration | official github |
Web search, scraping, HTTP clients
| Server | Description | Tags |
|---|---|---|
| brave-search | Web and local search via Brave Search API | official search |
AWS, Azure, GCP, cloud services
(No local entries yet — add one via servers/)
AI model serving, inference, training
(No local entries yet — add one via servers/)
CI/CD, monitoring, debugging, IDE integration
(No local entries yet — add one via servers/)
Email, messaging, notifications, Slack
(No local entries yet — add one via servers/)
Authentication, secrets, vulnerability scanning
(No local entries yet — add one via servers/)
Data processing, ETL, analytics
(No local entries yet — add one via servers/)
Task management, notes, calendars
(No local entries yet — add one via servers/)
(No local entries yet — add one via servers/)
These GitHub repos are aggregated via the build system. Servers from external sources appear in dist/servers.json under their source name.
| Source | Type | Format | Description |
|---|---|---|---|
| Punkpeye Awesome MCP Servers | github | md | Community-curated list of MCP servers |
| Official MCP Servers | github | md | Reference implementations from the MCP team |
Punkpeye Awesome MCP Servers (scraped)
See the full list at github.com/punkpeye/awesome-mcp-servers
Official MCP Servers (scraped)
See the full list at github.com/modelcontextprotocol/servers
| Metric | Count |
|---|---|
Unified servers (in dist/servers.json) |
383 |
Direct servers (from servers/) |
383 |
| Configured sources | 3 |
Scraped servers cached in scraped/ |
0 |
| Source | Type | Location | Format | Loaded |
|---|---|---|---|---|
| Local Servers | local | servers/ |
- | 383 |
| Punkpeye Awesome MCP Servers | github | https://github.com/punkpeye/awesome-mcp-servers | md | 0 |
| Official MCP Servers | github | https://github.com/modelcontextprotocol/servers | md | 0 |
MIT