Search across 710 pages

Try a tool name, category, or "lifetime deal"

Best MCP Servers: The Complete Ranked List

The best MCP servers list, ranked on real adoption, maintenance, trust and security data, with copy-paste install snippets for four AI clients.

Published August 7, 2026
Best MCP Servers: The Complete Ranked List

TL;DR: This best MCP servers list ranks 163 Model Context Protocol servers from the official MCP Registry on real adoption data. Top of the list on our composite quality score is Codebase Memory at 96/100; the most-downloaded is Chrome DevTools MCP at 1,563,379 weekly package downloads. 92 of 163 (56%) are first-party servers built by the vendor whose product they connect to, and every one carries copy-paste install snippets for 4 AI clients.

Last updated: 7 August 2026. Data pulled: 7 August 2026, from the official MCP Registry plus the GitHub API, npm, PyPI and the GitHub Advisory Database. Servers ranked: 163. Combined weekly package downloads: 2,256,524.

Data note. GitHub enrichment covers 161 of the 163 servers in this build, so star counts, licences and release history are reported directly from the GitHub API.

An MCP server is a program that exposes tools, data and prompts to AI applications through the Model Context Protocol, the open standard Anthropic released in November 2024. It is the adapter that lets Claude, Cursor, VS Code or ChatGPT read from and act on an external system without bespoke integration code.

Most MCP lists are a copy of somebody’s GitHub “awesome” file. This one is built from the official registry and enriched with adoption, maintenance and security data, so you can compare servers rather than just discover them.

The Numbers Worth Quoting

  • 163 MCP servers ranked as of 7 August 2026 across 11 categories. 44 of them (27%) ship an MCP-specific npm or PyPI package, together drawing 2,256,524 downloads a week.
  • Chrome DevTools MCP is the most downloaded MCP server at 1,563,379 a week, 69.3% of attributable download volume. The top three take 92.5% and the top ten 97.8%.
  • 26 servers are excluded from those download totals because their package is a wider library rather than the MCP server, setting aside 13,655,940 weekly downloads (86% of the raw sum). Most MCP rankings sum these in.
  • 92 of 163 (56%) are first-party, published under a registry-verified namespace the vendor owns. They account for 98.9% of download volume.
  • Developer Tools is the biggest category at 54 servers (33%), followed by Other at 26.
  • 116 of 163 run over stdio as a local process. Only 62 (38%) offer Streamable HTTP, and just 60 publish a hosted remote endpoint.
  • All 163 servers ship install snippets for Claude Desktop, Cursor, VS Code and Claude Code, so adding any of them is a copy-paste.
  • 78 publish to npm and 34 to PyPI, which is why Node and Python are effectively the two runtimes of the MCP ecosystem.
  • 6 security advisories across the whole list, and every one of them is already patched. 108 servers (66%) have no known advisory, 5 carry a patched one, none carry an unpatched one, and 50 cannot be checked at all because they publish no queryable package.
  • Maintenance is strong: median 3 days since the last update, 142 servers (87%) updated within 30 days, and none untouched for over a year.
  • Nothing on this list is flagged deprecated in the registry. Deprecated servers are not hidden when they do appear, because one still turns up in search results elsewhere and you deserve to know its status.

Every figure is reproducible from the tables below. Methodology and citation line at the bottom.

What Is an MCP Server, and What Does This List Cover?

An MCP server is a small program that wraps a system, a database, a GitHub repo, a Slack workspace, a browser, and exposes it to an AI client through three primitives: tools the AI can call, resources it can read, and prompts it can reuse. The client talks to it over JSON-RPC, either locally over stdio or remotely over Streamable HTTP.

Inclusion here is automatic. A server is ranked when it appears in the official MCP Registry with a description and a working install method (an npm, PyPI, OCI or NuGet package, or a public remote URL), and clears an adoption floor. Servers marked deleted are excluded; servers marked deprecated are kept and badged, because you deserve to know a thing is deprecated rather than simply not find it.

One thing this list does that a GitHub “awesome” file cannot: it tells you whether the vendor built the server themselves. That distinction matters more than any score, and it gets its own section below.

The Most-Downloaded MCP Servers

There is no universal install counter for the Model Context Protocol, so weekly npm and PyPI download counts are the closest available proxy for a server actually being pulled into real projects. They measure installs rather than bookmarks, which is why they sit alongside stars in the adoption pillar rather than behind them.

Two caveats set the scope of this section, and the second one is the reason our numbers are lower than you will see elsewhere.

Downloads only exist for servers distributed as a package. A remote-only server behind a hosted URL, or one shipped solely as a container image, has nothing for npm or PyPI to count, so it is absent here rather than sitting at zero.

We do not count a download unless the package is the MCP server. Many registry entries point at a general-purpose library that merely also exposes an MCP server, and its download count measures the whole library. The largest single case is browser-use, whose registry entry points at `browser-use`: those 13,400,923 weekly downloads are people installing that library, the overwhelming majority of whom never touch its MCP server. Counting it would be the download equivalent of crediting a server with its parent project’s GitHub stars, which is why the engine already rejects borrowed stars and why we reject borrowed downloads on the same principle.

So 26 servers are excluded from every download total in this report, setting aside 13,655,940 weekly downloads, 86% of the raw sum. They appear in the full list with their download cell marked library-wide rather than as a number that is not comparable to the rest. What remains is 44 servers (27% of the list) whose package is the MCP server itself, drawing 2,256,524 downloads a week between them. Every download figure and percentage below is computed over that subset. If you see an MCP ranking where a single server holds the overwhelming majority of all downloads, it has almost certainly summed the libraries.

One further limit we cannot correct: a few vendors ship many servers through a single shared package, so that package’s downloads are attributed to the one server the registry attaches it to rather than split across the family.

Most-downloaded MCP servers Chrome DevTools MCP 1,563,379 weekly downloads; Amazon ECS MCP Server 408,361 weekly downloads; Azure MCP Server 114,702 weekly downloads; ClickHouse 47,481 weekly downloads; Windows-MCP 18,688 weekly downloads; SmartBear MCP 14,179 weekly downloads; Power BI Modeling MCP Server 14,080 weekly downloads; Deep Agentic Core MCP 9,076 weekly downloads; CrowdStrike Falcon MCP Server 8,764 weekly downloads; Zotero MCP 7,638 weekly downloads; mcp 7,222 weekly downloads; Codebase Memory 4,175 weekly downloads. Weekly package downloads, the sound adoption signal here npm and PyPI weekly downloads. Log-free scale, so the leader’s dominance is visible as-is. Chrome DevTools MCP 1.6M Amazon ECS MCP Server 408.4k Azure MCP Server 114.7k ClickHouse 47.5k Windows-MCP 18.7k SmartBear MCP 14.2k Power BI Modeling MCP Server 14.1k Deep Agentic Core MCP 9.1k CrowdStrike Falcon MCP Server 8.8k Zotero MCP 7.6k mcp 7.2k Codebase Memory 4.2k
Chrome DevTools MCP alone is 69.3% of the weekly downloads across the 44 servers whose package is the MCP server itself. Downloads count package installs, so a server pulled into CI or a container image every week counts heavily, which is exactly the behaviour that signals real production use.
RankMCP serverCategoryWeekly downloadsFirst-partyUpdatedQuality
1Chrome DevTools MCPDeveloper Tools1,563,379First-party0d ago93/100
2Amazon ECS MCP ServerCloud408,361First-party179d ago78/100
3Azure MCP ServerCloud114,702First-party0d ago89/100
4ClickHouseDatabases47,481First-party2d ago88/100
5Windows-MCPDeveloper Tools18,688First-party0d ago89/100
6SmartBear MCPOther14,179First-party0d ago83/100
7Power BI Modeling MCP ServerOther14,080First-party7d ago88/100
8Deep Agentic Core MCPDeveloper Tools9,076First-party2d ago79/100
9CrowdStrike Falcon MCP ServerDeveloper Tools8,764First-party1d ago85/100
10Zotero MCPSearch & Web7,638Community2d ago84/100
11mcpDatabases7,222First-party0d ago81/100
12Codebase MemoryAI & Memory4,175Community0d ago96/100
13RootlyDevOps & Monitoring3,503First-party1d ago82/100
14ClaudeR - RStudio MCP ServerDeveloper Tools3,275Community4d ago76/100
15OpenTakeoffDeveloper Tools3,260First-party0d ago79/100

Read download counts for what they are even after that filtering. A server pulled into a CI pipeline or rebuilt into a container image every week racks up downloads fast, which is a genuine signal of production use but not the same as a headcount of humans. Chrome DevTools MCP at 1,563,379 a week is well clear of the rest of the field, and servers wired into automated environments get re-installed on every run.

The median packaged server gets 1,663 downloads a week. So the distance between the leader and the middle of the pack is several orders of magnitude, and most MCP servers are still early.

The Best MCP Servers by Quality Score

RankMCP serverCategoryQuality scoreWeekly downloadsFirst-partySecurity
1Codebase MemoryAI & Memory96/1004,175CommunityNo known advisory
2RepowiseProductivity95/100library-wideFirst-partyNo known advisory
3World MonitorOther94/100not reportedFirst-partyNot checked
4Chrome DevTools MCPDeveloper Tools93/1001,563,379First-partyAdvisory, patched
5Agent Skills Search ServerSearch & Web93/100not reportedFirst-partyNot checked
6Scrapling MCP ServerCloud92/100library-wideCommunityNo known advisory
7browser-useSearch & Web91/100library-wideFirst-partyAdvisory, patched
8mcp-serverProductivity91/100not reportedFirst-partyNot checked
9Oh My Posh ValidatorOther91/100not reportedFirst-partyNot checked
10XcodeBuildMCPProductivity90/100not reportedFirst-partyNo known advisory
11apify-mcp-serverOther90/100not reportedFirst-partyNot checked
12Azure MCP ServerCloud89/100114,702First-partyAdvisory, patched
13Windows-MCPDeveloper Tools89/10018,688First-partyAdvisory, patched
14Microsoft Fabric MCP ServerOther89/100882First-partyNo known advisory
15semAI & Memory89/100not reportedFirst-partyNo known advisory

This ranking weighs adoption alongside maintenance, growth, trust and security, so it surfaces servers that are well run rather than only widely installed.

Quality scores here run from 61 to 96 with a median of 77 and a mean of 78.2. That is a wider spread than the model or extension lists we publish, because MCP is young: the difference between a vendor-maintained server with a licence and a repo, and a weekend project published to the registry, is large and the score reflects it.

How Is the Quality Score Calculated?

Five weighted pillars: adoption 35%, maintenance 25%, growth 15%, trust 15%, security 10%.

How the MCP Quality Score is calculated Five weighted pillars: adoption 35 percent, maintenance 25 percent, growth 15 percent, trust 15 percent, security 10 percent. Worked on Codebase Memory: 35.0 plus 25.0 plus 15.0 plus 11.2 plus 10.0 equals 96.2, rounding to 96. Five pillars, worked on Codebase Memory Raw popularity feeds Adoption but does not dominate: maintenance, trust and security together outweigh it. 35% 25% 15% 15% 10% Adoption stars + weekly downloads 100 × 0.35 = 35 Maintenance update recency, releases 100 × 0.25 = 25 Growth 30-day star trend 100 × 0.15 = 15 Trust first-party, licence, repo 75 × 0.15 = 11.25 Security known advisories 100 × 0.10 = 10 35 + 25 + 15 + 11.2 + 10 = 96.2 rounds to a Quality Score of 96 / 100
The same formula runs on all 163 servers.
  • Adoption (35%) is a composite proxy, stated plainly. Adoption blends weekly package downloads with GitHub stars, both log-scaled. MCP has no universal usage metric, so this is never presented as an exact install count.
  • Maintenance (25%) is how recently the server was updated, plus its release cadence.
  • Growth (15%) is the 30-day trend, computed from our own stored snapshots, so it appears only once enough history exists. A server with no history shows no trend rather than a fabricated number.
  • Trust (15%) is structural: a first-party namespace, an open-source licence, and a public repository.
  • Security (10%) maps each server’s npm or PyPI package to the GitHub Advisory Database. A server with no queryable package, remote-only or container-only, shows “not checked” rather than a false all-clear.

No server pays to be listed or ranked, and there are no affiliate links anywhere on this page.

First-Party or Community? The Signal That Matters Most

92 of 163 servers (56%) are first-party: published under a reverse-DNS or GitHub-organisation namespace the registry verified as belonging to the vendor. The other 71 (44%) are community builds.

First-party versus community MCP servers 92 of 163 servers are first-party vendor publications and 71 are community builds. First-party servers account for 98.9 percent of attributable weekly downloads. First-party versus community “Official” means published under a namespace the vendor owns and the registry verified, not a community re-publish. By server count First-party 56% Community 44% By weekly downloads First-party 99%
92 of 163 servers (56%) are first-party, and they take 98.9% of attributable weekly downloads. The badge is the most decision-useful signal in this dataset: it tells you whether the vendor themselves maintains the bridge to their product, or whether you are trusting a third party with your credentials.

