MCP Hub
Back to servers

awesome-mcp-collection

The most comprehensive, curated collection of MCP servers with ready-to-use configurations

GitHub
Stars
5
Updated
Feb 6, 2026
Validated
Feb 9, 2026

🔌 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.

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@modelcontextprotocol/server-puppeteerBrowser automation via Chrome DevTools Protocolstdio
Sequential Thinking@modelcontextprotocol/server-sequentialthinkingDynamic multi-step reasoning with thought chainingstdio
Slack@modelcontextprotocol/server-slackSlack workspace messaging and channel managementstdio
Google Drive@modelcontextprotocol/server-gdriveGoogle Drive file access and searchstdio
Google Maps@modelcontextprotocol/server-google-mapsLocation services, routing, and place detailsstdio
Sentry@modelcontextprotocol/server-sentryError tracking and performance monitoringstdio
Everything@modelcontextprotocol/server-everythingReference implementation exercising all MCP featuresstdio

📦 Install any official server: npx -y @modelcontextprotocol/server-<name>


📂 By Category

🔧 Development & Version Control

Essential tools for software development workflows.

ServerRepoStarsLangDescription
GitHub 🎖️github/github-mcp-server⭐ 15k+TSThe gold standard. Full GitHub integration: repos, issues, PRs, Actions, code scanning. OAuth + remote MCP support.
GitLabmodelcontextprotocol/server-gitlabOfficialTSGitLab platform integration for projects, MRs, and CI/CD
Playwright 🎖️microsoft/playwright-mcp⭐ 11k+TSMicrosoft Official. Browser automation using accessibility snapshots for reliability
JetBrainsjetbrains/mcpProxy⭐ 2k+TSConnect to IntelliJ, PyCharm, WebStorm, and all JetBrains IDEs
Xcoder-huijts/xcode-mcp-server🍎TSiOS/macOS development: project management, builds, simulators
Code Executorpydantic/mcp-run-pythonOfficialPythonExecute Python code safely in isolated sandboxes
DockerQuantGeekDev/docker-mcp⭐ 500+GoContainer management, image operations, compose support

☁️ Cloud & Infrastructure

Deploy, manage, and monitor cloud resources.

ServerRepoStarsLangDescription
AWS 🎖️awslabs/mcp⭐ 4k+TS/PythonAWS Official. 20+ servers for S3, Lambda, DynamoDB, CloudWatch, and more
Azure 🎖️Azure/azure-mcp⭐ 1k+TSMicrosoft Official. Storage, Cosmos DB, Monitor, DevOps integration
GCPgoogleapis/genai-toolbox⭐ 500+GoGoogle Cloud database and service integration
Kubernetesstrowk/mcp-k8s-go⭐ 800+GoMulti-cluster K8s management with 50+ tools
Terraform 🎖️hashicorp/terraform-mcp-server⭐ 2k+GoHashiCorp Official. Registry, providers, modules, IaC generation
Cloudflare 🎖️cloudflare/mcp-server-cloudflare⭐ 1k+TSWorkers, KV, R2, D1, and edge infrastructure
Pulumi 🎖️pulumi/mcp-server⭐ 300+TSInfrastructure as Code operations and Cloud API

💾 Databases

Query, manage, and analyze your data.

ServerRepoStarsLangDescription
PostgreSQL 🎖️modelcontextprotocol/server-postgresOfficialTSRead-only access with schema inspection
MySQLdesigncomputer/mysql_mcp_server⭐ 400+PythonFull MySQL support with configurable permissions
MongoDBmongodb-js/mongodb-mcp-server⭐ 600+TSAtlas support, document operations, aggregations
Supabase 🎖️supabase-community/supabase-mcp⭐ 1k+TSOfficial. Database, Auth, Edge Functions, Realtime
Redis 🎖️redis/mcp-redis⭐ 200+PythonOfficial Redis integration with search capabilities
Neon 🎖️neondatabase/mcp-server-neon⭐ 300+TSServerless Postgres with branching support
Prisma 🎖️prisma/mcp⭐ 500+TSPrisma Postgres, migrations, queries
ClickHouse 🎖️ClickHouse/mcp-clickhouse⭐ 200+PythonAnalytics database integration
Pinecone 🎖️pinecone-io/assistant-mcp⭐ 300+RustVector database for RAG applications
Qdrant 🎖️qdrant/mcp-server-qdrant⭐ 200+PythonVector search and semantic memory

