Skip to content
Cursor

predictit mcp for Cursor

io.github.mrfentmen/predictit-mcp

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

client:Cursor transport:stdio runtime:npm

Install predictit mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

predictit mcp in other clients