mcp-server
by bitwarden·★ 165·Score 50
MCP server providing AI assistants with secure access to Bitwarden password manager vault management and organization administration features.
Overview
The Bitwarden MCP server offers two primary interfaces: vault management via CLI tools and organization administration through the Bitwarden Public API. It enables AI assistants to perform sensitive operations like reading and managing password vault items, creating secure shares, and handling organization administration tasks. The server emphasizes security with strong warnings about local-only usage and potential data exposure risks when connecting to AI assistants.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose this if you're using Bitwarden as your password manager and want your AI assistant to securely access and manage your vault and organization without switching tools.
When NOT to choose this
Don't choose this if you need to host the MCP server publicly, as it's designed exclusively for local use and would expose sensitive credentials.
Tools this server exposes
12 tools extracted from the READMElockLock the Bitwarden vault
unlockUnlock the Bitwarden vault using master password
listList vault items with filtering options
getRetrieve a specific vault item
create_itemCreate a new vault item (login, note, card, identity)
edit_itemModify an existing vault item
generateGenerate secure passwords or retrieve TOTP codes
list_org_membersList all members in your organization
invite_org_memberInvite a new member to your organization
create_org_collectionCreate a new collection in your organization
get_org_eventsRetrieve organization audit logs
create_text_sendCreate a secure text-based share
Comparable tools
Installation
Installation
- Install the Bitwarden CLI globally:
npm install -g @bitwarden/cli - Add to your Claude Desktop configuration:
{
"mcpServers": {
"bitwarden": {
"command": "npx",
"args": ["-y", "@bitwarden/mcp-server"],
"env": {
"BW_SESSION": "your-session-token-here"
}
}
}
}- Get your session token:
bw login; bw unlock --raw - For organization features, also add
BW_CLIENT_IDandBW_CLIENT_SECRETenvironment variables.
FAQ
- Is this server safe to use?
- The server is designed for local use only and provides strong security warnings. However, you should be aware that sharing your vault contents with an AI assistant carries risks, including potential exposure of sensitive information through responses.
- Can I use this with self-hosted Bitwarden?
- Yes, you can configure custom API and identity URLs using the `BW_API_BASE_URL` and `BW_IDENTITY_URL` environment variables for self-hosted Bitwarden instances.
On Hacker News
Recent discussion from the developer community.
- Story by gnabgib · 2025-07-10
Compare mcp-server with
Last updated · Auto-generated from public README + GitHub signals.