tokio

GitHub

A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ...

32,923 stars Rust #asynchronous#networking#rust
RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "tokio": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-tokio"
      ]
    }
  }
}