Skip to content
Gemini CLI

polymarket mcp for Gemini CLI

io.github.0xchron/polymarket-mcp

Read-only Polymarket prediction market data for AI agents.

client:Gemini CLI transport:stdio runtime:pypi

Install polymarket mcp in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "polymarket-mcp": {
      "command": "uvx",
      "args": [
        "0xchron-polymarket-mcp"
      ]
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

polymarket mcp in other clients