polymarket-mcp-server

duongnv0499/polymarket-mcp-server
★ 0 stars Python 🤖 AI/LLM Updated 4d ago
mcp server for polymarket trading. Best for agent auto tradee
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