MCP Server MCP Registry
Rank #27,470io.github.formulahendry/mcp-server-mcp-registry
MCP server providing server-registry capabilities
MCP Server MCP Registry is a Model Context Protocol (MCP) server published by formulahendry. It ranks #27,470 of 115,460 servers tracked on MCP Toplist, and its repository has 4 GitHub stars. MCP Server MCP Registry is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Sep 14, 2025 and most recently updated on Sep 14, 2025.
Ranks ahead of 87,990 of 115,460 servers on MCP Toplist.
Use MCP Server MCP Registry
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-server-mcp-registry -- npx -y mcp-server-mcp-registry[mcp_servers.mcp-server-mcp-registry]
command = "npx"
args = ["-y", "mcp-server-mcp-registry"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"mcp-server-mcp-registry": {
"command": "npx",
"args": [
"-y",
"mcp-server-mcp-registry"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mcp-server-mcp-registry": {
"command": "npx",
"args": [
"-y",
"mcp-server-mcp-registry"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mcp-server-mcp-registry": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-server-mcp-registry"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mcp-server-mcp-registry": {
"command": "npx",
"args": [
"-y",
"mcp-server-mcp-registry"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcp-server-mcp-registry": {
"command": "npx",
"args": [
"-y",
"mcp-server-mcp-registry"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.formulahendry%2Fmcp-server-mcp-registry)<a href="https://mcptoplist.com/server/io.github.formulahendry%2Fmcp-server-mcp-registry"><img src="https://mcptoplist.com/badge/io.github.formulahendry%2Fmcp-server-mcp-registry.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
formulahendry
Other servers by formulahendry
- Spec Driven Development#4,199 · 2 vers
- Code Runner#4,447 · 3 vers
- generator-mcp#13,928
- Code Runner MCP Server for VS Code#46,781
Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Sep 14, 2025 |
Frequently asked questions
- Who maintains MCP Server MCP Registry?
- MCP Server MCP Registry is maintained by formulahendry, which publishes 5 MCP servers (6 total versions) tracked on MCP Toplist.
- Is MCP Server MCP Registry listed on the Official MCP Registry?
- Yes — MCP Server MCP Registry is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does MCP Server MCP Registry have?
- MCP Toplist tracks 1 version of MCP Server MCP Registry, most recently published on Sep 14, 2025.
- Where can I find the source code for MCP Server MCP Registry?
- The source code for MCP Server MCP Registry is hosted at github.com/formulahendry/mcp-server-mcp-registry.