Awesome MCP Servers

September 16, 2026 ยท View on GitHub

Awesome Lint License: CC0-1.0

A curated list of Model Context Protocol (MCP) servers, tools, frameworks, and resources.

MCP is an open protocol that lets AI assistants (Claude, GPT, Cursor, Windsurf, etc.) connect to local and remote data sources through standardized server implementations.

This list is curated, not exhaustive, and open to anyone. Bigger MCP lists exist. The point of this one is that everything on it has been checked. Curated does not mean famous: there is no star or age requirement, and submitting your own server is welcome. Every entry:

  • implements MCP for real -- not a README with a server.json next to it
  • states an open-source licence -- a LICENSE file, or a licence field in its package manifest
  • was pushed within the last 180 days, and is not archived
  • documents how to install and configure it, so someone else can actually run it
  • appears exactly once, in one category

Those rules are enforced by CI, not by good intentions: a pull request that breaks the format, adds a dead link, or submits an unlicensed repo fails its checks. A monthly audit re-checks every listed repository and files what has rotted.

An MCP server runs as a trusted extension of your assistant, with your files and your credentials. Read the source before you configure one -- a place on this list is a filter, not an audit. See SECURITY.md.

Using a server from this list

Two shapes cover the list. A stdio server is one your client starts itself and talks to over stdin and stdout. A remote server is hosted by the vendor, so the client needs only the endpoint; those rows carry Remote in the Language column.

Two stdio servers, run straight from their published packages:

{
  "mcpServers": {
    "filesystem": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-filesystem", "/path/to/allowed/dir"]
    },
    "fetch": {
      "command": "uvx",
      "args": ["mcp-server-fetch"]
    }
  }
}

A remote server. type is not optional here: an entry with a url and no type is read as a stdio server and skipped by Claude Code, which reports that the server has a url but no type.

{
  "mcpServers": {
    "example": {
      "type": "http",
      "url": "https://mcp.example.com/mcp"
    }
  }
}

Where that JSON lives, and which extra keys it takes, differs per client -- check your own client's docs. The protocol's guide to connecting a local server walks through the stdio case, and each server's README lists the arguments, tokens and environment variables it expects.

Contents


Official

Servers

Data & Databases

ServerDescriptionLanguage
Apache Doris MCPOfficial Apache Doris analytics database queries and managementPython
BigQuery MCPQuery Google BigQuery datasets and tablesTypeScript
ClickHouse MCPOfficial ClickHouse columnar analyticsPython
Confluent MCPOfficial Confluent Cloud Kafka topics, connectors and FlinkTypeScript
Couchbase MCPOfficial Couchbase and Capella cluster, scope and query accessPython
DBHubUniversal database server for Postgres, MySQL, SQL Server, MariaDB, SQLiteTypeScript
dbt MCPOfficial dbt Labs server for dbt projectsPython
Elasticsearch MCPOfficial Elasticsearch query interfaceRust
GCP MCP ToolboxOfficial Google DB toolbox (Postgres, MySQL, Spanner)Go
MCP AlchemySQLAlchemy-backed access to SQLite, Postgres, MySQL, Oracle and MS-SQLPython
Memgraph MCPOfficial Memgraph graph database Cypher queries and schemaPython
Milvus MCPOfficial Milvus vector database search and collection managementPython
MongoDB MCPOfficial MongoDB and Atlas cluster managementTypeScript
MotherDuck / DuckDB MCPLocal DuckDB and MotherDuck cloud accessPython
MySQL MCPMySQL database queries and managementTypeScript
Neo4j MCPNeo4j Labs Cypher, memory and Aura API graph database serversPython
Neon MCPNeon serverless Postgres branching and managementTypeScript
Pinecone MCPOfficial Pinecone vector databaseTypeScript
PostgreSQL MCP (Pro)Query, analyze and optimize PostgreSQL databasesPython
Qdrant MCPOfficial Qdrant vector database serverPython
Redis MCPOfficial Redis cache and data structuresPython
Snowflake MCPOfficial Snowflake Cortex AI + SQL orchestrationPython
StarRocks MCPOfficial StarRocks OLAP database query and schema accessPython
Supabase MCPSupabase database, auth, and storageTypeScript
Upstash MCPUpstash Redis and Vector databasesTypeScript

Developer Tools

