# chidiwilliams/buzz | Model Context Protocol (MCP) Server > A hive mind communication platform - **Stars**: ⭐ 26,804 - **Language**: Rust - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "buzz": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-buzz" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "buzz": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-buzz" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-buzz` - **Docker**: `docker run -i --rm mcp/buzz`