
Bitwarden MCP Server
Supports UIby bitwarden
Securely access Bitwarden vault items and organization administration via AI assistants.
What it does
The Bitwarden MCP Server provides AI assistants with secure, authenticated access to the Bitwarden password manager. It supports both individual vault management via the Bitwarden CLI and high-level organization administration via the Public API.
Tools
- Vault Retrieval: List and retrieve passwords, secure notes, and identities.
- Item Operations: Create, edit, and delete vault items.
- Password Generation: Generate secure passwords and TOTP codes.
- Organization Management: Manage collections, invite members, and update roles.
- Audit Logs: Retrieve organization event history for security monitoring.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"bitwarden": {
"command": "npx",
"args": ["-y", "@bitwarden/mcp-server"],
"env": {
"BW_SESSION": "your-session-token-here"
}
}
}
}
Supported hosts
- Claude Desktop
Quick install
npx -y @bitwarden/mcp-serverInformation
- Pricing
- free
- Published
- 4/24/2026
- stars






