A simple MCP server that grabs prediction market data from polymarket, PredictIt, & Kalshi.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"prediction-market-mc": {
"command": "npx",
"args": [
"-y",
"JamesANZ/prediction-market-mcp"
]
}
}
}
Run in terminal:
claude mcp add prediction-market-mc npx -y JamesANZ/prediction-market-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"prediction-market-mc": {
"command": "npx",
"args": [
"-y",
"JamesANZ/prediction-market-mcp"
]
}
}
}