Back to MCP Servers

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-fintechrustgithubai

Installation

npx -y substrate-mcp-rs

Configuration

{
  "mcpServers": {
    "substrate-mcp-rs": {
      "command": "npx",
      "args": ["-y", "substrate-mcp-rs"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub