bitwarden-mcp-server
A Model Context Protocol (MCP) server that provides Bitwarden/Vaultwarden connectivity
Documentation
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
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-secretInstallation
Docker Compose
1. Copy the environment file and configure withu your credentials:
cp env.example .env2. Build and run with Docker Compose:
docker compose up -dFrequently asked questions
What is bitwarden-mcp-server?
bitwarden-mcp-server is A Model Context Protocol (MCP) server that provides Bitwarden/Vaultwarden connectivity
How do I install bitwarden-mcp-server?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is bitwarden-mcp-server open source?
Yes — it is hosted on GitHub at https://github.com/giuliolibrando/bitwarden-mcp-server and has 1 stars.
Related MCP tools
Cognee is the open-source AI memory platform for agents. Give your AI agents persistent long-term memory across sessions with a self-hosted knowledge graph engine.
Automate browser based workflows with AI
Hindsight: Agent Memory That Learns
A privacy-first app that strips AI watermarks from content you own.
Agent framework and applications built upon Qwen>=3.0, featuring Function Calling, MCP, Code Interpreter, RAG, Chrome extension, etc.
The power of Claude Code / GeminiCLI / CodexCLI + [Gemini / OpenAI / OpenRouter / Azure / Grok / Ollama / Custom Model / All Of The Above] working as one.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP