Skip to content
Claude Desktop

identity for Claude Desktop

io.github.vdappdev2/identity

MCP server for VerusID identities — register, update, revoke, recover, query, set timelock

client:Claude Desktop transport:stdio runtime:npm

Install identity in Claude Desktop

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

{
  "mcpServers": {
    "identity": {
      "command": "npx",
      "args": [
        "-y",
        "@verusidx/identity-mcp"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

identity in other clients