mcpbeat Sign in

Graph Polymarket MCP Server

local only

Graph Polymarket MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 107 installs a week from npm. Last commit 9 Aug 2026.

Query Polymarket prediction markets via The Graph — 20 tools, 8 subgraphs

Installs per day peak 47 · avg 14 · -35% w/w
a month agotoday
107
Installs / week
npm · graph-polymarket-mcp
4
Stars
0 open issues
9 Aug 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Graph Polymarket MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add graph-polymarket-mcp -- npx -y graph-polymarket-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "graph-polymarket-mcp": {
      "args": [
        "-y",
        "graph-polymarket-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.graph-polymarket-mcp]
command = "npx"
args = ["-y", "graph-polymarket-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "graph-polymarket-mcp": {
      "args": [
        "-y",
        "graph-polymarket-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "graph-polymarket-mcp": {
      "args": [
        "-y",
        "graph-polymarket-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: GRAPH_API_KEY (API key for The Graph network (optional, for higher rate limits)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Graph Polymarket MCP

same job, measured the same way
Polymarket
by pipeworx-io

Polymarket MCP — prediction-market data via Gamma + CLOB public APIs.

40 tools answering
Polymarket News MCP
by mobymedia

Match news headlines to the Polymarket prediction markets they move - live odds and deep links

53 installs/wk local only
Polymarket MCP
by 0xchron

Read-only Polymarket prediction market data for AI agents.

174 installs/wk local only
Polymarket MCP Server
by joinquantish

Self-hosted MCP server for AI agent trading on Polymarket prediction markets

local only
Flipcoin
by mrtalecky

Agent-first prediction markets on Base. Trade, quote, create markets via MCP.

40 installs/wk local only
Moltalyzer MCP
by jcislo

Polymarket prediction-market intelligence + AI, GitHub & narrative feeds for agents, via x402.

61 installs/wk local only
AIsa Prediction Markets
by aisa

Live odds and markets from the major prediction markets.

answering
Baozi MCP
by bolivian-peru

68 tools for AI agents to interact with Solana prediction markets on Baozi.bet

367 installs/wk local only

Graph Polymarket MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Graph Polymarket MCP?
Graph Polymarket MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package graph-polymarket-mcp was installed 107 times last week.
How do I connect Graph Polymarket MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls graph-polymarket-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Graph Polymarket MCP?
The npm package graph-polymarket-mcp was installed 107 times in the last week. Week over week that is -35%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Graph Polymarket MCP open source?
Yes — it is published under the MIT licence, written in JavaScript and 4 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.