ServerDescriptionLanguage
Agentlas OSPortable agent teams and cross-host orchestration over MCPPython
Apollo MCP ServerOfficial Apollo server exposing GraphQL operations as MCP toolsRust
Argo CD MCPArgo CD applications, syncs and GitOps state (argoproj-labs)TypeScript
ast-grep MCPStructural code search and rewrite via ast-grep patternsPython
Atlassian MCP (Jira + Confluence)Jira and Confluence integrationPython
Azure DevOps MCPOfficial Azure DevOps repos, pipelines, work items and wikisTypeScript
Bifrost MCPVS Code extension exposing find-usages, rename and LSP tools over MCPTypeScript
Buildkite MCPOfficial Buildkite pipelines, builds, jobs and test runsGo
Chrome DevTools MCPOfficial Chrome DevTools for coding agents - debug, trace and inspect pagesTypeScript
CircleCI MCPOfficial CircleCI workflow integrationTypeScript
Desktop Commander MCPTerminal control, file search and diff-based file editingTypeScript
Docker MCPDocker container managementPython
Docker MCP GatewayOfficial Docker MCP gateway and catalog CLI pluginGo
GitHub MCPOfficial GitHub -- repos, issues, PRs, ActionsGo
GitLab MCPGitLab API integration (repos, MRs, issues)TypeScript
GitMCPRemote MCP server exposing docs and code for any GitHub projectTypeScript
Jenkins MCP ServerOfficial Jenkins plugin exposing jobs and builds as MCP toolsJava
Jupyter MCPJupyter notebook cell executionPython
KlavisSelf-hostable MCP server platform with OAuth and hosted integrationsPython
kubectl MCPNatural-language kubectl operations (CNCF listed)Python
MartinLoop MCPGoverned agent runtime with budget caps, verifier gates and inspectable runsTypeScript
MCP Context ForgeOfficial IBM MCP gateway federating MCP, A2A and REST toolsPython
mcp-proxyBridge between Streamable HTTP and stdio MCP transportsPython
mcp-remoteBridge stdio-only MCP clients to remote HTTP or SSE serversTypeScript
mcpoMCP-to-OpenAPI proxy that exposes MCP servers as REST endpointsPython
MetaMCPMCP aggregator, orchestrator and gateway in one containerTypeScript
n8n MCPNode docs and workflow building for n8n automationsTypeScript
Nx MCPOfficial Nx monorepo workspace graph and generator context serverTypeScript
octocode-mcpCode research across GitHub repos and packages for coding agentsTypeScript
Postman MCPOfficial Postman API collections serverTypeScript
ProbeSemantic code search over large codebases with ripgrep and tree-sitterRust
RepomixPacks a repository into an AI-friendly file, with built-in MCP serverTypeScript
SandBase HarnessSelf-hosted MCP runtime with sandboxing, permissions and audit replayTypeScript
Sentry MCPOfficial Sentry error and performance trackingTypeScript
SerenaSemantic code retrieval and editing toolkit for coding agentsPython
SupergatewayGateway that runs stdio MCP servers over SSE and HTTPTypeScript
XcodeBuildMCPBuild, run and debug Xcode iOS and macOS projects from an agentTypeScript

Cloud & Infrastructure

ServerDescriptionLanguage
Appwrite MCPOfficial Appwrite databases, auth, storage, and functionsPython
AWS MCP ServersOfficial AWS MCP servers (S3, Lambda, CDK, Bedrock, etc.)Multiple
Azure MCPOfficial Azure cloud servicesC#
Cloudflare MCPCloudflare Workers, KV, R2, D1TypeScript
DigitalOcean MCPOfficial DO droplets, apps, databasesGo
Firebase MCPOfficial Firebase MCP server built into the Firebase CLITypeScript
Fly.io MCPOfficial Fly.io MCP server built into the flyctl CLIGo
Google Cloud MCPOfficial gcloud CLI wrapper for GCP servicesTypeScript
Google Cloud Run MCPOfficial Google Cloud Run app deployment and managementJavaScript
Helm MCPHelm package manager for KubernetesGo
Heroku MCPOfficial Heroku platform CLI wrapperTypeScript
Kubernetes MCP ServerKubernetes and OpenShift cluster operations without kubectlGo
KubeStellar Console kc-agentMCP server for multi-cluster Kubernetes AI operations (CNCF Sandbox)Go
LocalStack MCPOfficial LocalStack local AWS cloud emulator controlTypeScript
Nomad MCPHashiCorp Nomad cluster operationsGo
Oracle MCP ServersOfficial Oracle MCP servers for OCI compute, networking, and databasesPython
Portainer MCPOfficial Portainer container and environment managementPython
Railway MCPOfficial Railway MCP server built into the Railway CLIRust
Render MCPOfficial Render deployment serverGo
Tencent CloudBase AI ToolkitTencent CloudBase database, auth, and cloud functionsTypeScript
Terraform MCPOfficial HashiCorp Terraform / OpenTofuGo
Vercel Next DevTools MCPOfficial Next.js dev tools for coding agentsTypeScript

