Description

Model Context Protocol CLI server template for Rust.

Installation

npx -y mcp-rs-template
npm install mcp-rs-template
git clone https://github.com/linux-china/mcp-rs-template

Claude Desktop Configuration

Add this configuration to your Claude Desktop config file to enable this MCP server:

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

Config file location: %APPDATA%\Claude\claude_desktop_config.json

Config file location: ~/.config/Claude/claude_desktop_config.json

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