ai-polymarket-agent

kaktusesquire6rmu/ai-polymarket-agent
★ 23 stars Unknown language 🤖 AI/LLM Updated today
Enable Claude, ChatGPT, and other AI agents to analyze markets, fetch real-time odds, and execute trades on Polymarket using the Model Context Protocol (MCP).
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": {
    "ai-polymarket-agent": {
      "command": "npx",
      "args": [
        "-y",
        "kaktusesquire6rmu/ai-polymarket-agent"
      ]
    }
  }
}