chuk-mcp-rs

chrishayuk/chuk-mcp-rs
★ 0 stars Rust API Integration Updated today
Model Context Protocol (MCP) client and server in Rust, with Python bindings — the Rust core of chuk-mcp
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "chuk-mcp-rs": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "chuk-mcp-rs"
      ]
    }
  }
}

README Excerpt

A Rust port of [`chuk-mcp`](https://github.com/chrishayuk/chuk-mcp): a Model Context Protocol (MCP) client and server library, with Python bindings so the existing `chuk_mcp` API can be powered by a native Rust core. The workspace has two crates: | Crate | What it is | | --- | --- | | [`crates/chuk-mcp`](crates/chuk-mcp) | The core Rust library — protocol types, JSON-RPC, transports, client, server. Published to crates.io as [`chuk-mcp`](https://crates.io/crates/chuk-mcp). |