Query Polymarket prediction markets via The Graph — 20 tools, 8 subgraphs
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y graph-polymarket-mcp
MCP client config
{
"mcpServers": {
"graph-polymarket-mcp": {
"command": "npx",
"args": [
"-y",
"graph-polymarket-mcp"
]
}
}
}