mcp-server-rust

dsmithco/mcp-server-rust
★ 0 stars Rust 🤖 AI/LLM Updated 1d ago
Minimal MCP server in Rust. Exposes get_time and text_stats tools over stdio. Built on the official rmcp SDK.
View on GitHub → Try with Claude — $10 free →

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-server-rust": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "mcp-server-rust"
      ]
    }
  }
}

README Excerpt

A minimal Model Context Protocol (MCP) server written in Rust. Exposes two tools over stdio: - `get_time(timezone?: string)` — current date and time in the given IANA timezone (defaults to UTC) - `text_stats(text: string)` — character / word / line counts for an input string Built on [rmcp](https://crates.io/crates/rmcp), the official Anthropic Rust SDK.

Topics

anthropicclaudemcpmodel-context-protocolrust