Subgraph Registry MCP
Rank #10,549io.github.PaulieB14/subgraph-registry-mcp
Discover and query 15,500+ classified subgraphs on The Graph Network
Subgraph Registry MCP is a Model Context Protocol (MCP) server published by paulieb14. It ranks #10,549 of 115,591 servers tracked on MCP Toplist. Subgraph Registry MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 4 tracked versions. It was first listed on Mar 11, 2026 and most recently updated on May 2, 2026.
Ranks ahead of 105,042 of 115,591 servers on MCP Toplist.
Use Subgraph Registry MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add subgraph-registry-mcp -- npx -y subgraph-registry-mcp[mcp_servers.subgraph-registry-mcp]
command = "npx"
args = ["-y", "subgraph-registry-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"subgraph-registry-mcp": {
"command": "npx",
"args": [
"-y",
"subgraph-registry-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"subgraph-registry-mcp": {
"command": "npx",
"args": [
"-y",
"subgraph-registry-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"subgraph-registry-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"subgraph-registry-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"subgraph-registry-mcp": {
"command": "npx",
"args": [
"-y",
"subgraph-registry-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"subgraph-registry-mcp": {
"command": "npx",
"args": [
"-y",
"subgraph-registry-mcp"
]
}
}
}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.PaulieB14%2Fsubgraph-registry-mcp)<a href="https://mcptoplist.com/server/io.github.PaulieB14%2Fsubgraph-registry-mcp"><img src="https://mcptoplist.com/badge/io.github.PaulieB14%2Fsubgraph-registry-mcp.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
paulieb14
Other servers by paulieb14
- Graph Polymarket MCP#9,629 · 3 vers
- Graph Uniswap MCP#32,080
- Graph Aave MCP#33,937 · 2 vers
- predictfun-mcp#44,011 · 2 vers
- Substreams Search MCP Server#44,012 · 2 vers
- PayQL#48,130
- graph-lending-mcp#53,174 · 1 ver
- Limitless MCP#86,196
Available versions (4)
| Version | Published |
|---|---|
| 0.4.2 | May 2, 2026 |
| 0.4.1 | May 1, 2026 |
| 0.2.3 | Mar 12, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Subgraph Registry MCP?
- Subgraph Registry MCP is maintained by paulieb14, which publishes 9 MCP servers (14 total versions) tracked on MCP Toplist.
- Is Subgraph Registry MCP listed on the Official MCP Registry?
- Yes — Subgraph Registry MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Subgraph Registry MCP have?
- MCP Toplist tracks 4 versions of Subgraph Registry MCP, most recently published on May 2, 2026.
- Where can I find the source code for Subgraph Registry MCP?
- The source code for Subgraph Registry MCP is hosted at github.com/paulieb14/subgraph-registry.