Quick Start
Get up and running with Quantish MCP in under 5 minutes.
🚀 One-Click Install for Cursor
Click a button to install, then add your API key:
After installing, replace YOUR_API_KEY with your actual key from the Get Started page.
1
Get Your API Key
Generate an API key from the Get Started page. For Discovery (market search), no access code is needed.
2
Configure Cursor MCP
Use the one-click install above, or manually edit ~/.cursor/mcp.json:
{
"mcpServers": {
"quantish_discovery": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://quantish.live/mcp", "--header", "X-API-Key: YOUR_DISCOVERY_KEY"]
},
"quantish": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://quantish-sdk-production.up.railway.app/mcp", "--header", "x-api-key: YOUR_POLYMARKET_KEY"]
},
"quantish_kalshi": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://kalshi-mcp-server-production.up.railway.app/mcp", "--header", "x-api-key: YOUR_KALSHI_KEY"]
}
}
}You only need to add the servers you want to use.
3
Restart Cursor
Completely quit and reopen Cursor for the MCP servers to load. You should see them in your MCP server list.
4
Start Using
Try these example prompts with Claude:
Discovery
"Search for Bitcoin prediction markets"Polymarket
"What's my Polymarket wallet balance?"Kalshi
"Show me Kalshi markets about elections"