polymarket-mcp-server

EduGodoy07/polymarket-mcp-server
★ 0 stars Python 💻 Code/Dev Tools Updated 6d ago
Polymarket MCP Server — Autonomous BTC trading engine for 5-minute prediction markets. 53 tools, backtesting, paper wallet, multi-source price feeds.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "polymarket-mcp-serve": {
      "command": "uvx",
      "args": [
        "polymarket-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install polymarket-mcp-server