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

Installation

npx -y mcp-xrpl

Configuration

{
  "mcpServers": {
    "mcp-xrpl": {
      "command": "npx",
      "args": ["-y", "mcp-xrpl"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub