Skip to content

Repository files navigation

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:

  1. Add a server directly — write servers/<slug>.yaml
  2. Add an external source — write sources/<slug>.yaml pointing 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

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


Stats

Metric Count
Unified servers (in dist/servers.json) 383
Direct servers (from servers/) 383
Configured sources 3
Scraped servers cached in scraped/ 0

Configured Sources

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

Scraped Servers

License

MIT

About

A curated collection of high-quality Model Context Protocol (MCP) servers, stored in a machine-readable format for programmatic consumption.

Resources

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages