blockrun mcp for Grok
io.github.blockrunai/blockrun-mcp
Web search, deep research, prediction markets & crypto data for AI agents. Pay per call via x402.
client:Grok
transport:stdio
runtime:npm
Install blockrun mcp in Grok
.mcp.json (in your project root)
{
"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>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs