MCP Catalogs
Home

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.

securityproductivitydeveloper-tools
25
Forks
8
Open issues
this month
Last commit
2d ago
Indexed

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:

you:AI assistants retrieving and managing passwords and secure notes from Bitwarden vault
you:Automating organization administration tasks like member management and collection creation
you:Generating and storing secure passwords directly through AI assistants
you:Is this server safe to use?
you:Can I use this with self-hosted Bitwarden?

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 README
  • lock

    Lock the Bitwarden vault

  • unlock

    Unlock the Bitwarden vault using master password

  • list

    List vault items with filtering options

  • get

    Retrieve a specific vault item

  • create_item

    Create a new vault item (login, note, card, identity)

  • edit_item

    Modify an existing vault item

  • generate

    Generate secure passwords or retrieve TOTP codes

  • list_org_members

    List all members in your organization

  • invite_org_member

    Invite a new member to your organization

  • create_org_collection

    Create a new collection in your organization

  • get_org_events

    Retrieve organization audit logs

  • create_text_send

    Create a secure text-based share

Comparable tools

1password-mcpdashlane-mcpkeepass-mcp

Installation

Installation

  1. Install the Bitwarden CLI globally: npm install -g @bitwarden/cli
  2. Add to your Claude Desktop configuration:
{
  "mcpServers": {
    "bitwarden": {
      "command": "npx",
      "args": ["-y", "@bitwarden/mcp-server"],
      "env": {
        "BW_SESSION": "your-session-token-here"
      }
    }
  }
}
  1. Get your session token: bw login; bw unlock --raw
  2. For organization features, also add BW_CLIENT_ID and BW_CLIENT_SECRET environment 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.

Compare mcp-server with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.