mcpbeat Sign in

MCP Finder MCP Server

answering

MCP Finder is answering right now. Last checked 11 min ago. It exposes 2 tools. Last commit 3 Sep 2026.

Find an MCP server for any task: searches the official registry, Smithery and npm; remote-first.

Uptime history 9 days of history
9 days agonow
100.0%
Uptime 24h
92 of 92 checks
2
Tools
read from the server
513 ms
Response time
average over 24h
0
Stars
last commit 3 Sep 2026

Nothing serious here today

Today is the operative word: we check MCP Finder every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 11 min ago.

run in your terminal
claude mcp add mcpfinder --transport http https://findanmcp.com/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcpfinder": {
      "url": "https://findanmcp.com/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcpfinder]
url = "https://findanmcp.com/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "mcpfinder": {
      "url": "https://findanmcp.com/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcpfinder": {
      "url": "https://findanmcp.com/mcp"
    }
  }
}

Available tools 2

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

mcp
find_mcp
Search for existing MCP servers that provide a capability (e.g. "postgres", "wayback machine", "google sheets"). Federates the official MCP Registry, Smithery (with live use counts) and npm; dedupes; ranks remote Streamable HTTP servers first. Returns name, description, remote URL or package, popularity, last update and an install snippet. Use before building or asking the user to build a tool.
mcp_details
Get one MCP server's tool list, transports and install details by its name as returned by find_mcp (registry name like "io.github.owner/server", "smithery:owner/server", or "npm:package"). Use to check a server exposes the tool you need before installing it.

Endpoints

URLTransportStateLatencyChecked
https://findanmcp.com/mcp streamable-http answering 437 ms 11 min ago

Alternatives to MCP Finder

same job, measured the same way
MCP Registry MCP Server
by wei

MCP server for querying the official MCP registry.

25 installs/wk local only
MCP Server Find
by daedalus

MCP server discovery - find and install MCP servers from Official Registry, Glama, and Smithery

66 installs/wk local only
Registry MCP
by remote-mcp

An MCP server that serves informtaion from the official MCP registry

2 tools answering
MCPfinder - MCP Server Discovery
by mcpfinder

Your AI discovers and installs MCP servers across Official Registry, Glama, and Smithery.

242 installs/wk local only
SUZURI MCP Server
by pepabo

Official remote MCP server for SUZURI.

answering
Search MCP Registry
by onticx

Search and discover MCP servers from the MCP Registry.

121 installs/wk local only
Open MCP Registry
by onticx

Search and discover MCP servers from the MCP Registry.

79 installs/wk local only
MCP Server MCP Registry
by formulahendry

MCP Server for MCP Registry to discover and search for available MCP servers in the registry

21 installs/wk local only

MCP Finder — questions

Answers built from our own checks of this server.

What can MCP Finder do?
It exposes 2 tools, read directly from the server on our last check. Among them: find_mcp, mcp_details. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is MCP Finder working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 92 of 92 checks got a reply (100.0%), average response time 513 ms. The bar chart above shows every period we have measured.
How do I connect MCP Finder?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does MCP Finder need an API key?
No. MCP Finder completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 2 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is MCP Finder?
It answers our handshake in 513 ms on average, which is faster than 31% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is MCP Finder open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.