https://github.com/leighmcculloch/mcp-stellar-xdr-json
A Claude MCP exposing an interface to Stellar XDR-JSON
https://github.com/leighmcculloch/mcp-stellar-xdr-json
Last synced: about 2 months ago
JSON representation
A Claude MCP exposing an interface to Stellar XDR-JSON
- Host: GitHub
- URL: https://github.com/leighmcculloch/mcp-stellar-xdr-json
- Owner: leighmcculloch
- License: apache-2.0
- Created: 2025-03-28T00:54:14.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-04-26T14:18:20.000Z (about 2 months ago)
- Last Synced: 2025-04-29T17:17:04.779Z (about 2 months ago)
- Language: TypeScript
- Size: 7.11 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Stellar MCP Server for XDR-JSON
A [Claude Model Context Protocol (MCP)] server that exposes Stellar XDR-JSON conversion tools, that Claude can use to understand what XDR means.
[Claude Model Context Protocol (MCP)]: https://www.claudemcp.com/
## Usage (Claude Desktop)
To use with Claude Desktop:
1. Add the server config:
On macOS: `~/Library/Application Support/Claude/claude_desktop_config.json`
On Windows: `%APPDATA%/Claude/claude_desktop_config.json`
```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"]
}
}
}
```2. Reopen Claude Desktop.
## Usage (Claude Code)
1. 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
```2. Reopen Claude Code.
## Example
### Understanding a Transaction
https://github.com/user-attachments/assets/8c4eef81-9109-432d-8be6-8e24ead74eef
### Understanding a Contract Event
https://github.com/user-attachments/assets/91523c7e-652e-46f8-92af-2315f408e32d