rust-mcp-schema

rust-mcp-stack/rust-mcp-schema
★ 75 stars Rust 💻 Code/Dev Tools Updated 1mo ago
A type-safe implementation of the official Model Context Protocol (MCP) schema in 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": {
    "rust-mcp-schema": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "rust-mcp-schema"
      ]
    }
  }
}

Topics

crates-iomcp-clientmcp-hostmcp-servermodel-context-protocolrustrust-lang