mcpkit

praxiomlabs/mcpkit
★ 6 stars Rust AI/LLM Updated today
A Rust SDK for the Model Context Protocol (MCP) that reduces boilerplate through a unified `#[mcp_server]` macro.
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": {
    "mcpkit": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "mcpkit"
      ]
    }
  }
}

README Excerpt

A Rust SDK for the Model Context Protocol (MCP) that simplifies server development through a unified `#[mcp_server]` macro. - **Unified `#[mcp_server]` macro** for defining tools, resources, and prompts - **Runtime-agnostic** async support (Tokio, smol) - **Typestate builders** for compile-time validation of server configuration

Tools (5)

Configurationcalculatorconfigminimalprompts

Topics

aianthropicasyncclaudellmmcpmodel-context-protocolrustsdk