mcp-toolkit

Bluscream/mcp-toolkit
★ 1 stars Rust Code/Dev Tools Updated today
Shared machinery for standalone MCP tool servers: CLI, transports, single-tool mode and timeouts on top of the official rmcp SDK
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": {
    "mcp-toolkit": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "mcp-toolkit"
      ]
    }
  }
}