rust-mcp-server-template

shoehn/rust-mcp-server-template
★ 0 stars Rust 🌐 Browser/Web Updated 1d ago
Forkable Rust template for MCP servers (rmcp, stdio + streamable-HTTP).
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-temp": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "rust-mcp-server-template"
      ]
    }
  }
}

Topics

mcprmcprusttemplate