Loading MCP server directory, please wait...
Search, analyze, and trade Kalshi prediction markets through Claude Desktop
npx @getmcp/cli add io.github.yakub268/kalshiRequires Python 3.10+. Community-contributed server. Review source before installing.
KALSHI_API_KEYYour Kalshi API key ID
KALSHI_PRIVATE_KEY_PATHPath to your Kalshi RSA private key file (.pem)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.yakub268/kalshi": {
"command": "uvx",
"args": [
"kalshi-mcp"
],
"env": {
"KALSHI_API_KEY": "",
"KALSHI_PRIVATE_KEY_PATH": ""
}
}
}
}