Back to MCP Servers
🔌

Rust MCP SDK

NOASSERTION

The official Rust SDK for the Model Context Protocol

RustAI & LLMs

Install

npx -y rust-mcp-sdk

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "rust-mcp-sdk": {
      "command": "npx",
      "args": [
        "-y",
        "rust-mcp-sdk"
      ]
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.