Skip to main content
Glama
giuliolibrando

Bitwarden MCP Server

Bitwarden MCP Server

An MCP (Model Context Protocol) server for interacting with Bitwarden/Vaultwarden for password and secure note management.

Features

  • Password Management: Create, update, delete, and search passwords

  • Secure Notes: Manage secure notes and sensitive information

  • Folders: Organize items in folders

  • Advanced Search: Search items by name, type, folder

  • Secure Authentication: Supports OAuth2 and password authentication

Related MCP server: Warden MCP Server

Available Tools

Search and Display

  • search_bitwarden_items: Search items in Bitwarden

  • get_bitwarden_item: Get details of a specific item

  • list_bitwarden_folders: List all folders

Creation

  • create_bitwarden_login: Create a new login

  • create_bitwarden_note: Create a new secure note

  • create_bitwarden_folder: Create a new folder

Update and Deletion

  • update_bitwarden_item: Update an existing item

  • delete_bitwarden_item: Delete an item

Configuration

Environment Variables

# Bitwarden Server
BITWARDEN_BASE_URL=https://vault.bitwarden.com  # or your Vaultwarden URL

# User credentials
BITWARDEN_EMAIL=your-email@example.com
BITWARDEN_PASSWORD=your-password

# API credentials (optional)
BITWARDEN_CLIENT_ID=bitwarden-mcp-server
BITWARDEN_CLIENT_SECRET=bitwarden-mcp-secret

Installation

Docker Compose

  1. Copy the environment file and configure withu your credentials:

cp env.example .env
  1. Build and run with Docker Compose:

docker compose up -d

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables AI agents and automation scripts to securely interact with self-hosted Vaultwarden instances through the Bitwarden CLI, automatically managing vault sessions and providing tools to read, create, update, and delete secrets programmatically.
    5 npm
    2
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    MCP server for Vaultwarden/Bitwarden vault management. Enables AI agents to securely create, search, read, and update vault items via the official Bitwarden CLI, with safe-by-default redaction and support for both stdio and SSE transports.
    53
    277 npm
    17
    MIT
  • A
    license
    B
    quality
    A
    maintenance
    Enables AI assistants to securely manage Bitwarden vault items, folders, attachments, and organization administration through the Model Context Protocol.
    59
    1,718 npm
    258
    GPL 3.0
  • A
    license
    Not graded
    quality
    A
    maintenance
    Enables AI agents to securely retrieve passwords, API keys, and other items from a Vaultwarden/Bitwarden vault using MCP tools with fuzzy search and caching.
    1
    MIT