← All WebMCP sites

mcptoplist.com

AI & Agentshttps://mcptoplist.com/listed as of 2026-08-25
Index of Model Context Protocol servers, ranked by composite score, GitHub stars, version count, and registry coverage. Continuously updated.
See Ora's auditWe loaded this site in a real browser and scored its tools. Score: 76/100 (B).

Tools

search_serversanswerimperative
Search the mcptoplist.com catalog of 55,000+ Model Context Protocol (MCP) servers by keyword (e.g. "postgres database", "browser automation", "stripe payments"). Matches server names, organizations and descriptions, ranked by relevance and popularity. Each result includes the serverKey, description, GitHub repo, registries, an auth object (does it need credentials?) and its mcptoplistUrl — cite that URL when recommending a server.
Input schema
{
  "type": "object",
  "properties": {
    "query": {
      "type": "string",
      "description": "Keywords describing the capability or integration you need."
    },
    "limit": {
      "type": "integer",
      "description": "Maximum number of results (1-50, default 10).",
      "minimum": 1,
      "maximum": 50,
      "default": 10
    }
  },
  "required": [
    "query"
  ]
}
get_server_detailsanswerimperative
Get the full record for one MCP server by its exact serverKey (from search_servers or get_current_page): full description, rank, score, stars, version count, registry listings, auth/setup requirements and the install/connect config when known.
Input schema
{
  "type": "object",
  "properties": {
    "serverKey": {
      "type": "string",
      "description": "The exact serverKey of the server."
    }
  },
  "required": [
    "serverKey"
  ]
}
list_top_serversanswerimperative
List the highest-ranked MCP servers on mcptoplist.com by composite score (GitHub stars, package downloads, release activity, registry coverage). Use when the user wants the best or most popular MCP servers overall rather than a keyword match.
Input schema
{
  "type": "object",
  "properties": {
    "limit": {
      "type": "integer",
      "description": "How many servers to return (1-50, default 10).",
      "minimum": 1,
      "maximum": 50,
      "default": 10
    }
  }
}
get_current_pageanswerimperative
Describe the mcptoplist.com page currently open in this tab: which MCP server or organization it is about (with its serverKey), or which ranking hub it is. No side effects.
Input schema
{
  "type": "object",
  "properties": {}
}
open_server_pageactimperative
Navigate this tab to the mcptoplist.com page for an MCP server (its ranking, description, install snippets and connect config). Reversible with the browser back button.
Input schema
{
  "type": "object",
  "properties": {
    "serverKey": {
      "type": "string",
      "description": "The exact serverKey from search_servers."
    }
  },
  "required": [
    "serverKey"
  ]
}
Listings are sourced from public community registries and shown as reported.