xrpl-identity-mcp
About
MCP server for XRPL identity: DIDs, credentials, signer lists, and safe transaction workflows.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
XRPL_NETWORK XRPL_ENDPOINT ALLOW_MAINNET_SUBMITClaude Code
claude mcp add --env XRPL_NETWORK= --env XRPL_ENDPOINT= --env ALLOW_MAINNET_SUBMIT= xrpl-identity-mcp -- npx xrpl-identity-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"xrpl-identity-mcp","command":"npx","args":["xrpl-identity-mcp"],"env":{"XRPL_NETWORK":"","XRPL_ENDPOINT":"","ALLOW_MAINNET_SUBMIT":""}}'
JSON
{
"mcpServers": {
"xrpl-identity-mcp": {
"command": "npx",
"args": [
"xrpl-identity-mcp"
],
"env": {
"XRPL_NETWORK": "",
"XRPL_ENDPOINT": "",
"ALLOW_MAINNET_SUBMIT": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.