Command Palette

Search for a command to run...

Home / Servers

awesome-mcp-collection

Updated today

by JustInCache

MseeP.ai Security Assessment Badge

🔌 Awesome MCP Servers

Awesome PRs Welcome License: MIT Last Updated

The most comprehensive, curated collection of Model Context Protocol (MCP) servers.

Unlike other lists, we focus on quality over quantity — featuring battle-tested, actively maintained servers with real-world configurations and developer-focused organization.

Quick StartOfficial ServersBy CategoryBy StackConfigurationsContributing


📖 What is MCP?

Model Context Protocol (MCP) is an open standard that enables AI assistants to securely connect with external tools, data sources, and services. Think of it as a universal plugin system for AI — allowing Claude, Cursor, VS Code Copilot, and other AI tools to interact with your development environment, databases, APIs, and more.

Why MCP Matters

Before MCPWith MCP
Copy-paste context manuallyAI reads your codebase directly
Switch between tools constantlyUnified interface for everything
Limited to training dataReal-time access to live data
Generic responsesContext-aware, personalized help

⚡ Quick Start

1. Choose Your Client

ClientPlatformSetup Guide
Claude DesktopmacOS, WindowsOfficial Guide
CursormacOS, Windows, LinuxCursor MCP Docs
VS Code + ContinueAll platformsContinue Extension
WindsurfmacOS, Windows, LinuxWindsurf Docs

2. Install Your First Server

# Using npx (recommended for TypeScript servers)
npx -y @modelcontextprotocol/server-filesystem /path/to/allowed/directory

# Using uvx (recommended for Python servers)
uvx mcp-server-git --repository /path/to/repo

3. Configure Your Client

Add to your client's configuration file:

{
  "mcpServers": {
    "filesystem": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-filesystem", "/Users/you/projects"]
    }
  }
}

📁 Ready-to-use configs: Check our configs/ directory for complete setups by use case.


🎖️ Official Servers

These are reference implementations maintained by Anthropic and the MCP team. Start here.

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.

204,501

mcp-server-fetch

OfficialUpdated 14d ago

by modelcontextprotocol

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

90,371

@modelcontextprotocol/server-everything

OfficialUpdated 14d ago

by modelcontextprotocol

MCP server that exercises all the features of the MCP protocol

90,371

mcp-server-git

OfficialUpdated 14d ago

by modelcontextprotocol

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

90,371