# iii-hq/iii | Model Context Protocol (MCP) Server > Effortlessly compose, extend, and observe every service in real-time for the first time ever. - **Stars**: ⭐ 18,585 - **Language**: Rust - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "iii": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-iii" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "iii": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-iii" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-iii` - **Docker**: `docker run -i --rm mcp/iii`