mcp-server
by bitwarden·★ 165·综合分 50
MCP服务器让AI助手安全访问Bitwarden密码管理库和组织管理功能。
概述
Bitwarden MCP服务器提供两个主要接口:通过CLI工具进行密码库管理,以及通过Bitwarden公共API进行组织管理。它使AI助手能够执行敏感操作,如读取和管理密码库项目、创建安全共享和处理组织管理任务。服务器特别强调安全性,警告仅在本地使用,并提醒当连接到AI助手时可能存在的数据泄露风险。
试试问 AI
装完之后,这里有 5 个你可以让 AI 做的事:
什么时候选它
如果您使用 Bitwarden 作为密码管理器,并希望 AI 助手安全访问和管理您的密码库和组织,无需切换工具,请选择此服务器。
什么时候不要选它
如果您需要公开托管 MCP 服务器,请不要选择此选项,因为它专为本地使用设计,会暴露敏感凭据。
此 server 暴露的工具
从 README 抽取出 12 个工具lockLock the Bitwarden vault
unlockUnlock the Bitwarden vault using master password
listList vault items with filtering options
getRetrieve a specific vault item
create_itemCreate a new vault item (login, note, card, identity)
edit_itemModify an existing vault item
generateGenerate secure passwords or retrieve TOTP codes
list_org_membersList all members in your organization
invite_org_memberInvite a new member to your organization
create_org_collectionCreate a new collection in your organization
get_org_eventsRetrieve organization audit logs
create_text_sendCreate a secure text-based share
可对比工具
安装
安装
- 全局安装Bitwarden CLI:
npm install -g @bitwarden/cli - 添加到Claude Desktop配置文件:
{
"mcpServers": {
"bitwarden": {
"command": "npx",
"args": ["-y", "@bitwarden/mcp-server"],
"env": {
"BW_SESSION": "your-session令牌"
}
}
}
}- 获取您的会话令牌:
bw login; bw unlock --raw - 使用组织功能时,还需添加
BW_CLIENT_ID和BW_CLIENT_SECRET环境变量。
FAQ
- 使用此服务器安全吗?
- 该服务器专为本地使用设计,提供了强有力的安全警告。但请注意,将您的密码库内容与AI助手共享存在风险,包括响应中可能暴露敏感信息。
- 我可以在自托管Bitwarden上使用此服务器吗?
- 是的,您可以使用`BW_API_BASE_URL`和`BW_IDENTITY_URL`环境变量为自托管Bitwarden实例配置自定义API和身份URL。
Hacker News 讨论
开发者社区最近的相关讨论。
- 帖子 by gnabgib · 2025-07-10
mcp-server 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。