🌐 Web & Search

Access the web, scrape content, and search the internet.

ServerRepoStarsLangDescription
Brave Search 🎖️modelcontextprotocol/server-brave-searchOfficialTSPrivacy-focused web search
Exa 🎖️exa-labs/exa-mcp-server⭐ 1k+TSAI-native web search with semantic understanding
Firecrawlfirecrawl-mcp⭐ 800+TSWeb scraping with dynamic content support
Browserbase 🎖️browserbase/mcp-server-browserbase⭐ 500+TSCloud browser automation with stealth mode
Bright Data 🎖️luminati-io/brightdata-mcp⭐ 400+TSEnterprise web scraping and data extraction
Perplexitytanigami/mcp-server-perplexity⭐ 200+PythonReal-time web search with citations
Apify 🎖️apify/actors-mcp-server⭐ 300+TS3,000+ pre-built web scrapers

📊 Productivity & Collaboration

Connect to your daily tools.

ServerRepoStarsLangDescription
Slack 🎖️modelcontextprotocol/server-slackOfficialTSMessaging, channels, search
Notionmakenotion/notion-mcp-server⭐ 800+TSDatabases, pages, content management
Linear 🎖️linear/mcp-server-linear⭐ 400+TSIssue tracking and project management
Jirasooperset/mcp-atlassian⭐ 500+PythonIssues, projects, workflows, JQL search
Confluencesooperset/mcp-atlassian⭐ 500+PythonDocumentation and knowledge base
Obsidiancalclavia/mcp-obsidian⭐ 600+TSVault access, note management, search
Google Workspacetaylorwilsdon/google_workspace_mcp⭐ 300+PythonCalendar, Drive, Gmail, Docs, Sheets
TodoistVariousCommunityTSTask management integration

💰 Finance & Fintech

Handle payments, trading, and financial data.

ServerRepoStarsLangDescription
Stripe 🎖️stripe/agent-toolkit⭐ 800+Python/TSPayments, subscriptions, invoices
Polygon.io 🎖️polygon-io/mcp_polygon⭐ 200+PythonStock, forex, and crypto market data
Alpacalaukikk/alpaca-mcp⭐ 100+PythonStock trading and portfolio management
CoinGeckoCommunityVariousTSCryptocurrency market data
Yahoo Financenarumiruna/yfinance-mcp⭐ 100+PythonStock data and financial analysis

🔒 Security & DevSecOps

Scan, audit, and secure your applications.

ServerRepoStarsLangDescription
Snyk 🎖️snyk/studio-mcp⭐ 300+TSVulnerability scanning for AI-generated code
Semgrep 🎖️semgrep/mcp⭐ 200+TSStatic analysis and security scanning
GitGuardiangitguardian/mcp-serverOfficialPythonSecret detection with 500+ detectors
VirusTotalBurtTheCoder/mcp-virustotal⭐ 100+TSURL/file scanning and threat analysis
ShodanBurtTheCoder/mcp-shodan⭐ 100+TSInternet-connected device search

🤖 AI & ML

Enhance AI capabilities and integrate with ML platforms.

ServerRepoStarsLangDescription
OpenAImzxrai/mcp-openai⭐ 400+TSChat with GPT models directly
LangFuse 🎖️langfuse/mcp-server-langfuse⭐ 300+PythonLLM observability and prompt management
Hugging Faceevalstate/mcp-hfspace⭐ 200+TSAccess HF Spaces and models
Replicateawkoy/replicate-flux-mcp⭐ 100+TSImage generation via Replicate API
Context7 🎖️upstash/context7⭐ 500+TSUp-to-date documentation for LLMs

📱 Platform-Specific

Mobile, desktop, and specialized platforms.

ServerRepoStarsLangDescription
iOS Simulatormobile-next/mobile-mcp⭐ 300+TSiOS/Android automation and testing
Androidhyperb1iss/droidmind⭐ 200+PythonAndroid device control via ADB
Home Assistantallenporter/mcp-server-home-assistant⭐ 400+PythonSmart home automation
Blenderahujasid/blender-mcp⭐ 600+Python3D modeling and animation
UnityCoderGamester/mcp-unity⭐ 200+C#Game development integration

👨‍💻 By Stack

Choose the right servers based on your tech stack.

Full-Stack JavaScript/TypeScript Developer

