Stellar XDR JSON Converter
STDIOMCP server that exposes Stellar XDR-JSON conversion tools for Claude.
MCP server that exposes Stellar XDR-JSON conversion tools for Claude.
A Claude Model Context Protocol (MCP) server that exposes Stellar XDR-JSON conversion tools, that Claude can use to understand what XDR means.
To use with Claude Desktop:
Add the server config:
On macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
On Windows: %APPDATA%/Claude/claude_desktop_config.json
{ "mcpServers": { "mcp-stellar-xdr-json": { "command": "npx", "args": ["deno", "run", "--allow-read", "https://github.com/leighmcculloch/mcp-stellar-xdr-json/raw/refs/heads/main/mcp-stellar-xdr-json.ts"] } } }
Reopen Claude Desktop.
Add the server config:
claude mcp add \
--transport stdio \
--scope user \
mcp-stellar-xdr-json \
-- \
npx deno run --allow-read https://github.com/leighmcculloch/mcp-stellar-xdr-json/raw/refs/heads/main/mcp-stellar-xdr-json.ts
Reopen Claude Code.
https://github.com/user-attachments/assets/8c4eef81-9109-432d-8be6-8e24ead74eef
https://github.com/user-attachments/assets/91523c7e-652e-46f8-92af-2315f408e32d