Skip to content
Cline

xrpl identity mcp for Cline

io.github.jarod-vyent/xrpl-identity-mcp

MCP server for XRPL identity: DIDs, credentials, signer lists, and safe transaction workflows.

client:Cline transport:stdio runtime:npm

Install xrpl identity mcp in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "xrpl-identity-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "xrpl-identity-mcp"
      ],
      "env": {
        "XRPL_NETWORK": "<XRPL_NETWORK>",
        "XRPL_ENDPOINT": "<XRPL_ENDPOINT>",
        "ALLOW_MAINNET_SUBMIT": "<ALLOW_MAINNET_SUBMIT>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

xrpl identity mcp in other clients