Productivity

ServerDescriptionLanguage
Airtable MCPAirtable base read/writeTypeScript
Asana MCPAsana tasks, projects, workspacesTypeScript
Coda MCPCoda documents and tablesTypeScript
Excel MCPRead, write and format Excel workbooks without Excel installedPython
Google Calendar MCPGoogle Calendar managementTypeScript
Google Workspace MCPGmail, Calendar, Docs, Sheets, Slides, Chat, Forms and Tasks in one serverPython
iMCPExposes macOS Messages, Contacts, Calendar and Reminders to agentsSwift
Make MCPOfficial Make server turning scenarios into callable agent toolsTypeScript
Microsoft 365 MCPFull M365 suite (Outlook, OneDrive, Teams, Excel)TypeScript
monday.com MCPOfficial monday.com boards, items and workspace automationTypeScript
Nextcloud MCPNextcloud Notes, Files, Calendar, Tasks, Deck and Talk accessPython
Notion MCPOfficial Notion API integrationTypeScript
Outlook MCPOutlook email and calendar via MS GraphJavaScript
Plane MCPOfficial Plane projects, work items and cycles automationPython
Slack MCPSlack workspace integrationGo
Trello MCPTrello boards, lists, cardsTypeScript

Search & Knowledge

ServerDescriptionLanguage
Apify MCPWeb scraping actors and automationTypeScript
arXiv MCPSearch arXiv papers and read full LaTeX sectionsPython
Brave Search MCPOfficial Brave Search APITypeScript
Context7 MCPUp-to-date library documentationTypeScript
DeepWiki MCPFetch deepwiki.com repo docs as markdownTypeScript
Docling MCPOfficial Docling document parsing and conversion to structured textPython
Docs MCP ServerIndex and semantically search third-party library documentationTypeScript
DuckDuckGo MCPDuckDuckGo search with content fetchingPython
Exa MCPExa AI-powered searchTypeScript
Kagi MCPOfficial Kagi search APIPython
MarkItDown MCPConvert PDF, Office, HTML and audio files to Markdown for LLMsPython
MCPDocOfficial LangChain server for llms.txt documentation sourcesPython
Meilisearch MCPOfficial Meilisearch index serverPython
Perplexity MCPOfficial Perplexity search APITypeScript
Ref MCPToken-efficient search over public and private technical docsTypeScript
SearXNG MCPMetasearch across engines via a self-hosted SearXNG instanceTypeScript
SerpAPI MCPOfficial SerpAPI Google search resultsPython
Tavily MCPTavily AI search for agentsJavaScript

Communication

ServerDescriptionLanguage
Discourse MCPOfficial Discourse forum search, topic reading and postingTypeScript
JoinlyJoin Zoom, Google Meet and Teams calls to transcribe and act livePython
LINE Bot MCPOfficial LINE Messaging API server for sending and managing messagesTypeScript
Mailgun MCPOfficial Mailgun email sending, logs and analyticsTypeScript
Mailtrap MCPOfficial Mailtrap email sending and sandbox testingTypeScript
Microsoft Teams MCPTeams channels, messages, meetingsPython
Resend MCPOfficial Resend transactional emailTypeScript
sms-florin MCPRent real UK SMS numbers to test OTP/verification flowsTypeScript
Telegram MCPTelegram messagingPython
Zulip MCPOfficial Zulip streams, messages and mentionable bot agentsPython
MeetStreamOfficial meeting-bot server: send AI bots into Zoom, Google Meet and Microsoft Teams to record, transcribe and summarize meetings, with 19 tools for bot lifecycle, transcripts, per-participant audio, live chat and calendar schedulingTypeScript

File Systems & Storage

