Bitwarden MCP connector
Bitwarden is an open-source password manager and secure vault platform for teams and organizations to store and share credentials. The Bitwarden MCP connector allows AI agents to manage collections, groups, and organization members, and retrieve organization events and audit logs. It also supports configuring access permissions, organizing vault items across teams, and monitoring security activities within the organization.
Authentication type
- API Key - Requires a static API key to be configured before the agent can connect to the service.
Uses
Use the Bitwarden MCP connector to perform the following actions:
- Enforce password policies across teams by updating member access and group permissions
- Audit security events and track organization activity for compliance reporting
- Organize vault access by creating and managing collections for different departments
- Provision team members and assign them to groups with appropriate credential access
- Revoke access instantly by removing members or updating group assignments
- Control credential sharing by managing collection permissions across groups and members
- Streamline onboarding by automatically creating members and assigning them to teams
Example prompts
Use the following example prompts to invoke Bitwarden MCP connector tools from your AI assistant or Boomi Connect workflow:
Add our new finance team members to the accounting group in Bitwarden.Show me all organization events from the last week in Bitwarden.Remove the former contractor from all groups in Bitwarden.Create a new collection for our marketing department in Bitwarden.List all members in Bitwarden and their current group assignments.Update the engineering group to include the new DevOps engineer in Bitwarden.Get a summary of all collections and who has access in Bitwarden.Delete the inactive group and reassign its members in Bitwarden.Show me which collections the sales team can access in Bitwarden.Create a new group for contractors and add them to the appropriate collection in Bitwarden.
Bitwarden MCP connector tools
The Bitwarden MCP connector provides the following tools. Each tool maps to a specific action you can invoke from your AI agent or automation.
| Tool | Description |
|---|---|
| getAllCollections | Retrieves a list of all collections in the organization. |
| getCollection | Retrieves details for a specific collection. |
| updateCollection | Modifies the settings or properties of an existing collection. |
| deleteCollection | Removes a collection from the organization. |
| getAllEvents | Retrieves a log of all organization events and activities. |
| getAllGroups | Retrieves a list of all groups in the organization. |
| createGroup | Creates a new group with specified settings. |
| getGroup | Retrieves details for a specific group. |
| updateGroup | Modifies the settings or properties of an existing group. |
| deleteGroup | Removes a group from the organization. |
| getGroupMembers | Retrieves a list of members belonging to a specific group. |
| updateGroupMembers | Adds or removes members from a group. |
| getAllMembers | Retrieves a list of all members in the organization. |
| createMember | Creates a new member account with specified details. |
| getMember | Retrieves details for a specific member. |
| updateMember | Modifies the settings or properties of an existing member. |
| deleteMember | Removes a member from the organization. |
| getMemberGroups | Retrieves a list of groups that a member belongs to. |
| updateMemberGroups | Adds or removes a member from groups. |