Skip to main content
Finance & FintechRust

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.

finance-fintechlocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/ThomasMarches/substrate-mcp-rs

Claude 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.

Details

Category
Finance & Fintech
Language
Rust
Author
ThomasMarches