chia explorer for Cursor
io.github.spacetime-technology/chia-explorer
MCP server for the Chia blockchain. Read-only Q&A via the public coinset.org API.
client:Cursor
transport:stdio
runtime:npm
Install chia explorer in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"chia-explorer": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"chia-explorer"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs