Rust-MCP-Server

yuunnn-w/Rust-MCP-Server
★ 5 stars Rust 💻 Code/Dev Tools Updated 1mo ago
Rust MCP Server is a high-performance Model Context Protocol (MCP) server implementation built with Rust. It provides a comprehensive set of tools for AI assistants to interact with the file system, execute commands, make HTTP requests, and more - all through a modern WebUI control panel.
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"
      ]
    }
  }
}