ThomasMarches/substrate-mcp-rs
An MCP server implementation to interact with Substrate-based blockchains. Built with Rust and interfacing the [subxt](https://github.com/paritytech/subxt) crate.
Quick Start
Clone the repository:
git clone https://github.com/ThomasMarches/substrate-mcp-rsClaude Desktop configuration example:
{
"mcpServers": {
"substrate-mcp-rs": {
"command": "npx",
"args": [
"-y",
"ThomasMarches/substrate-mcp-rs"
]
}
}
}Check the repository README for specific installation and configuration instructions.