mcp-rs-template

linux-china/mcp-rs-template
★ 82 stars Rust 💻 Code/Dev Tools Updated 2mo ago
Model Context Protocol (MCP) CLI server template for 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": {
    "mcp-rs-template": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "mcp-rs-template"
      ]
    }
  }
}

Topics

json-rpcmcp