substrate-mcp

Moonsong-Labs/substrate-mcp
★ 5 stars Rust 💻 Code/Dev Tools Updated 3mo ago
An MCP (Model Context Protocol) server that provides tools for working with Substrate-based blockchains.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "substrate-mcp": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "substrate-mcp"
      ]
    }
  }
}