Skip to content
Claude Desktop

xProof for Claude Desktop

io.github.jasonxkensei/xproof

Proof primitive for AI agents on MultiversX. Anchor file hashes on-chain as verifiable proofs.

client:Claude Desktop transport:streamable-http

Install xProof in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "xproof": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://xproof.app/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

xProof in other clients