AgentRank

AgentRank

Google PageRank for AI agents — live search across 25,000+ scored MCP servers and tools. AgentRank gives your AI a live, ranked index of 25,000+ MCP servers and agent tools, scored daily from real GitHub signals (stars, freshness, issue health, contributors, dependents). Your AI's training data is months old — it can't tell you if a tool was abandoned last week or that something better shipped y

Category
Visit Server

README

AgentRank

Google PageRank for AI agents. A live, daily-updated index of 25,000+ MCP servers and agent tools — scored by real GitHub signals, not just star counts.

npm version npm downloads GitHub stars License: MIT Last commit


Install in 3 Steps

1. Add to your AI tool:

# Claude Code
claude mcp add agentrank -- npx -y agentrank-mcp-server

2. Ask your AI to find a tool:

"Find me an MCP server for database access"

3. Get ranked, current results — automatically.

That's it. No API key, no config, no prompting. Your AI searches the live index whenever it needs a tool.

Cursor, VS Code, Cline, Claude Desktop, Windsurf →


Why AgentRank?

  • Your AI's knowledge is stale. Training data is months old — it can't know if a tool was abandoned last week or if something better shipped yesterday.
  • Stars lie. A repo with 2,000 stars and no commits in 18 months isn't production-ready. AgentRank weighs freshness, issue health, and dependents — not just popularity.
  • 25,000+ tools, scored daily. The index crawls GitHub nightly. Every recommendation reflects what's happening now.
  • Gets smarter with use. Every query surfaces which tools developers actually reach for, sharpening rankings for everyone.

Demo

> search("postgres mcp server")

1. postgres-mcp          Score: 91  ★ 2.1k  Updated: 2d ago
2. mcp-server-postgres   Score: 84  ★ 891   Updated: 5d ago
3. pg-mcp                Score: 71  ★ 432   Updated: 12d ago
> lookup("github.com/modelcontextprotocol/servers")

{
  "name": "modelcontextprotocol/servers",
  "agentrank_score": 97,
  "stars": 14200,
  "last_commit": "1 day ago",
  "dependents": 1840,
  "issue_health": 0.91
}

Links


Repo Structure

crawler/     GitHub crawler — finds and indexes repos nightly
scorer/      Scoring engine — 5-signal composite score (0-100)
mcp-server/  MCP server package published to npm
workers/     Cloudflare Workers API
site/        Astro frontend (agentrank-ai.com)

How the Score Works

Five signals, weighted by signal quality:

Signal Weight What it measures
Freshness 25% Days since last commit — stale repos decay fast
Issue health 25% Closed / total issues — maintainer responsiveness
Dependents 25% Repos that depend on this — real-world adoption
Stars 15% Raw popularity signal
Contributors 10% Bus factor — solo projects score lower

Scores are recomputed nightly from live GitHub data.


MIT License · Built by @comforteagle

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured