Skip to content
VS Code

predictit mcp for VS Code

io.github.mrfentmen/predictit-mcp

Prediction market contracts and prices from PredictIt. No key required.

client:VS Code transport:stdio runtime:npm

Install predictit mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "predictit-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "predictit-mcp"
      ]
    }
  }
}

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

predictit mcp in other clients