Bitwarden MCP connector
Updated
Bitwarden is an open-source password manager and secure vault platform for teams and organizations. The Bitwarden MCP connector allows AI agents to manage collections and groups, organizing access to shared credentials across a tenant. It also supports tracking organization events, giving teams visibility into vault activity and administrative changes.
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:
- Organize team vaults by creating and managing shared credential collections
- Track security activity by reviewing organization event logs
- Onboard new employees by creating and configuring member accounts
- Control access by assigning members to groups and collections
- Audit vault permissions by reviewing member and group access
- Streamline offboarding by removing members and revoking their access
- Maintain organizational structure by updating groups and collection details
- Monitor membership changes by tracking group assignments across the organization
Example prompts
Use the following example prompts to invoke Bitwarden MCP connector tools from your AI assistant or Boomi Connect workflow:
Show me all the collections in our Bitwarden vault.Add a new member to our Bitwarden organization.Who are the members of the engineering group in Bitwarden.Remove John from the marketing group in Bitwarden.List all the security events from last week in Bitwarden.Create a new group for the finance team in Bitwarden.What collections does Sarah have access to in Bitwarden?Delete the outdated project collection from Bitwarden.Show me all groups this member belongs to in Bitwarden.Update the permissions for our IT support group 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 | List all collections |
| getCollection | Get a collection |
| updateCollection | Update a collection |
| deleteCollection | Delete a collection |
| getAllEvents | List organization events |
| getAllGroups | List all groups |
| createGroup | Create a group |
| getGroup | Get a group |
| updateGroup | Update a group |
| deleteGroup | Delete a group |
| getGroupMembers | Get group members |
| updateGroupMembers | Update group members |
| getAllMembers | List all members |
| createMember | Create a member |
| getMember | Get a member |
| updateMember | Update a member |
| deleteMember | Delete a member |
| getMemberGroups | Get member groups |
| updateMemberGroups | Update member groups |