Bitwarden/Vaultwarden MCP Server
JSON →An MCP server that provides Bitwarden/Vaultwarden connectivity
Tools · 15
- list_items List all items in the user's vault
- get_item Get a specific item by its ID
- create_item Create a new item in the vault
- edit_item Edit an existing item in the vault
- delete_item Delete an item from the vault
- search_items Search for items in the vault by query
- list_folders List all folders in the vault
- create_folder Create a new folder in the vault
- delete_folder Delete a folder from the vault
- list_collections List all collections (for organizations)
- generate_password Generate a strong password
- lock_vault Lock the vault
- unlock_vault Unlock the vault with a password
- sync_vault Sync the vault with the server
- get_status Get the current status of the vault
Environment variables
BITWARDEN_BASE_URLBITWARDEN_CLIENT_IDBITWARDEN_CLIENT_SECRET
Links
★ 1 GitHub stars