This is the single most decision-relevant fact in the dataset, and it is the one a star count cannot tell you.

An MCP server usually needs credentials. A database server wants a connection string, a Slack server wants a workspace token, a cloud server wants API keys with real permissions. When the server is first-party, you are trusting the same company you already trusted with the underlying product. When it is community, you are extending that trust to a third party, which may be entirely fine and may be better maintained, but it is a separate decision you should make knowingly.

First-party servers take 98.9% of all download volume, so the ecosystem is consolidating around vendor-built bridges faster than the raw server counts suggest.

Which Categories Have the Most MCP Servers?

Developer Tools leads with 54 servers (33% of the list), ahead of Other at 26. By download volume the leading category is Developer Tools, which takes 71.7% from just 54 servers.

MCP servers by category Developer Tools: 54 servers, 1.6M weekly downloads; Other: 26 servers, 33.9k weekly downloads; Search & Web: 24 servers, 12.8k weekly downloads; AI & Memory: 13 servers, 4.8k weekly downloads; Productivity: 10 servers, 0 weekly downloads; Communication: 8 servers, 294 weekly downloads; DevOps & Monitoring: 8 servers, 3.6k weekly downloads; Databases: 7 servers, 57.9k weekly downloads; Finance: 5 servers, 0 weekly downloads; Cloud: 4 servers, 523.1k weekly downloads; Design: 4 servers, 1.9k weekly downloads. MCP servers per category Bar = number of servers. Label = servers and combined weekly package downloads. n=163. Developer Tools 54 · 1.6M dl/wk Other 26 · 33.9k dl/wk Search & Web 24 · 12.8k dl/wk AI & Memory 13 · 4.8k dl/wk Productivity 10 · 0 dl/wk Communication 8 · 294 dl/wk DevOps & Monitoring 8 · 3.6k dl/wk Databases 7 · 57.9k dl/wk Finance 5 · 0 dl/wk Cloud 4 · 523.1k dl/wk Design 4 · 1.9k dl/wk
Developer Tools leads on both counts: 54 servers, and 71.7% of attributable downloads. Source: official MCP Registry plus npm and PyPI, 7 August 2026.
CategoryServersWeekly downloadsShareFirst-partyTop server
Developer Tools541,618,25971.7%21Chrome DevTools MCP
Other2633,9341.5%23World Monitor
Search & Web2412,7940.6%10Agent Skills Search Server
AI & Memory134,7550.2%6Codebase Memory
Productivity10none attributablen/a8Repowise
Communication8294<0.1%6Atomic Mail
DevOps & Monitoring83,6040.2%5mockserver
Databases757,9112.6%6ClickHouse
Finance5none attributablen/a2Finance Toolkit
Cloud4523,06323.2%3Scrapling MCP Server
Design41,9100.1%2Figma-Context-MCP
All 11 categories1632,256,524100%92Codebase Memory

That developer tools lead on count is unsurprising: the first people to wire an AI into a system are the people who build systems, and coding assistants were the first clients to ship MCP support. The categories to watch are the sparse ones. A category with two or three servers and real download volume is where the protocol is being adopted faster than it is being served.

How Do You Install an MCP Server?

Every server in this list ships copy-paste configuration for four clients, which is the practical reason to use this page over a plain directory.

AI clientServers with a ready install snippet
Claude Desktop163 of 163
Cursor163 of 163
VS Code163 of 163
Claude Code163 of 163

An MCP server runs as a small program, locally over stdio or remotely over Streamable HTTP, that an MCP client connects to. To add one, open your client config and point it at the server: in Claude Desktop edit claude_desktop_config.json, in Cursor edit ~/.cursor/mcp.json, in VS Code add a .vscode/mcp.json, or run “claude mcp add” in Claude Code. Use the MCP Inspector to test a server before wiring it into your assistant.

The transport matters for how you deploy. 116 of 163 servers run over stdio, meaning the client starts them as a local subprocess on your machine. Only 62 support Streamable HTTP, and 60 publish a hosted remote endpoint you can point at without installing anything.

That imbalance is the single biggest practical limitation of MCP today. Local stdio servers are simple and private, but they cannot be shared across a team, they do not work from a phone or a browser-only client, and every machine needs its own install and its own credentials. The servers with remote endpoints are the ones you can actually centralise:

ServerTransportsRemote endpointPackageWeekly downloads
SmartBear MCPstdio, streamable-httpYesnpm14,179
mcpstdio, streamable-httpYespypi7,222
Rootlystdio, sseYespypi3,503
Homespunstdio, streamable-httpYesnpm3,208
Rendobarstdio, streamable-httpYesnpm1,044
mcpstdio, streamable-httpYesnpm408
AgentPhonestdio, streamable-httpYesnpm144
mcpstdio, streamable-httpYespypi110
BoostedTravelstdio, streamable-httpYesnpm, pypi77
HeyClaude - Claude & AI workflow directorystdio, streamable-httpYesnpm54
World Monitorstreamable-httpYesremote onlynot reported
mcp-serverstreamable-httpYesremote onlynot reported

Packaging follows the same practical split:

Package registryServers
npm78
pypi34
mcpb10
oci9
nuget6

Are MCP Servers Secure?

On the evidence here, there is no advisory problem yet: 6 security advisories across all 163 servers, with 108 (66%) showing no known advisory and 50 not checkable because they ship no queryable package.

That is worth stating carefully rather than celebrating. A clean advisory record on a young ecosystem mostly means nobody has looked yet. Compare it with our AI WordPress plugins report, where two in three plugins have a disclosed CVE, not because WordPress plugins are worse but because WordPress has a mature vulnerability-reporting culture and a funded advisory feed. MCP has neither yet.

So the real security question for MCP is not “does this server have a CVE”. It is what the server can do once you give it credentials:

  1. Scope the credentials, not the server. Give a database server a read-only role. Give a cloud server a role with the two permissions it needs.
  2. Prefer first-party for anything holding production keys. 56% of this list qualifies.
  3. Read the tool list before you enable it. A server advertises the actions it can take; that list is the actual permission surface.
  4. Test with the MCP Inspector first, before wiring a server into an assistant that will call it autonomously.
  5. Treat write access as a deliberate choice. Most useful MCP work is read-only.

Are MCP Servers Actively Maintained?

Yes, more so than any other ecosystem we track. The median server was updated 3 days ago, 142 of 163 (87%) within the last 30 days, 153 within 90, and none have gone more than a year. The oldest is 290 days.

How recently MCP servers were updated Updated this month: 142 servers; 1-3 months: 11 servers; 3-6 months: 9 servers; 6-12 months: 1 servers. Most of the registry is actively maintained Servers by time since last update. Median 3 days, oldest 290 days. 0 45 90 135 142 Updated this month 87% 11 1-3 months 7% 9 3-6 months 6% 1 6-12 months 1%
142 of 163 servers shipped an update within 30 days. MCP is young enough that abandonment has not set in yet, which is the opposite of what we found in the browser extension stores.

That is what a young ecosystem looks like, and it is a genuine advantage of picking an MCP server today: almost nothing here is abandoned. It also means the picture changes fast, which is why this report carries a pull date rather than pretending to be evergreen.

no servers carry a deprecated flag from the registry. They are still listed, with the flag visible, because a deprecated server does not vanish from the rest of the internet just because a directory hides it.

Best MCP Servers by Category

Nobody needs “the best MCP server”. They need one for Postgres, or Slack, or a browser. Each group below is the top servers in that category by quality score, with weekly downloads, first-party status and update recency alongside so you can overrule the ordering on whichever signal you trust most.

Best Developer Tools MCP servers

Developer-tool MCP servers are the largest and most active category, wiring AI into code, repos, and issue trackers.

These servers connect assistants like Claude and Cursor to GitHub, GitLab, Jira, Linear, and your local toolchain so an AI can read code, open pull requests, and triage issues. It is the most mature MCP category and the one most clients ship support for first.

54 servers in this category, 1,618,259 combined weekly downloads.

ServerWeekly downloadsFirst-partyUpdatedQuality
Chrome DevTools MCP1,563,379First-party0d ago93/100
Windows-MCP18,688First-party0d ago89/100
macOS-MCP2,975First-party1d ago86/100
CrowdStrike Falcon MCP Server8,764First-party1d ago85/100
Funplay Unity MCPnot reportedFirst-party10d ago83/100
FunseaAI Unity MCPnot reportedFirst-party10d ago83/100

Best Other MCP servers

Servers across every other niche are joining the MCP ecosystem.

From media and IoT to specialized internal tools, servers of every kind are adopting MCP. This catch-all category captures the breadth of the protocol beyond the obvious developer and data tools.

26 servers in this category, 33,934 combined weekly downloads.

ServerWeekly downloadsFirst-partyUpdatedQuality
World Monitornot reportedFirst-party0d ago94/100
Oh My Posh Validatornot reportedFirst-party0d ago91/100
apify-mcp-servernot reportedFirst-party0d ago90/100
Microsoft Fabric MCP Server882First-party0d ago89/100
Power BI Modeling MCP Server14,080First-party7d ago88/100
Jitsunot reportedFirst-party0d ago85/100

Best Search & Web MCP servers

Search and web MCP servers give an AI fresh, real-world context beyond its training cutoff.

Web search, fetch, and browser-automation servers let assistants look things up, read pages, and drive a browser. They are the backbone of grounded, up-to-date AI answers.

24 servers in this category, 12,794 combined weekly downloads.

ServerWeekly downloadsFirst-partyUpdatedQuality
Agent Skills Search Servernot reportedFirst-party3d ago93/100
browser-uselibrary-wideFirst-party1d ago91/100
exanot reportedFirst-party0d ago87/100
BoostedTravel77First-party2d ago86/100
Zotero MCP7,638Community2d ago84/100
Atlassian Rovo MCP Servernot reportedFirst-party11d ago83/100

Best AI & Memory MCP servers

AI and memory MCP servers give assistants persistent memory and a knowledge base.

Vector stores, knowledge graphs, and note systems let an AI remember context across sessions and ground answers in your own documents. The foundation of RAG-style workflows over MCP.

13 servers in this category, 4,755 combined weekly downloads.

ServerWeekly downloadsFirst-partyUpdatedQuality
Codebase Memory4,175Community0d ago96/100
semnot reportedFirst-party20d ago89/100
Persomelibrary-wideFirst-party1d ago83/100
Microsoft NuGetnot reportedFirst-party2d ago82/100
agent-recall580Community3d ago80/100
ai-contextlibrary-wideFirst-party0d ago79/100

Best Productivity MCP servers

Productivity MCP servers connect AI to notes, docs, files, and project tools.

Notion, Google Drive, filesystem, calendar, and task-manager servers let an AI read and update your working documents and to-dos. Among the most-installed servers because they touch everyday workflows.

10 servers in this category, 0 combined weekly downloads.

ServerWeekly downloadsFirst-partyUpdatedQuality
Repowiselibrary-wideFirst-party0d ago95/100
mcp-servernot reportedFirst-party1d ago91/100
XcodeBuildMCPnot reportedFirst-party2d ago90/100
Microsoft Learn MCPnot reportedFirst-party2d ago84/100
Svelte MCPnot reportedFirst-party0d ago81/100
docfork-mcpnot reportedFirst-party55d ago79/100

Best Communication MCP servers

Communication MCP servers let AI read and send across chat and email.

Slack, Discord, email, and messaging servers let an assistant summarize threads, draft replies, and post updates. Convenient, but write access to your inbox or channels deserves scrutiny.

8 servers in this category, 294 combined weekly downloads.

ServerWeekly downloadsFirst-partyUpdatedQuality
Atomic Mail294First-party9d ago85/100
draw.ionot reportedFirst-party4d ago85/100
emailmdnot reportedFirst-party12d ago83/100
beever-atlasnot reportedFirst-party0d ago80/100
Gmail-MCP-Servernot reportedCommunity20d ago73/100
e2a - email for AI agentsnot reportedFirst-party0d ago73/100

Best DevOps & Monitoring MCP servers

DevOps and monitoring MCP servers expose infrastructure and observability data to AI.

Kubernetes, Docker, Terraform, Sentry, Grafana, and incident tools let an assistant inspect deployments, read logs, and surface errors. Powerful for on-call work, where read-only scopes are the safe default.

8 servers in this category, 3,604 combined weekly downloads.

ServerWeekly downloadsFirst-partyUpdatedQuality
mockservernot reportedFirst-party0d ago86/100
Unity-MCPnot reportedCommunity4d ago84/100
Rootly3,503First-party1d ago82/100
monitor101First-party0d ago81/100
GoModelnot reportedFirst-party0d ago79/100
Unraid RMCPlibrary-wideFirst-party2d ago75/100

Best Databases MCP servers

Database MCP servers let an AI query and inspect your data through a controlled interface.

Postgres, MySQL, SQLite, MongoDB, Redis, and managed platforms like Supabase expose schema and read (sometimes write) access over MCP. Useful for natural-language analytics, but scope the credentials carefully, since you are handing an AI a database connection.

7 servers in this category, 57,911 combined weekly downloads.

ServerWeekly downloadsFirst-partyUpdatedQuality
ClickHouse47,481First-party2d ago88/100
Supabasenot reportedFirst-party1d ago88/100
ArcadeDB MCP Servernot reportedFirst-party0d ago82/100
mcp7,222First-party0d ago81/100
QueryWeavernot reportedFirst-party1d ago81/100
Homespun3,208First-party1d ago79/100

Best Finance MCP servers

Finance MCP servers connect AI to payments, accounting, and market data.

Stripe, accounting, and banking servers let an assistant read transactions, draft invoices, and pull financial data. High-stakes by nature, so keep write access tightly scoped.

5 servers in this category, 0 combined weekly downloads.

ServerWeekly downloadsFirst-partyUpdatedQuality
Finance Toolkitlibrary-wideCommunity0d ago86/100
mcpnot reportedFirst-party1d ago83/100
blockrun-mcpnot reportedFirst-party2d ago81/100
jjlabsio-korea-stock-mcpnot reportedCommunity1d ago73/100
zwldarren-akshare-one-mcpnot reportedCommunity146d ago66/100

Best Cloud MCP servers

Cloud MCP servers expose AWS, Azure, GCP, and edge platforms to AI.

These servers let an assistant query cloud resources, read storage, and manage services. Among the most sensitive in this list, so prefer scoped, read-only credentials and audit every write.

4 servers in this category, 523,063 combined weekly downloads.

ServerWeekly downloadsFirst-partyUpdatedQuality
Scrapling MCP Serverlibrary-wideCommunity1d ago92/100
Azure MCP Server114,702First-party0d ago89/100
mcpnot reportedFirst-party3d ago86/100
Amazon ECS MCP Server408,361First-party179d ago78/100

Best Design MCP servers

Design MCP servers connect AI to design tools and image generation.

Figma, asset, and image-generation servers let an AI read design files, generate visuals, or produce screenshots. A smaller but fast-growing category as design tools open up MCP access.

4 servers in this category, 1,910 combined weekly downloads.

ServerWeekly downloadsFirst-partyUpdatedQuality
Figma-Context-MCPnot reportedCommunity0d ago88/100
Figma MCP Servernot reportedFirst-party1d ago82/100
ai-test-process-mcp1,910Community0d ago74/100
mcpnot reportedFirst-party59d ago71/100

The Full List: All 163 MCP Servers Ranked

Every ranked server, ordered by quality score, with the inputs shown so you can check the arithmetic. Click any server to open its repository. Where a value reads “not reported”, the upstream source did not return it and we would rather say so than print a zero.

#MCP serverCategoryWeekly downloadsGitHub starsFirst-partyLicenceUpdatedSecurityQuality
1Codebase MemoryAI & Memory4,17537,981CommunityMIT0d agoNo known advisory96
2RepowiseProductivitylibrary-wide4,833First-partyAGPL-3.00d agoNo known advisory95
3World MonitorOthernot reported79,567First-partynot reported0d agoNot checked94
4Chrome DevTools MCPDeveloper Tools1,563,37948,690First-partyApache-2.00d agoAdvisory, patched93
5Agent Skills Search ServerSearch & Webnot reported23,976First-partyApache-2.03d agoNot checked93
6Scrapling MCP ServerCloudlibrary-wide72,958CommunityBSD-3-Clause1d agoNo known advisory92
7browser-useSearch & Weblibrary-wide108,166First-partyMIT1d agoAdvisory, patched91
8mcp-serverProductivitynot reported42,995First-partyAGPL-3.01d agoNot checked91
9Oh My Posh ValidatorOthernot reported23,230First-partyMIT0d agoNot checked91
10XcodeBuildMCPProductivitynot reported6,202First-partyMIT2d agoNo known advisory90
11apify-mcp-serverOthernot reported2,834First-partyMIT0d agoNot checked90
12Azure MCP ServerCloud114,7023,546First-partyMIT0d agoAdvisory, patched89
13Windows-MCPDeveloper Tools18,6886,664First-partyMIT0d agoAdvisory, patched89
14Microsoft Fabric MCP ServerOther8823,546First-partyMIT0d agoNo known advisory89
15semAI & Memorynot reported3,279First-partyApache-2.020d agoNo known advisory89
16ClickHouseDatabases47,481844First-partyApache-2.02d agoNo known advisory88
17Power BI Modeling MCP ServerOther14,0801,050First-partyMIT7d agoNo known advisory88
18Figma-Context-MCPDesignnot reported15,604CommunityMIT0d agoAdvisory, patched88
19SupabaseDatabasesnot reported2,855First-partyApache-2.01d agoNo known advisory88
20exaSearch & Webnot reported4,828First-partyMIT0d agoNot checked87
21macOS-MCPDeveloper Tools2,975145First-partyMIT1d agoNo known advisory86
22BoostedTravelSearch & Web771,643First-partynot reported2d agoNo known advisory86
23Finance ToolkitFinancelibrary-wide5,199CommunityMIT0d agoNo known advisory86
24mockserverDevOps & Monitoringnot reported4,933First-partyApache-2.00d agoNot checked86
25mcpCloudnot reported4,036First-partyApache-2.03d agoNot checked86
26CrowdStrike Falcon MCP ServerDeveloper Tools8,764230First-partyMIT1d agoNo known advisory85
27Atomic MailCommunication294270First-partyMIT9d agoNo known advisory85
28draw.ioCommunicationnot reported5,133First-partyApache-2.04d agoNot checked85
29JitsuOthernot reported5,010First-partyMIT0d agoNot checked85
30voicemodeOtherlibrary-wide1,312First-partyMIT2d agoNo known advisory85
31Zotero MCPSearch & Web7,6384,565CommunityMIT2d agoNo known advisory84
32strataOthernot reported5,786First-partyApache-2.067d agoNot checked84
33Unity-MCPDevOps & Monitoringnot reported3,838CommunityApache-2.04d agoNot checked84
34Microsoft Learn MCPProductivitynot reported1,819First-partyCC-BY-4.02d agoNot checked84
35SmartBear MCPOther14,17942First-partyMIT0d agoNo known advisory83
36Anki MCP ServerOther606419First-partyMIT16d agoNo known advisory83
37mcpFinancenot reported1,726First-partyMIT1d agoNot checked83
38PersomeAI & Memorylibrary-wide1,347First-partyApache-2.01d agoNo known advisory83
39emailmdCommunicationnot reported1,292First-partyMIT12d agoNo known advisory83
40Atlassian Rovo MCP ServerSearch & Webnot reported945First-partyApache-2.011d agoNot checked83
41Funplay Unity MCPDeveloper Toolsnot reported211First-partyMIT10d agoNo known advisory83
42FunseaAI Unity MCPDeveloper Toolsnot reported211First-partyMIT10d agoNo known advisory83
43RootlyDevOps & Monitoring3,50345First-partyApache-2.01d agoNo known advisory82
44mcpOthernot reported2,597First-partyApache-2.00d agoNot checked82
45Figma MCP ServerDesignnot reported1,863First-partynot reported1d agoNot checked82
46Microsoft NuGetAI & Memorynot reported1,553First-partynot reported2d agoNo known advisory82
47ArcadeDB MCP ServerDatabasesnot reported1,065First-partyApache-2.00d agoNot checked82
48mcpDatabases7,22284First-partyMIT0d agoNo known advisory81
49Auth0 MCP ServerOther3,143112First-partyMIT0d agoNo known advisory81
50monitorDevOps & Monitoring1011,232First-partynot reported0d agoNo known advisory81
51browserbasehq-mcp-browserbaseSearch & Webnot reported3,416CommunityApache-2.018d agoNot checked81
52claude-real-videoDeveloper Toolslibrary-wide1,973CommunityMIT4d agoNo known advisory81
53QueryWeaverDatabasesnot reported1,060First-partyAGPL-3.01d agoNot checked81
54blockrun-mcpFinancenot reported479First-partyMIT2d agoNo known advisory81
55Svelte MCPProductivitynot reported304First-partyMIT0d agoNo known advisory81
56agent-recallAI & Memory580364CommunityMIT3d agoNo known advisory80
57MCP Fiscal BrasilDeveloper Tools162137First-partyMIT3d agoNo known advisory80
58unreal-engine-mcpDeveloper Toolsnot reported822CommunityMIT0d agoNo known advisory80
59touchdesigner-mcp-serverDeveloper Toolsnot reported466CommunityMIT1d agoNo known advisory80
60beever-atlasCommunicationnot reported437First-partyApache-2.00d agoNot checked80
61postman-mcp-serverDeveloper Toolsnot reported293First-partyApache-2.02d agoNo known advisory80
62Xquik MCP ServerOthernot reported176First-partyMIT4d agoNot checked80
63adeuOthernot reported135First-partyMIT0d agoNo known advisory80
64Deep Agentic Core MCPDeveloper Tools9,076not reportedFirst-partynot reported2d agoNo known advisory79
65OpenTakeoffDeveloper Tools3,26065First-partyApache-2.00d agoNo known advisory79
66HomespunDatabases3,2081First-partyMIT1d agoNo known advisory79
67braveSearch & Webnot reported1,358CommunityMIT2d agoNot checked79
68GoModelDevOps & Monitoringnot reported1,043First-partyMIT0d agoNot checked79
69docfork-mcpProductivitynot reported489First-partyMIT55d agoNo known advisory79
70gk-cliDeveloper Toolsnot reported442First-partynot reported3d agoNo known advisory79
71ai-contextAI & Memorylibrary-wide3First-partyApache-2.00d agoNo known advisory79
72Amazon ECS MCP ServerCloud408,361not reportedFirst-partynot reported179d agoNo known advisory78
73Unraid MCPDeveloper Tools2,204121First-partyMIT2d agoNo known advisory78
74monday.comProductivitynot reported417First-partyMIT0d agoNot checked78
75spotifyscraperDeveloper Toolslibrary-wide288CommunityMIT2d agoNo known advisory78
76zoo-mcpDeveloper Tools1,3408First-partyMIT1d agoNo known advisory77
77mcpDeveloper Tools408179First-partyApache-2.01d agoNo known advisory77
78google-surf-mcpSearch & Web364276CommunityMIT2d agoNo known advisory77
79Ignite UI MCP ServerDeveloper Tools348136First-partyMIT0d agoNo known advisory77
80ChiR24-unreal_mcpOthernot reported822CommunityMIT0d agoNot checked77
81ChiR24-unreal_mcp_serverAI & Memorynot reported822CommunityMIT0d agoNot checked77
82MemorixAI & Memorynot reported613CommunityApache-2.01d agoNo known advisory77
83mcp-serverOthernot reported305First-partyApache-2.00d agoNot checked77
84Code PathfinderSearch & Weblibrary-wide140First-partyApache-2.028d agoNo known advisory77
85DocmancerAI & Memorylibrary-wide119First-partyMIT2d agoNo known advisory77
86ClaudeR - RStudio MCP ServerDeveloper Tools3,275314Communitynot reported4d agoNo known advisory76
87RendobarOther1,0441First-partyMIT1d agoNo known advisory76
88glade-mcpDeveloper Tools786187First-partyMIT0d agoNo known advisory76
89Alfanous - Quranic Search EngineSearch & Web106286First-partyLGPL-3.055d agoNo known advisory76
90HeyClaude - Claude & AI workflow directorySearch & Web54286CommunityMIT7d agoNo known advisory76
91ZapierOthernot reported372First-partyMIT9d agoNot checked76
92gopeakDeveloper Toolslibrary-wide239CommunityMIT25d agoNo known advisory76
93mcp-accessibility-scannerSearch & Web1,72656CommunityMIT2d agoNo known advisory75
94dash-mcp-serverSearch & Web45175CommunityMIT7d agoNo known advisory75
95ref-tools-ref-tools-mcpOthernot reported1,149CommunityMIT42d agoNot checked75
96misakanetSearch & Weblibrary-wide420CommunityApache-2.00d agoNo known advisory75
97office-oxide-mcpDeveloper Toolsnot reported155First-partyGPL-3.052d agoNo known advisory75
98Funplay Cocos MCPDeveloper Toolsnot reported152First-partyMIT7d agoNo known advisory75
99Unraid RMCPDevOps & Monitoringlibrary-wide121First-partyMIT2d agoNo known advisory75
100ai-test-process-mcpDesign1,910not reportedCommunityMIT0d agoNo known advisory74
101Kiwoom Securities MCP ServerDeveloper Tools1,6631CommunityMIT0d agoNo known advisory74
102dex-dataSearch & Web1,581not reportedFirst-partynot reported3d agoNo known advisory74
103AgentPhoneDeveloper Tools144112First-partyMIT9d agoNo known advisory74
104squirrelscanOthernot reported252First-partyMIT0d agoNot checked74
105buildDeveloper Toolslibrary-wide136CommunityMIT3d agoNo known advisory74
106cargoDeveloper Toolsnot reported136CommunityMIT3d agoNo known advisory74
107dockerDevOps & Monitoringnot reported136CommunityMIT3d agoNo known advisory74
108gitDeveloper Toolsnot reported136CommunityMIT3d agoNo known advisory74
109githubDeveloper Toolslibrary-wide136CommunityMIT3d agoNo known advisory74
110goDeveloper Toolslibrary-wide136CommunityMIT3d agoNo known advisory74
111httpDeveloper Toolsnot reported136CommunityMIT3d agoNo known advisory74
112lintDeveloper Toolslibrary-wide136CommunityMIT3d agoNo known advisory74
113makeProductivitynot reported136CommunityMIT3d agoNo known advisory74
114npmDeveloper Toolsnot reported136CommunityMIT3d agoNo known advisory74
115pare-buildDeveloper Toolsnot reported136CommunityMIT3d agoNo known advisory74
116pare-cargoDeveloper Toolsnot reported136CommunityMIT3d agoNo known advisory74
117pare-dockerDevOps & Monitoringnot reported136CommunityMIT3d agoNo known advisory74
118pare-gitDeveloper Toolsnot reported136CommunityMIT3d agoNo known advisory74
119pare-githubDeveloper Toolsnot reported136CommunityMIT3d agoNo known advisory74
120pare-goDeveloper Toolsnot reported136CommunityMIT3d agoNo known advisory74
121pare-httpDeveloper Toolsnot reported136CommunityMIT3d agoNo known advisory74
122pare-lintDeveloper Toolsnot reported136CommunityMIT3d agoNo known advisory74
123pare-makeProductivitynot reported136CommunityMIT3d agoNo known advisory74
124pare-npmDeveloper Toolslibrary-wide136CommunityMIT3d agoNo known advisory74
125pare-pythonDeveloper Toolslibrary-wide136CommunityMIT3d agoNo known advisory74
126pare-searchSearch & Weblibrary-wide136CommunityMIT3d agoNo known advisory74
127pare-testDeveloper Toolslibrary-wide136CommunityMIT3d agoNo known advisory74
128pythonDeveloper Toolsnot reported136CommunityMIT3d agoNo known advisory74
129searchSearch & Webnot reported136CommunityMIT3d agoNo known advisory74
130testDeveloper Toolsnot reported136CommunityMIT3d agoNo known advisory74
131inspeximusAI & Memorylibrary-wide5CommunityMIT0d agoNo known advisory74
132AmicusDeveloper Toolslibrary-widenot reportedCommunityMIT0d agoNo known advisory74
133playwright-stealthSearch & Web1,20375CommunityMIT12d agoNo known advisory73
134hustcc-mcp-mermaidOthernot reported621CommunityMIT84d agoNot checked73
135emisarOthernot reported420First-partynot reported0d agoNot checked73
136SqlServer.RulesDatabasesnot reported237CommunityMIT3d agoNo known advisory73
137Gmail-MCP-ServerCommunicationnot reported223CommunityMIT20d agoNo known advisory73
138GlifOthernot reported199First-partyMIT8d agoNot checked73
139e2a - email for AI agentsCommunicationnot reported181First-partyApache-2.00d agoNot checked73
140BetterlyticsSearch & Webnot reported172First-partyAGPL-3.01d agoNot checked73
141jjlabsio-korea-stock-mcpFinancenot reported170CommunityISC1d agoNot checked73
142mcp-serverSearch & Webnot reported115First-partyMIT8d agoNot checked73
143bettermemoryAI & Memorylibrary-widenot reportedCommunityMIT1d agoNo known advisory73
144Excalidraw ArchitectDeveloper Tools555139CommunityMIT60d agoNo known advisory72
145docfork-mcpDeveloper Toolsnot reported489CommunityMIT55d agoNot checked72
146virustotalDeveloper Toolsnot reported142CommunityMIT75d agoNo known advisory71
147mcpDesignnot reported135First-partyMIT59d agoNot checked71
148docs-mcpProductivitynot reported114First-partynot reported2d agoNot checked71
149fondue-city-mcpDeveloper Tools1,122not reportedCommunitynot reported3d agoNo known advisory70
150pinkpixel-dev-web-scout-mcpSearch & Webnot reported132CommunityApache-2.017d agoNot checked70
151mcpDeveloper Tools110125First-partyMIT148d agoNo known advisory69
152DeepSeek MCP ServerCommunicationnot reported351CommunityMIT105d agoNo known advisory69
153DottedSignDeveloper Toolsnot reported143First-partynot reported23d agoNot checked69
154ClawLinkCommunicationnot reported117First-partyAGPL-3.00d agoNot checked69
155context-syncAI & Memorylibrary-wide183CommunityMIT118d agoNo known advisory67
156Glean Remote MCP ServerAI & Memorynot reported164First-partyMIT112d agoNot checked67
157Analook - Competitor IntelligenceDeveloper Toolsnot reported105Communitynot reported1d agoNot checked67
158oxylabs-oxylabs-mcpSearch & Webnot reported101CommunityMIT60d agoNot checked67
159zwldarren-akshare-one-mcpFinancenot reported219CommunityMIT146d agoNot checked66
160svelte-llm-mcpOthernot reported160First-partyMIT175d agoNot checked66
161shodanSearch & Webnot reported148CommunityMIT129d agoNo known advisory66
162mcpOthernot reported178First-partynot reported98d agoNot checked64
163hypertool-mcpOthernot reported155First-partynot reported290d agoNo known advisory61

What This Data Says About MCP Right Now

Five conclusions, all checkable against the tables above:

  1. MCP is still mostly a local-process protocol. 116 of 163 servers run over stdio, and while 60 now publish a hosted endpoint, that leaves the majority installable only on the machine that runs the AI client. It is shifting, but MCP is still a developer-machine technology more than a team one.
  2. First-party is the signal to buy on. 56% of servers are vendor-built and they take 98.9% of all download volume, so the ecosystem is consolidating around official bridges.
  3. Adoption is concentrated, but less than published figures suggest. Once library-wide packages are set aside, the most-downloaded MCP server takes 69.3% of attributable volume against a median of 1,663 a week. That is still a steep curve, and it is the honest version of it.
  4. The clean security record is a maturity artefact, not a guarantee. 6 advisories across 163 servers, all patched, is not evidence that MCP servers are safe: 50 of them publish nothing an advisory database can be queried against, so their record is unknown rather than clean. Scope every credential you hand a server as if a disclosure were coming.
  5. Nothing here is abandoned yet. Median 3 days since update, which is the healthiest maintenance profile of any ecosystem in this series.

“The star counts and the awesome-lists tell you what developers find interesting. What actually decides whether you should install an MCP server is narrower: did the vendor build it, what credentials does it want, and can you run it anywhere other than your own laptop. On that last one the answer is still mostly no, and that is the real state of MCP in 2026, whatever the server count suggests.”
Alston Antony, founder of zplatform.ai and Senior Digital Marketing Manager at Brainstorm Force

Connecting AI to other places instead? The best AI WordPress plugins report carries a full CVE audit, the best Hugging Face models report ranks open-weight models on download data, and the AI Chrome extensions and AI Firefox add-ons reports cover the browser. More sit in best AI tools.

Frequently Asked Questions

What is an MCP server?

An MCP server is a program that exposes tools, data and prompts to AI applications through the Model Context Protocol. It acts as a standardised bridge so an assistant like Claude, Cursor or ChatGPT can read from and act on an external system, a database, a GitHub repo, a Slack workspace, without custom integration code.

What does MCP stand for?

MCP stands for Model Context Protocol, an open standard introduced by Anthropic in November 2024 for connecting AI applications to external tools and data sources.

How does an MCP server work?

An MCP host (the AI app) runs a client that connects to one or more servers over JSON-RPC. Servers expose three primitives: tools the AI can call, resources it can read, and prompts it can reuse. The two transports are stdio for local servers and Streamable HTTP for remote ones. In this list 116 of 163 servers use stdio.

What are the best MCP servers?

By weekly package downloads the leader is Chrome DevTools MCP at 1,563,379. By our composite quality score, which weighs maintenance, trust and security alongside adoption, the leader is Codebase Memory at 96/100. Both full rankings are above, and the category sections narrow it to the job you actually have.

Where can I find a list of MCP servers?

This page is one, built from the official MCP Registry and enriched with adoption, maintenance and security data. The canonical source is the registry itself at registry.modelcontextprotocol.io; this report adds the comparison layer on top so you can rank and filter rather than only browse.

Are MCP servers free?

Most are free and open-source, and you install them at no cost. Some connect to paid third-party services (a database host, a SaaS API) that need your own account and API key, but the server software itself is typically free. Every row shows the install method and package registry.

By weekly downloads: Chrome DevTools MCP (1,563,379), Amazon ECS MCP Server (408,361) and Azure MCP Server (114,702). Popularity clusters around Developer Tools, which takes 71.7% of all download volume from 54 servers.

What is the difference between an MCP server and an API?

An API is a service-specific interface, so every integration is bespoke. An MCP server wraps a system, which may itself sit on an API, in the standard Model Context Protocol, so any MCP-capable client can use it the same way. MCP is the universal adapter; an API is the underlying outlet.

MCP versus RAG: what is the difference?

RAG retrieves relevant text and injects it into a prompt. MCP is a connection protocol that lets an AI call live tools and read data sources directly, including taking actions. They are complementary: an MCP server can power retrieval for RAG, but MCP also covers actions RAG alone does not.

What are the best MCP servers for Claude Code?

Every server in this list works with Claude Code and ships a copy-paste “claude mcp add” command. For coding specifically the useful groups are developer tools, filesystem, databases, and browser or search servers. Use the Developer Tools section above, which is the largest category at 54 servers.

Which AI tools support MCP servers?

Claude Desktop, Claude Code, Cursor and VS Code all support MCP, and every server in this build ships install snippets for those four. ChatGPT, Gemini and Windsurf have also added MCP support. The client table above shows snippet coverage across all 163 servers.

What is the official MCP Registry?

The official MCP Registry (registry.modelcontextprotocol.io) is the canonical index of MCP servers, where publishers register under an ownership-verified reverse-DNS namespace. That verification is what makes the first-party badge in this report meaningful, and this list is built from it.

How do I install an MCP server in Claude Desktop?

Open Claude Desktop settings, edit claude_desktop_config.json, add the server under “mcpServers” with its command, args and any required environment variables, then restart Claude Desktop. Every row in the full list above provides the exact JSON, along with the equivalent for Cursor, VS Code and Claude Code.

How many MCP servers are there?

The official registry lists thousands and grows daily. This report ranks the 163 that clear the quality gate and adoption floor: a description, a working install method, and real adoption, as of 7 August 2026.

Who created MCP?

Anthropic created the Model Context Protocol and released it as an open standard in November 2024. It has since been adopted by many AI vendors, with an open-source community maintaining the specification and the official registry.

Methodology and How to Cite This Data

Sources: server identity, install methods and status from the official MCP Registry; stars, licence and last-commit recency from the GitHub REST and GraphQL APIs; weekly downloads from npm and PyPI; security advisories from the GitHub Advisory Database. 6 snapshots retained for trend history.

Sample: 163 servers, 2,256,524 combined weekly downloads, 11 categories, 92 first-party, 163 with install snippets across 4 AI clients.

Ranking formula: Quality Score = 35% adoption (GitHub stars and weekly package downloads, log-scaled) + 25% maintenance (update recency and release cadence) + 15% growth (30-day trend from our own snapshots) + 15% trust (first-party namespace, open-source licence, public repository) + 10% security (known unpatched advisories).

Inclusion: automatic. Every registry server with a description, a working install method and real adoption. Deleted servers excluded, deprecated servers kept and badged. No hand-picking, no paid placement.

Download attribution rule: a server’s download count is only counted when the npm or PyPI package it points at is the MCP server itself, which we test by requiring the package name to reference MCP. Registry entries pointing at a wider general-purpose library are excluded from every download total and marked library-wide in the full list, because that count measures the library rather than the server. In this build that excluded 26 servers and 13,655,940 weekly downloads, 86% of the raw sum. The rule is deliberately mechanical, so it is reproducible and it errs toward excluding a genuine MCP package rather than inflating a total. It cannot split a single shared package across a family of servers.

Stated limitations: adoption is a proxy. MCP has no universal usage metric, so package downloads and stars stand in for it and are never presented as install counts. Where the upstream GitHub fetch does not return data for a server, its stars, licence and release history read “not reported” rather than zero, and any trend figure that would imply a total collapse as a result is suppressed rather than published. Coverage in this build: 156 of 163 servers with a star count, 146 with a licence, 44 with attributable download data, 120 with a usable trend (0 suppressed as artefacts). Security is “not checked” for servers with no queryable package rather than reported as clean.

Cite as: zplatform.ai, “Best MCP Servers: The Complete Ranked List,” data pulled 7 August 2026.

Every number here traces to a row in the tables above, and where a number is missing this page says so instead of guessing. That is the whole point of publishing the method next to the ranking: the best MCP server for you depends on what you are connecting and what credentials you are willing to hand over, and you should be able to check the working rather than take my word for it.

Table of Contents