mcpbeat Sign in

Polymarket MCP Server

local only

Polymarket MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 174 installs a week from pypi. Last commit 28 Jun 2026.

Read-only Polymarket prediction market data for AI agents.

Installs per day peak 117 · avg 35 · -6% w/w
a month agotoday
174
Installs / week
pypi · 0xchron-polymarket-mcp
0
Stars
0 open issues
28 Jun 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check 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 polymarket-mcp -- uvx 0xchron-polymarket-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "polymarket-mcp": {
      "args": [
        "0xchron-polymarket-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.polymarket-mcp]
command = "uvx"
args = ["0xchron-polymarket-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "polymarket-mcp": {
      "args": [
        "0xchron-polymarket-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "polymarket-mcp": {
      "args": [
        "0xchron-polymarket-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Polymarket MCP

same job, measured the same way
Polymarket Toolkit
by runesleo

Read-only Polymarket data tools for AI agents: profiles, PnL, market scans. No keys, no orders.

48 installs/wk local only
Meridian Edge — Prediction Market Consensus
by tmbot12

Real-time prediction market consensus data for AI agents

47 installs/wk local only
Polymarket MCP Server
by joinquantish

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

local only
Polymarket Kalshi Trading
by oddsrail

Cross-venue prediction markets for AI agents: Polymarket + Kalshi, costed and attributed

answering
Predict — Prediction Market Data for AI Agents
by gocreativeai-predict

Live prediction markets: Polymarket + Kalshi prices, odds, order books. Pay-per-call USDC, no key.

5 tools answering
Blockrun MCP
by blockrunai

Web search, deep research, prediction markets & crypto data for AI agents. Pay per call via x402.

554 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
Polymarket
by pipeworx-io

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

40 tools answering

Polymarket MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Polymarket MCP?
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 pypi package 0xchron-polymarket-mcp was installed 174 times last week.
How do I connect 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 0xchron-polymarket-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Polymarket MCP?
The pypi package 0xchron-polymarket-mcp was installed 174 times in the last week. Week over week that is -6%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Polymarket MCP open source?
Yes — it is published under the MIT licence, written in Python and 0 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.