# bitwarden/clients | Model Context Protocol (MCP) Server > Bitwarden client apps (web, browser extension, desktop, and cli). - **Stars**: ⭐ 13,534 - **Language**: TypeScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "clients": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-clients" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "clients": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-clients" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-clients` - **Docker**: `docker run -i --rm mcp/clients`