mcp-server
Active·★ 177·GPL-3.0·Updated 2026-05-28
★ Trending★ API Integration★ Dev Tooling
MCP server for interaction with Bitwarden.
This is a Model Context Protocol (MCP) server that enables AI assistants to securely interact with Bitwarden password manager functionalities. It provides access to vault management and organization administration via Bitwarden CLI and Public API, making Bitwarden features available to MCP-compatible AI clients.
#Bitwarden#Model Context Protocol#AI Assistant Integration#Password Manager#Vault Management#Node.js#CLI Tooling#API Proxy
01
Features
01Secure access to Bitwarden vault for AI assistants.
02Comprehensive vault item operations (list, retrieve, create, edit, delete) and session management.
03Organization administration capabilities including member, group, collection, and policy management.
04Password tools like generation and TOTP retrieval, and Bitwarden Send management.
05Local-only deployment for enhanced security, integrating with MCP-compatible clients like Claude Desktop.
02
Compatibility
Node.js
Runtime
Verified via docs
Bitwarden CLI
Dependency
Verified via docs
Bitwarden Account
Service
Verified via docs
Bitwarden Organization
Service (for admin features)
Verified via docs
Model Context Protocol (MCP)
Protocol
Verified via docs
AI Assistants
Integration
Verified via docs
03
Quick start
1
$ git clone https://github.com/bitwarden/mcp-server.git
2
$ cd mcp-server
3
$ npm install
4
$ npm run build
04
Use cases
↳An AI assistant helps list all your login items from Bitwarden.
↳An AI assistant creates a new secure note for your home WiFi information.
↳An AI assistant generates a strong password and saves it for a specific website.
↳An AI assistant invites a new user as an organization administrator.
↳An AI assistant retrieves the last 100 audit log events for an organization.
05
Alternatives
Brave Search MCP★ 86.5k
Allow your AI Agent to search the real-time internet using Brave Search API. Essential for getting up-to-date information.
Context7★ 56.4k
MCP Server that provides up-to-date code documentation for LLMs and AI code editors.
Gemini CLI★ 104.7k
An open-source AI agent that brings the power of Gemini directly into your terminal. Supports native MCP.
FastMCP★ 25.4k
The fast, Pythonic way to build MCP servers and clients. Designed by the Pydantic team for type safety and speed.
Related searches
Comments
Log in to leave a comment
- OOaklyn WhiteMay 5, 2026
Secure by design — secrets are accessed, not stored in AI context.
- SSage HarrisMay 3, 2026
Maintained by Bitwarden, stays current with vault API changes.
- SSterling MartinezApr 26, 2026
Official Bitwarden MCP server — credential management for AI workflows.
- JJamie DavisApr 24, 2026
Good for teams using Bitwarden who want agents to access secrets securely.