chia explorer for Grok
io.github.spacetime-technology/chia-explorer
MCP server for the Chia blockchain. Read-only Q&A via the public coinset.org API.
client:Grok
transport:stdio
runtime:npm
Install chia explorer in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"chia-explorer": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"chia-explorer"
]
}
}
}
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