Odel
graph polymarket mcp

graph polymarket mcp

Local
@paulieb144JavaScriptMITUpdated 4w ago

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).

npmgraph-polymarket-mcpv1.4.0

Run

npx -y graph-polymarket-mcp

MCP client config

{
  "mcpServers": {
    "graph-polymarket-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "graph-polymarket-mcp"
      ]
    }
  }
}