vaultwarden-mcp

rmangaha/vaultwarden-mcp
★ 0 stars Python 🔒 Security Updated 1d ago
MCP server for Vaultwarden / Bitwarden self-hosted instances
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "vaultwarden-mcp": {
      "command": "uvx",
      "args": [
        "vaultwarden-mcp"
      ]
    }
  }
}

Or install with pip: pip install vaultwarden-mcp

README Excerpt

An MCP (Model Context Protocol) server that connects Claude to a self-hosted [Vaultwarden](https://github.com/dani-garcia/vaultwarden) / Bitwarden instance. - **List, search, and retrieve** vault items (ciphers) and folders - **Full decryption** of vault items when master password is provided - **Create** login items and secure notes with proper AES-256-CBC encryption

Tools (15)

VAULTWARDEN_CLIENT_IDVAULTWARDEN_CLIENT_SECRETVAULTWARDEN_DEVICE_IDVAULTWARDEN_EMAILVAULTWARDEN_MASTER_PASSWORDVAULTWARDEN_URLcreate_foldercreate_logincreate_notedelete_cipherdelete_folderget_cipherlist_cipherslist_folderssearch_ciphers