zkverify for Claude Desktop
io.github.zkarchitect/zkverify
Cryptographically verifiable blockchain data with Merkle proofs + ECDSA signing.
client:Claude Desktop
transport:stdio
runtime:npm
Install zkverify in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"zkverify": {
"command": "npx",
"args": [
"-y",
"zkverify-mcp"
],
"env": {
"ZKVERIFY_URL": "<ZKVERIFY_URL>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs