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-rsConfiguration
{
"mcpServers": {
"substrate-mcp-rs": {
"command": "npx",
"args": ["-y", "substrate-mcp-rs"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes