Skip to content
VS Code

polymarket mcp for VS Code

io.github.0xchron/polymarket-mcp

Read-only Polymarket prediction market data for AI agents.

client:VS Code transport:stdio runtime:pypi

Install polymarket mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "polymarket-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "0xchron-polymarket-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

polymarket mcp in other clients