Command Palette

Search for a command to run...

Home / Servers

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:

TypeWhere it livesWhat it is
Local serversservers/*.yamlHand-curated MCP server entries maintained in this repo
External sourcessources/*.yaml + config.yamlLinks 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

ServerDescriptionTags
filesystemAccess local files with secure defaultsofficial filesystem

🗄️ Databases

Database access, queries, migrations

ServerDescriptionTags
sqliteSQLite database access with query capabilitiesofficial database sql

🔄 Version Control

Git, GitHub, GitLab, code hosting

ServerDescriptionTags
githubGitHub API integrationofficial github

🌐 Web

Web search, scraping, HTTP clients

ServerDescriptionTags
brave-searchWeb and local search via Brave Search APIofficial 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 today

by n8n-io

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

199,260

mcp-server-git

OfficialUpdated today

by modelcontextprotocol

A Model Context Protocol server providing tools to read, search, and manipulate Git repositories programmatically via LLMs

89,176

mcp-server-fetch

OfficialUpdated today

by modelcontextprotocol

A Model Context Protocol server providing tools to fetch and convert web content for usage by LLMs

89,176

@modelcontextprotocol/server-everything

OfficialUpdated today

by modelcontextprotocol

MCP server that exercises all the features of the MCP protocol

89,176