clients

GitHub

Bitwarden client apps (web, browser extension, desktop, and cli).

RAW Config

Claude Desktop Configuration

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

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