blockrun mcp for Cursor
io.github.blockrunai/blockrun-mcp
Web search, deep research, prediction markets & crypto data for AI agents. Pay per call via x402.
client:Cursor
transport:stdio
runtime:npm
Install blockrun mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"blockrun-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@blockrun/mcp"
],
"env": {
"BLOCKRUN_WALLET_KEY": "<BLOCKRUN_WALLET_KEY>",
"SOLANA_WALLET_KEY": "<SOLANA_WALLET_KEY>",
"BLOCKRUN_API_KEY": "<BLOCKRUN_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs