Bitwarden
Official
🔧 Utilities
Official Bitwarden MCP for secure vault management. Retrieve, generate, create, and manage passwords, secure notes, collections, members, groups, policies, and Send features with zero-knowledge encryption.
Tags
Tools (20)
Config for Claude Desktop / Cursor
{
"mcpServers": {
"bitwarden": {
"command": "npx",
"args": [
"-y",
"@bitwarden/mcp-server"
],
"env": {
"BW_SESSION": "your-bw-session-here",
"BW_CLIENT_ID": "your-bw-client-id-here",
"BW_CLIENT_SECRET": "your-bw-client-secret-here"
}
}
}
}