nockchain mcp for Claude Desktop
io.github.winter0x/nockchain-mcp
Community-built read-only Nockchain access: balances, payment verification, blocks, node health.
client:Claude Desktop
transport:stdio
runtime:npm
Install nockchain mcp in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"nockchain-mcp": {
"command": "npx",
"args": [
"-y",
"nockchain-mcp"
],
"env": {
"NOCKCHAIN_ENDPOINTS": "<NOCKCHAIN_ENDPOINTS>",
"NOCKCHAIN_MAX_STALENESS_SECONDS": "<NOCKCHAIN_MAX_STALENESS_SECONDS>",
"NOCKCHAIN_MAX_HEIGHT_LAG": "<NOCKCHAIN_MAX_HEIGHT_LAG>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs