Home / Servers

awesome-mcp-collection

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.

<p align="center"> <a href="#-quick-start">Quick Start</a> β€’ <a href="#-official-servers">Official Servers</a> β€’ <a href="#-by-category">By Category</a> β€’ <a href="#-by-stack">By Stack</a> β€’ <a href="#-configurations">Configurations</a> β€’ <a href="#-contributing">Contributing</a> </p>

πŸ“– 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.

ServerPackageDescriptionTransport
Filesystem@modelcontextprotocol/server-filesystemSecure file operations with configurable access controlsstdio
Fetch@modelcontextprotocol/server-fetchHTTP client for web requests, returns markdown/JSONstdio
Git@modelcontextprotocol/server-gitLocal Git repository operations and analysisstdio
Memory@modelcontextprotocol/server-memoryPersistent knowledge graph for cross-session contextstdio
PostgreSQL@modelcontextprotocol/server-postgresRead-only database access with schema inspectionstdio
SQLite@modelcontextprotocol/server-sqliteSQLite database operations with built-in analysisstdio
Brave Search@modelcontextprotocol/server-brave-searchWeb search via Brave's privacy-focused APIstdio
Puppeteer`@modelcontextprotoc

Related servers

n8n

by n8n-io

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

NOASSERTIONβ˜… 198,904

@modelcontextprotocol/server-everything

Official

by modelcontextprotocol

MCP server that exercises all the features of the MCP protocol

β˜… 89,105

@modelcontextprotocol/server-filesystem

Official

by modelcontextprotocol

MCP server for filesystem access

SEE LICENSE IN LICENSEβ˜… 89,105

mcp-server-fetch

Official

by modelcontextprotocol

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

β˜… 89,105