ServerDescriptionLanguage
Dropbox Dash MCPOfficial Dropbox Dash search serverPython
Filesystem MCPLocal filesystem operationsTypeScript
Google Sheets MCPCreate and edit Google Sheets spreadsheets via Google DrivePython
Markdownify MCPConvert PDF, Office, audio and web files to MarkdownTypeScript
OneDrive / SharePoint MCPOneDrive and SharePoint document accessTypeScript
S3 Tables MCPOfficial AWS S3 TablesPython

AI & ML

ServerDescriptionLanguage
AISOTools MCPAI-tool catalog search, comparison, and alternatives lookupRemote
Cognee MCPMemory and knowledge-graph engine with an MCP serverPython
Graphiti MCPTemporal knowledge-graph memory for agents, by ZepPython
Groq MCPOfficial Groq inference, audio, and vision toolsPython
Headroom MCPToken-compression proxy and MCP server for tool output and logsPython
HuggingFace MCPOfficial HF Hub models, datasets, SpacesTypeScript
LangChain MCP AdaptersOfficial LangChain / LangGraph MCP bridgePython
prompt-to-assetImage generation across 30+ models via unified APITypeScript
Replicate MCPOfficial Replicate hosted MCP serverRemote
RouterBase MCPModel discovery, pricing lookup and OpenAI-compatible chat completionsTypeScript
RunAPI MCPModel discovery, pricing lookup, task creation, and LLM chatTypeScript
SandBase CLILocal MCP gateway for discovering and running 2,000+ AI models via one APITypeScript
Weights & Biases MCPOfficial W&B Models + WeavePython

Finance

ServerDescriptionLanguage
Adyen MCPOfficial Adyen server for checkout, configuration and management APIsTypeScript
Alpaca MCPOfficial Alpaca stocks / ETF / crypto tradingPython
Coinbase MCPCoinbase crypto trading and walletTypeScript
Financial Modeling Prep MCPFMP market data and fundamentalsTypeScript
Invoice MCPCreate PDF invoices with VAT lines, sequential numbering and overdue trackingJavaScript
Massive.com (Polygon.io) MCPOfficial Massive.com (formerly Polygon.io) market data for stocks and cryptoPython
MetaTrader MCPPlace and manage MetaTrader 5 trades, positions and market dataPython
ParlayAPISports odds and player props using your own API key and account allowancesPython
PayPal Agent ToolkitOfficial PayPal toolkit with an MCP server for payments and invoicingTypeScript
QuickBooks MCPOfficial Intuit QuickBooks OnlineTypeScript
Razorpay MCPOfficial Razorpay server for payments, orders, refunds and settlementsGo
SEC EDGAR MCPQuery SEC EDGAR filings, XBRL financials and company factsPython
Square MCPOfficial Square payments and commerceTypeScript
Stripe MCPStripe payments and billingTypeScript
TWZRD Agent IntelSolana on-chain wallet trust scoring for agents before x402 micropaymentsRemote
Xero MCPOfficial Xero server for invoices, contacts, accounts and payrollTypeScript
Yahoo Finance MCPStock data and financial infoPython
Zerodha Kite MCPOfficial Zerodha Kite server for Indian holdings, orders and quotesGo

Monitoring & Observability

ServerDescriptionLanguage
axAgent session telemetry and cost analyticsTypeScript
Datadog MCPDatadog metrics, logs, monitorsTypeScript
Dynatrace MCPOfficial Dynatrace observability problems, logs and tracesTypeScript
Grafana MCPOfficial Grafana dashboards and alertsGo
Honeycomb MCPOfficial Honeycomb trace queriesRemote
Logfire MCPOfficial Pydantic Logfire observabilityRemote
Netdata MCPOfficial Netdata observability with a built-in MCP serverC
OpenTelemetry MCPUnified OTEL traces across backendsPython
Prometheus MCPPrometheus metrics and PromQL queriesPython
VictoriaMetrics MCPOfficial VictoriaMetrics metrics and logs queriesGo
Zabbix MCPZabbix monitoring hosts, triggers, problems and templatesPython

Design & Creative