{
  "mcpServers": {
    "github": { "command": "npx", "args": ["-y", "@modelcontextprotocol/server-github"] },
    "filesystem": { "command": "npx", "args": ["-y", "@modelcontextprotocol/server-filesystem", "."] },
    "postgres": { "command": "npx", "args": ["-y", "@modelcontextprotocol/server-postgres"] },
    "memory": { "command": "npx", "args": ["-y", "@modelcontextprotocol/server-memory"] }
  }
}

📁 See: configs/fullstack-js.json

Python/Data Science Developer

{
  "mcpServers": {
    "filesystem": { "command": "npx", "args": ["-y", "@modelcontextprotocol/server-filesystem", "."] },
    "jupyter": { "command": "uvx", "args": ["mcp-server-jupyter"] },
    "postgres": { "command": "npx", "args": ["-y", "@modelcontextprotocol/server-postgres"] },
    "memory": { "command": "npx", "args": ["-y", "@modelcontextprotocol/server-memory"] }
  }
}

📁 See: configs/python-datascience.json

DevOps/Platform Engineer

{
  "mcpServers": {
    "github": { "command": "npx", "args": ["-y", "@modelcontextprotocol/server-github"] },
    "kubernetes": { "command": "mcp-k8s-go" },
    "terraform": { "command": "terraform-mcp-server" },
    "docker": { "command": "docker-mcp" }
  }
}

📁 See: configs/devops.json

More Stacks

StackConfig FileServers Included
Frontend React/Vueconfigs/frontend.jsonGitHub, Filesystem, Figma, Playwright
Mobile iOS/Androidconfigs/mobile.jsonXcode, Simulator, Filesystem
Security Engineerconfigs/security.jsonSnyk, Semgrep, Shodan, VirusTotal
Startup Founderconfigs/startup.jsonStripe, Supabase, Linear, Slack

⚙️ Configurations

Ready-to-use configuration files for popular setups.

ConfigDescriptionDownload
minimal.jsonEssential servers for any developer📥
fullstack-js.jsonComplete JS/TS development stack📥
python-datascience.jsonData science and ML workflows📥
devops.jsonInfrastructure and DevOps tools📥
enterprise.jsonEnterprise-grade with security📥

Configuration Locations

ClientConfig Path
Claude Desktop (macOS)~/Library/Application Support/Claude/claude_desktop_config.json
Claude Desktop (Windows)%APPDATA%\Claude\claude_desktop_config.json
CursorSettings → MCP → Edit Config
VS Code + Continue.continue/config.json

📚 Documentation

GuideDescription
Getting StartedComplete setup guide for beginners
Best PracticesSecurity, performance, and usage tips
TroubleshootingCommon issues and solutions
Building ServersCreate your own MCP server

🏆 Hall of Fame

Most impactful MCP servers by category.

CategoryServerWhy It's Essential
🥇 Version ControlGitHubComplete GitHub integration with OAuth
🥇 Browser AutomationPlaywrightMicrosoft-backed reliability
🥇 CloudAWS LabsOfficial AWS with 20+ services
🥇 DatabaseSupabaseFull backend-as-a-service
🥇 SearchExaAI-native semantic search
🥇 SecuritySnykReal-time vulnerability scanning

🤝 Contributing

We welcome contributions! Please read our Contributing Guidelines before submitting.

Quick Contribution

  1. Fork this repository
  2. Add your server to the appropriate category
  3. Include: name, repo URL, language, and description
  4. Submit a Pull Request

Submission Criteria

  • ✅ Open source with active maintenance
  • ✅ Clear documentation and setup instructions
  • ✅ Working installation (tested)
  • ✅ Follows MCP specification
  • ❌ No abandoned projects (6+ months inactive)
  • ❌ No malicious or insecure implementations

☕ Support

If this repo saved you time or sparked an idea, consider buying me a coffee!

Buy Me a Coffee

📈 Stats

MetricCount
Total Servers Listed100+
Official Servers15
Categories12
Configuration Templates10
Last UpdatedFebruary 2026

⭐ Star History

If this list helped you, please give it a star! It helps others discover these resources.


📜 License

This project is licensed under the MIT License - see the LICENSE file for details.


🔗 Resources


Made with ❤️ by the community
⭐ Star🍴 Fork🐛 Issues

Reviews

No reviews yet

Sign in to write a review