
awesome-mcp-servers
by Chat2AnyLLM
Awesome MCP Servers
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.
What is MCP?
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.
Quick Start
# Install
pip install -r requirements.txt
# Build the unified collection from all sources
make build
# Or run everything (validate + test + build + readme update)
make all
For Consumers
Fetch 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.json
Contributing
See 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
Server Directory
📂 File Systems
File I/O, directory operations, cloud storage
| Server | Description | Tags |
|---|---|---|
| filesystem | Access local files with secure defaults | official filesystem |
🗄️ Databases
Database access, queries, migrations
| Server | Description | Tags |
|---|---|---|
| sqlite | SQLite database access with query capabilities | official database sql |
🔄 Version Control
Git, GitHub, GitLab, code hosting
| Server | Description | Tags |
|---|---|---|
| github | GitHub API integration | official github |
🌐 Web
Web search, scraping, HTTP clients
| Server | Description | Tags |
|---|---|---|
| brave-search | Web and local search via Brave Search API | official search |
☁️ Cloud Platforms
AWS, Azure, GCP, cloud services
(No local entries yet — add one via servers/)
🤖 AI/ML
AI model serving, inference, training
(No local entries yet — add one via servers/)
🛠️ Developer Tools
CI/CD, monitoring, debugging, IDE integration
(No local entries yet — add one via servers/)
💬 Communication
Email, messaging, notifications, Slack
(No local entries yet — add one via servers/)
🔒 Security
Authentication, secrets, vulnerability scanning
(No local entries yet — add one via servers/)
📊 Data
Data processing, ETL, analytics
(No local entries yet — add one via servers/)
🏢 Productivity
Task management, notes, calendars
(No local entries yet — add one via servers/)
🔗 Other
(No local entries yet — add one via servers/)
External Sources
Related servers

n8n
Updated todayby n8n-io
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

mcp-server-git
OfficialUpdated todayA Model Context Protocol server providing tools to read, search, and manipulate Git repositories programmatically via LLMs

mcp-server-fetch
OfficialUpdated todayA Model Context Protocol server providing tools to fetch and convert web content for usage by LLMs