rust-mcp-server

Vaiz/rust-mcp-server
★ 27 stars Rust 📦 Other Updated 14d ago
MCP server for development in Rust
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": {
    "rust-mcp-server": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "rust-mcp-server"
      ]
    }
  }
}

Topics

mcp-serverrust