Google PageRank for AI agents. 25,000+ tools indexed.

How to Choose an MCP Server in 2026

The AgentRank index contains 25,632 MCP servers and agent tools. About 74% of them are abandoned, broken, or not worth your time. This guide gives you a framework to identify the 26% that are — using the same five signals we use to compute every AgentRank score.

The five signals that matter

Most people pick MCP servers by stars. Stars are a popularity signal from months ago. They tell you a tool was interesting when it was new, not whether it works today. Here are the five signals that actually predict quality — and how much each one matters.

Freshness 25% of score

The MCP spec moves fast. A server with its last commit 6+ months ago may be broken against current clients. Freshness is the single strongest proxy for "will this work tomorrow."

Red flag: Last commit over 90 days ago — score starts decaying hard.
Green flag: Commits within the last 30 days.
Issue health 25% of score

Closed issues ÷ total issues. A high ratio means the maintainer responds and ships fixes. A low ratio means bug reports pile up with no resolution.

Red flag: Less than 30% issue close rate with more than 20 open issues.
Green flag: Close rate above 70%, maintainer responds within days.
Inbound dependents 25% of score

How many other repos depend on this? Real production use is the ultimate signal. If developers are importing this in their own agents, it works.

Red flag: Zero dependents after 6+ months in the ecosystem.
Green flag: Dozens of downstream repos using it.
Stars 15% of score

Raw attention signal. Useful for filtering out abandoned experiments with zero traction. Not useful for differentiating between two active tools.

Red flag: Under 10 stars on a tool that claims production-readiness.
Green flag: Hundreds or thousands — but treat as noise above ~500.
Contributors 10% of score

One contributor = bus factor 1. Two or more means the project survives the original author moving on.

Red flag: Solo maintainer with infrequent commits.
Green flag: Five or more active contributors.

These weights are deliberate. Freshness and issue health each outweigh stars because a stale tool with 5,000 stars is less useful than an active tool with 200 stars. Dependents carry 25% because real production use is the only signal you can't fake.

Five questions to ask before committing

Before you add a server to your agent stack, run through these questions. Each one is a fast filter that catches different failure modes.

1 Is there an official server from the vendor?

Always prefer official servers when they exist. Redis has redis/mcp-redis. MongoDB has mongodb-js/mongodb-mcp-server. Neon has neondatabase/mcp-server-neon. Official servers track breaking API changes and have organizational backing. Community servers can be excellent, but you're betting on an individual.

2 Does it have TypeScript or Python type definitions?

Typed servers are almost always better maintained. The act of maintaining types forces documentation and catches regressions. A JavaScript server with no types is harder to trust in production.

3 Does the README show working examples?

Copy the example. Run it. If the README example doesn't work out of the box, the server is broken or poorly maintained. This single test eliminates a huge percentage of the index immediately.

4 What is the issue response time?

Open a random bug from the last 30 days. Was it responded to? In how many days? Slow or no response means you're on your own when something breaks. Fast response is a strong signal of an actively maintained project.

5 Does it have a changelog or release notes?

Changelogs indicate a maintainer who ships intentionally. If there's no CHANGELOG.md and no GitHub releases, the project treats its users as an afterthought.

Score tiers and what they mean

Every tool in the AgentRank index has a score from 0–100. Here's how to interpret where a tool falls.

Tier Score What it means Example
Production-ready 80–100 High freshness, strong issue health, real dependents. These are the tools you can build on. mongodb-js/mongodb-mcp-server (88.44), redis/mcp-redis (86.59)
Active and viable 65–79 Good signals overall but missing one or two. Still worth using — monitor freshness quarterly. bytebase/dbhub (78.46), neondatabase/mcp-server-neon (78.85)
Experimental 40–64 Interesting but unproven. May work well, may be abandoned. Validate manually before depending on it. Most community servers fall here.
Avoid 0–39 Low freshness, poor issue health, no dependents. May be broken, may be unmaintained. 74% of the AgentRank index — the long tail of abandoned experiments.

The average score across the full index is 41.2. Anything above 65 is in the top quartile. Anything above 80 is in the top 5%.

Top picks by category

The 26% of the index that scores above 65 is still 6,600 tools. Filtered by category, here are the highest-scoring servers in three developer-critical domains — pulled directly from the AgentRank index as of March 2026.

Tool Score Stars Notes
mongodb-js/mongodb-mcp-server 88.4 959 Official MongoDB MCP server for Atlas and self-hosted clusters.
motherduckdb/mcp-server-motherduck 88.3 439 DuckDB and MotherDuck analytics via natural language queries.
redis/mcp-redis 86.6 451 Official Redis MCP — natural language interface for agentic apps.
benborla/mcp-server-mysql 86.0 1,335 Read-only MySQL access — safe for agent-driven data exploration.
neondatabase/mcp-server-neon 78.8 561 Serverless Postgres via Neon — create branches and run queries.

DevOps & Infrastructure

Tool Score Stars Notes
microsoft/azure-devops-mcp 97.2 1,406 Official Azure DevOps MCP — pipelines, repos, boards in one server.
reza-gholizade/k8s-mcp-server 91.3 149 Kubernetes cluster management via MCP — pods, deployments, services.
rohitg00/kubectl-mcp-server 87.8 849 Full kubectl access from any MCP-compatible agent.
containers/kubernetes-mcp-server 84.9 1,273 Kubernetes and OpenShift — official Red Hat containers project.
alexei-led/aws-mcp-server 84.2 181 AWS CLI commands via containerized sandbox — safe execution layer.
Tool Score Stars Notes
taylorwilsdon/google_workspace_mcp 90.9 1,806 Gmail, Calendar, Docs, Sheets, Drive — full Google Workspace control.
korotovsky/slack-mcp-server 83.0 1,448 Slack MCP — DMs, channels, and groups with no special permissions.
makenotion/notion-mcp-server 74.9 4,039 Official Notion MCP server for reading and writing pages.
sooperset/mcp-atlassian 72.8 4,608 Jira and Confluence via MCP — widely adopted community server.
atlassian/atlassian-mcp-server 71.9 435 Official Atlassian remote MCP — secure Jira and Confluence access.

Scores update nightly. These rankings reflect the index as of March 17, 2026. Sort by score on any category page to see current standings.

Official vs community servers

When to prefer official

For any major vendor — databases, cloud providers, SaaS tools — the official server is almost always the right choice. Official maintainers track breaking API changes. They have organizational backing that survives individual contributors leaving. They respond to issues because their reputation is attached to the server.

Examples of official servers worth trusting: redis/mcp-redis, mongodb-js/mongodb-mcp-server, neondatabase/mcp-server-neon, dbt-labs/dbt-mcp.

When community servers are fine

Community servers are the right choice when no official alternative exists, or when the community server substantially outperforms the official one on the five signals. A community server with 27 contributors and an 85% issue close rate is more trustworthy than an official server with 2 contributors and stale commits.

Check the contributor count. A community server with five or more active contributors has enough bus factor to absorb one person leaving. A solo project is a liability in production.

The "it works for me" trap

The most dangerous servers are the ones that work in your test environment and fail six months later when the upstream API changes and the maintainer has moved on. The AgentRank signals are designed to catch this category before you depend on it.

Quick evaluation checklist

Run through this before adding any MCP server to a production agent stack.

AgentRank score above 65 (top quartile)
Last commit within 60 days
Issue close rate above 50%
Two or more contributors
README example works out of the box
TypeScript or typed Python
Official server OR community server with 5+ contributors
At least one other repo depending on it

Find pre-scored servers: Browse the AgentRank index — 25,000+ tools ranked by all five signals, updated daily. Filter by category, sort by score.

Looking for a specific category? See Best MCP Servers for Database, Best for DevOps, or Best for AI/ML.

Get the weekly AgentRank digest

Top movers, new tools, ecosystem insights — straight to your inbox.