# tokio-rs/tokio | Model Context Protocol (MCP) Server > A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ... - **Stars**: ⭐ 32,923 - **Language**: Rust - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "tokio": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-tokio" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "tokio": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-tokio" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-tokio` - **Docker**: `docker run -i --rm mcp/tokio`