RomThpt/xrpl-mcp-server
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.
Quick Start
Clone the repository:
git clone https://github.com/RomThpt/mcp-xrplClaude Desktop configuration example:
{
"mcpServers": {
"mcp-xrpl": {
"command": "npx",
"args": [
"-y",
"RomThpt/xrpl-mcp-server"
]
}
}
}Check the repository README for specific installation and configuration instructions.