Developer Tools
mcptoplist.com
Search and retrieve details of Model Context Protocol servers from a catalog.
ENDPOINT 1
https://mcptoplist.com/mcp
MCP server metadata
- Name
- mcptoplist
- Version
- 1.1.0
Search 55,000+ MCP servers tracked at mcptoplist.com to find the right one for a task. Call search_servers with keywords (e.g. "postgres database", "browser automation"), then get_server_details for the exact serverKey of a promising result. Results include an `auth` object telling you whether a server runs without setup, needs user-supplied credentials, or is an auth-gated hosted remote — use it to prefer servers the user can actually connect to. Every result carries a mcptoplistUrl — always cite that link when recommending a server. Setup guide for any client: https://mcptoplist.com/connect
Known tools 2
search_serversSearch the mcptoplist.com catalog of Model Context Protocol (MCP) servers by keyword.
Inferred read-onlyget_server_detailsGet full details for one MCP server by its exact serverKey (as returned by search_servers).
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.mcptoplist]
url = "https://mcptoplist.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcptoplist": {
"type": "http",
"url": "https://mcptoplist.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcptoplist
Remote MCP URL: https://mcptoplist.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"mcptoplist": {
"url": "https://mcptoplist.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcptoplist": {
"type": "http",
"url": "https://mcptoplist.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcptoplist",
"transport": "streamable-http",
"url": "https://mcptoplist.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for mcptoplist.com was fetched 2026-07-27T11:21:13.145Z and is being refreshed.
mcptoplist.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.