Skip to main content
Feedback

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.

ToolDescription
getAllCollectionsList all collections
getCollectionGet a collection
updateCollectionUpdate a collection
deleteCollectionDelete a collection
getAllEventsList organization events
getAllGroupsList all groups
createGroupCreate a group
getGroupGet a group
updateGroupUpdate a group
deleteGroupDelete a group
getGroupMembersGet group members
updateGroupMembersUpdate group members
getAllMembersList all members
createMemberCreate a member
getMemberGet a member
updateMemberUpdate a member
deleteMemberDelete a member
getMemberGroupsGet member groups
updateMemberGroupsUpdate member groups
On this Page