Back to MCP Servers
Xrpl
MCP server for the XRP Ledger that provides access to account information, transaction history, and network data. Allows querying ledger objects, submitting transactions, and monitoring the XRPL network.
finance-fintechmonitoring
By RomThpt
Installation
npx -y mcp-xrplConfiguration
{
"mcpServers": {
"mcp-xrpl": {
"command": "npx",
"args": ["-y", "mcp-xrpl"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes