Graph Polymarket MCP
Rank #9,629io.github.PaulieB14/graph-polymarket-mcp
MCP server providing graph-polymarket-mcp capabilities
Graph Polymarket MCP is a Model Context Protocol (MCP) server published by paulieb14. It ranks #9,629 of 115,591 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. Graph Polymarket MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 3 tracked versions. It was first listed on Mar 1, 2026 and most recently updated on Mar 7, 2026.
Ranks ahead of 105,962 of 115,591 servers on MCP Toplist.
Use Graph Polymarket MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add graph-polymarket-mcp -e "GRAPH_API_KEY=<your GRAPH_API_KEY>" -- npx -y graph-polymarket-mcpReplace each placeholder with your own value before saving.
[mcp_servers.graph-polymarket-mcp]
command = "npx"
args = ["-y", "graph-polymarket-mcp"]
[mcp_servers.graph-polymarket-mcp.env]
GRAPH_API_KEY = "<your GRAPH_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"graph-polymarket-mcp": {
"command": "npx",
"args": [
"-y",
"graph-polymarket-mcp"
],
"env": {
"GRAPH_API_KEY": "<your GRAPH_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"graph-polymarket-mcp": {
"command": "npx",
"args": [
"-y",
"graph-polymarket-mcp"
],
"env": {
"GRAPH_API_KEY": "<your GRAPH_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"graph-polymarket-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"graph-polymarket-mcp"
],
"env": {
"GRAPH_API_KEY": "<your GRAPH_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"graph-polymarket-mcp": {
"command": "npx",
"args": [
"-y",
"graph-polymarket-mcp"
],
"env": {
"GRAPH_API_KEY": "<your GRAPH_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"graph-polymarket-mcp": {
"command": "npx",
"args": [
"-y",
"graph-polymarket-mcp"
],
"env": {
"GRAPH_API_KEY": "<your GRAPH_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
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%2Fgraph-polymarket-mcp)<a href="https://mcptoplist.com/server/io.github.PaulieB14%2Fgraph-polymarket-mcp"><img src="https://mcptoplist.com/badge/io.github.PaulieB14%2Fgraph-polymarket-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
- Subgraph Registry MCP#10,549 · 4 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 (3)
| Version | Published |
|---|---|
| 1.4.0 | Mar 7, 2026 |
| 1.1.4 | Mar 1, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Graph Polymarket MCP?
- Graph Polymarket MCP is maintained by paulieb14, which publishes 9 MCP servers (14 total versions) tracked on MCP Toplist.
- Is Graph Polymarket MCP listed on the Official MCP Registry?
- Yes — Graph Polymarket MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Graph Polymarket MCP have?
- MCP Toplist tracks 3 versions of Graph Polymarket MCP, most recently published on Mar 7, 2026.
- Where can I find the source code for Graph Polymarket MCP?
- The source code for Graph Polymarket MCP is hosted at github.com/paulieb14/graph-polymarket-mcp.