mcpbeat Sign in

MCP Registry MCP Server

local only

MCP Registry runs on your own machine — the client starts it, so there is no endpoint to ping. 32 installs a week from npm. Last commit 24 Apr 2026.

MCP server discovery, indexing, and registration

Installs per day peak 11 · avg 6 · -43% w/w
a month agotoday
32
Installs / week
npm · mcp-registry-mcp
0
Stars
0 open issues
24 Apr 2026
Last commit
0 releases in 90 days
License
JavaScript

Nothing serious here today

Today is the operative word: we check MCP Registry 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

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-registry -- npx -y mcp-registry-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-registry": {
      "args": [
        "-y",
        "mcp-registry-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-registry]
command = "npx"
args = ["-y", "mcp-registry-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-registry": {
      "args": [
        "-y",
        "mcp-registry-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-registry": {
      "args": [
        "-y",
        "mcp-registry-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to MCP Registry

same job, measured the same way
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

30 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
Agent Discover
by keshrath

MCP server registry and marketplace - discover, install, activate tools on demand

118 installs/wk local only
Apiany MCP
by ailingqu

APIAny MCP server for model discovery, pricing, docs, and integration examples.

33 installs/wk local only
MCPfinder - MCP Server Discovery
by mcpfinder

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

192 installs/wk local only
Toolcairn MCP
by neurynae

MCP server for tool discovery: find, compare, and verify tools across 35+ registries.

187 installs/wk local only

MCP Registry — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Registry?
MCP Registry runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package mcp-registry-mcp was installed 32 times last week.
How do I connect MCP Registry?
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 runs locally, so the command pulls mcp-registry-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use MCP Registry?
The npm package mcp-registry-mcp was installed 32 times in the last week. Week over week that is -43%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP Registry open source?
We cannot say either way: written in JavaScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.