
Stellar XDR-JSON
STDIOMCP server for Stellar XDR-JSON conversion tools for Claude
MCP server for Stellar XDR-JSON conversion tools for Claude
A Claude Model Context Protocol (MCP) server that decodes Stellar XDR into XDR-JSON, that agents can use to understand what XDR means.
To use with agents, setup a stdio
MCP configuration with your agent calling the following command:
{
"command": "npx",
"args": ["deno", "run", "--allow-read", "https://github.com/leighmcculloch/mcp-stellar-xdr/raw/refs/heads/main/mcp-stellar-xdr.ts"]
}
If you have deno
installed you can omit the npx
command and call deno
directly.
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/raw/refs/heads/main/mcp-stellar-xdr.ts"] } } }
Reopen Claude Desktop.
Add the server config:
claude mcp add \
--transport stdio \
--scope user \
mcp-stellar-xdr \
-- \
npx deno run --allow-read https://github.com/leighmcculloch/mcp-stellar-xdr/raw/refs/heads/main/mcp-stellar-xdr.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