ServerDescriptionLanguage
Adobe Premiere Pro MCPDrive Adobe Premiere Pro timelines and edits from an agentTypeScript
AntV Chart MCPOfficial AntV server generating 25+ chart typesTypeScript
Aseprite MCPCreate and edit pixel art through the Aseprite APIPython
Blender MCPControl Blender 3D modeling from AI assistantsPython
ComfyUI MCPRun and author ComfyUI workflows for image, video, and audioTypeScript
DaVinci Resolve MCPControl DaVinci Resolve editing, color grading, and project mediaPython
designlangExtract a website's design system into DTCG tokens and framework codeJavaScript
Excalidraw MCPCreate and edit Excalidraw diagrams on a live canvasTypeScript
Figma Context MCPFigma layouts for AI coding agents (Framelink)TypeScript
Houdini MCPBuild and modify SideFX Houdini scenes and nodesPython
OrkasVideoStudioCompose, edit, analyze, and render video from coding agentsTypeScript
Photoshop MCPAdobe Photoshop automationPython
Webflow MCPOfficial Webflow server for sites, pages, CMS, and componentsTypeScript

Testing & QA

ServerDescriptionLanguage
a11y MCPWeb accessibility / WCAG automated testingJavaScript
Appium MCPOfficial Appium mobile app test automationTypeScript
Axe MCPOfficial Deque accessibility testing + AI remediationTypeScript
BrowserStack MCPOfficial BrowserStack cross-browser and device testingTypeScript
Playwright MCPOfficial Microsoft Playwright browser automationTypeScript

Security

ServerDescriptionLanguage
Binary Ninja MCPBinary Ninja plugin for LLM-driven binary analysisPython
Bitwarden MCPOfficial Bitwarden password managerTypeScript
Bolt (MCP for Security)SQLMap, FFUF, Nmap, Masscan and 100+ Kali tools via MCPTypeScript
Burp AI AgentBurp Suite extension with MCP toolingKotlin
CrowdStrike Falcon MCPOfficial CrowdStrike Falcon threat hunting and detectionsPython
Dark-MoonAutonomous pentest platform for web, API, Active Directory and KubernetesPython
DomScan MCPDomain intelligence: DNS, WHOIS, SSL, subdomains and typosquatting checksTypeScript
HashiCorp Vault MCPOfficial HashiCorp Vault secrets and mounts managementGo
http-detection-agentCapability-aware HTTP attack detection over a 76-rule catalogRust
IDA Pro MCPIDA Pro reverse engineering assistant for LLM clientsPython
MCP Security HubOffensive tools (Nmap, Ghidra, Nuclei)Python
mcp-scanScans MCP servers for tool poisoning and prompt injectionPython
radare2 MCPOfficial radare2 reverse engineering stdio serverC
Semgrep MCPOfficial Semgrep static analysis for vulnerabilitiesPython
Shodan MCPShodan device search, IP recon, DNS and CVE intelligenceTypeScript
vetDependency and malicious package scanning with an MCP serverGo

Web Browsing & Scraping

ServerDescriptionLanguage
Bright Data MCPOfficial Bright Data web search, scraping, and browser automationJavaScript
Browser Tools MCPRead browser console logs, network traffic and DOM via a Chrome extensionTypeScript
Crawl4AILLM-friendly web crawler and scraper with built-in MCP endpointsPython
Firecrawl MCPOfficial Firecrawl web scraping and searchTypeScript
Jina AI MCPOfficial Jina AI web reader, search, and content rerankingTypeScript
SkyvernBrowser workflow automation via LLMs and computer vision, over MCPPython
Xquik MCPX/Twitter search, profile tweets, posting, and media toolsTypeScript

Media & Entertainment

ServerDescriptionLanguage
Ableton MCPControl Ableton Live sessions, tracks, clips, and MIDI from an agentPython
Arr MCPManage Sonarr, Radarr, and other arr media library servicesTypeScript
Live Tennis API MCPLive tennis scores, match state, and model win-probabilityTypeScript
MiniMax MCPGenerate speech, music, images, and video with MiniMax modelsPython
TMDB MCPThe Movie Database (TMDB)TypeScript
YouTube MCPYouTube API videos and analyticsTypeScript
YouTube Transcript MCPDownload YouTube video transcriptsTypeScript

Travel & Location

ServerDescriptionLanguage
Airbnb MCPSearch Airbnb from your AI agentJavaScript
Cesium MCPOfficial Cesium 3D geospatial and geolocation MCP serversTypeScript
GIS MCPGeospatial analysis via GDAL, Shapely, GeoPandas, and PyProjPython
Google Maps MCPGoogle Maps API with LLM processingTypeScript
Mapbox MCPOfficial Mapbox geocoding, POI search, directions, and isochronesTypeScript
TomTom MCPOfficial TomTom maps, search, routing, and traffic APIsTypeScript

E-commerce

ServerDescriptionLanguage
Amazon MCPSearch and purchase Amazon productsTypeScript
commercetools MCP EssentialsOfficial commercetools server for products, carts, orders and customersTypeScript
eBay MCP325 tools for eBay Sell APIsTypeScript
Packrift MCPPackaging catalog search, pricing, inventory, and cart URLsTypeScript
Saleor MCPOfficial Saleor server for products, orders, customers and channelsPython
Shopify MCPShopify API integrationTypeScript

Game Development

ServerDescriptionLanguage
Cocos Creator MCPAutomate the Cocos Creator editor: scenes, assets, and scriptsJavaScript
Godot MCPGodot game engine integrationJavaScript
Minecraft MCP ServerControl a Minecraft bot to build, mine, and navigate in gameTypeScript
Roblox Studio MCPOfficial MCP server built into Roblox StudioBuilt-in
STS2MCPRead Slay the Spire 2 game state and play runs through a modC#
Unity MCP Server268 tools for Unity Editor / HubJavaScript
Unreal MCPUnreal Engine C++ Automation BridgeMultiple
UnrealGenAISupportUE5 plugin for LLM/GenAI + MCPC++

IoT & Home Automation

ServerDescriptionLanguage
Apache IoTDB MCPOfficial MCP server for the Apache IoTDB time-series databasePython
BagelQuery robotics, drone, and IoT telemetry in plain EnglishPython
Hass MCPMinimal Home Assistant MCPPython
Home Assistant MCP (ha-mcp)The unofficial awesome Home Assistant MCPPython
HomeClawControl HomeKit lights, locks, thermostats, and scenes on macOSSwift
MQTT MCPGeneric MQTT broker interactionPython
UniFi MCPQuery and control UniFi Network, Protect, Access, and DrivePython

Marketing & Analytics

ServerDescriptionLanguage
BulkPublish MCPAI-agent API and MCP server for multi-platform social publishing and analyticsTypeScript
DataForSEO MCPOfficial DataForSEO server for SERP, keyword and backlink dataTypeScript
Google Analytics MCPGA4 data for AI agentsPython
Google Search Console MCPQuery Google Search Console search analytics, sitemaps and indexingPython
Google Tag Manager MCPManage GTM containers, tags, triggers and variablesTypeScript
LLM Pulse MCPAI visibility analytics for mentions, citations, sentiment, and AI trafficJavaScript
Meta Ads MCP (GoMarble)Read and manage Meta and Instagram ad campaigns via the Meta Ads APIPython
NotFairGoogle Ads, Meta Ads, and SEO skills with human-approval gateTypeScript
PostHog MCPOfficial PostHog product analyticsTypeScript
Salesforce MCPOfficial Salesforce CLI MCPTypeScript
UnrealUGC MCPCreate AI UGC video ads through the UnrealUGC platformTypeScript

Knowledge Management

ServerDescriptionLanguage
Anki MCPAnki flashcards via AnkiConnectTypeScript
Anytype MCPOfficial MCP server for the Anytype local-first workspaceTypeScript
Basic MemoryLocal-first Markdown knowledge base with persistent agent memoryPython
Joplin MCPRead, search, and write Joplin notes and notebooksPython
Karakeep MCPOfficial server for the Karakeep bookmark and read-later appTypeScript
Logseq MCPRead / write / manage LogSeq graphPython
NeitherSelected project notes/docs for Cursor and Claude Desktop via stdio MCPTypeScript
Obsidian MCPObsidian via REST API community pluginPython
Obsidian MCP (alt)Simple MCP server for ObsidianTypeScript
Zotero MCPSearch and read your Zotero reference libraryPython

Frameworks & Libraries

ProjectDescriptionLanguage
21st Magic MCPAI component builder for ReactTypeScript
FastMCP (Python)Fast, Pythonic way to build MCP serversPython
FastMCP (TypeScript)TypeScript framework for building MCP serversTypeScript
Google ADKOfficial Google Agent Development Kit with an MCP toolsetPython
MCP C# SDKOfficial C# and .NET SDK for MCP servers and clientsC#
MCP Go SDKOfficial Go SDK for MCP servers and clientsGo
MCP Java SDKOfficial Java SDK, maintained with Spring AIJava
MCP Kotlin SDKOfficial Kotlin SDK for MCP servers and clientsKotlin
MCP PHP SDKOfficial PHP SDK for MCP servers and clientsPHP
MCP Python SDKOfficial Python SDK for servers and clientsPython
MCP Ruby SDKOfficial Ruby SDK for MCP servers and clientsRuby
MCP Rust SDKOfficial Rust SDK for MCP servers and clientsRust
MCP Swift SDKOfficial Swift SDK for MCP servers and clientsSwift
MCP TypeScript SDKOfficial TypeScript SDK for servers and clientsTypeScript
mcp-frameworkTypeScript framework for building MCP serversTypeScript
mcp-go (mark3labs)Community Go library for building MCP servers and clientsGo
mcp-useFullstack framework for MCP apps, servers, and agent clientsTypeScript
OpenAI Agents SDKOfficial OpenAI multi-agent framework with MCP server supportPython
Pydantic AITyped Python agent framework with MCP client and server supportPython
Quarkus MCP ServerQuarkus extension for building MCP servers in JavaJava
Spring AI MCPSpring Boot starters for MCP servers and clientsJava
Strands Agents SDKAWS agent SDK with MCP tool clients and its own MCP serverPython
Vercel mcp-handlerOfficial Vercel MCP adapter for meta-frameworksTypeScript
xmcpTypeScript MCP framework with CLI scaffolding for Next.js and ExpressTypeScript

Clients

Support tiers reflect which MCP primitives each client implements, verified against its own docs: Full tools, resources, prompts, plus sampling or elicitation. Standard tools, resources and prompts. Tools + resources no prompts. Tools only tools alone. Partial tools plus some but not all of resources and prompts.

ClientDescriptionMCP Support
Amazon Q Developer CLIAWS terminal coding agentPartial
AnythingLLMAll-in-one desktop and Docker RAG chat appTools only
ChatboxDesktop and web LLM chat clientTools only
Cherry StudioCross-platform desktop LLM clientStandard
Claude CodeAnthropic's CLI coding agentFull
Claude DesktopAnthropic's desktop appStandard
Claude WebClaude in the browserStandard
ClineAutonomous coding agent extension for VS CodeTools + resources
ContinueOpen-source AI code assistant for VS Code and JetBrainsStandard
CursorAI-powered code editorFull
Gemini CLIGoogle's open-source terminal AI agentStandard
GooseBlock's extensible AI agent for desktop and CLIFull
Kilo CodeAI coding agent for VS Code, JetBrains and the CLIStandard
LangflowVisual low-code builder for agents and flowsTools only
LibreChatSelf-hosted multi-model chat web appTools only
OpenAI Codex CLIOpenAI's terminal coding agentTools + resources
opencodeOpen-source terminal coding agent for any modelStandard
OpenHandsAutonomous coding agent with a web UITools only
Qwen CodeAlibaba's open-source terminal coding agentStandard
VS Code + ClaudeClaude Code extension for VS CodeFull
WarpAI terminal with an agent modeTools + resources
WindsurfWindsurf AI IDE (formerly Codeium)Standard
ZedHigh-performance code editorPartial

Tutorials & Articles

Videos

Community


Contributing

Anyone can contribute, including your own server. There is no star requirement and no minimum project age -- if it works, is licensed and is documented, it qualifies. Read CONTRIBUTING.md for the details.

To add a server:

  1. Fork the repo and branch off main.
  2. Add one row to the most appropriate existing category, in alphabetical order.
  3. Follow the format: | [Name](URL) | Description | Language | with the description at 80 characters or fewer.
  4. Run python scripts/validate.py and fix what it reports.
  5. Open a pull request and answer the affiliation question. Submitting your own project is welcome; not disclosing it is not.

Other ways to help, no pull request needed:

  • Report rot. Dead link, archived upstream, project that no longer speaks MCP -- open an issue. Pruning is as useful as adding.
  • Fix a description. Plenty are terser than they should be, or read like marketing.
  • Fill a gap. Categories with few entries, and the Clients and Tutorials sections, are the thinnest parts of the list.
  • Triage the health report. The monthly audit files what broke; confirming or dismissing an item is a real contribution.

License

CC0

This list is released under CC0 1.0 Universal - public domain.