MCP Catalogs
首页

mcp-server

by bitwarden·165·综合分 50

MCP服务器让AI助手安全访问Bitwarden密码管理库和组织管理功能。

securityproductivitydeveloper-tools
25
Forks
8
活跃 Issue
本月
最近提交
2 天前
收录于

概述

Bitwarden MCP服务器提供两个主要接口:通过CLI工具进行密码库管理,以及通过Bitwarden公共API进行组织管理。它使AI助手能够执行敏感操作,如读取和管理密码库项目、创建安全共享和处理组织管理任务。服务器特别强调安全性,警告仅在本地使用,并提醒当连接到AI助手时可能存在的数据泄露风险。

试试问 AI

装完之后,这里有 5 个你可以让 AI 做的事:

:AI助手从Bitwarden密码库检索和管理密码及安全笔记
:自动化组织管理任务,如成员管理和集合创建
:通过AI助手直接生成和存储安全密码
:使用此服务器安全吗?
:我可以在自托管Bitwarden上使用此服务器吗?

什么时候选它

如果您使用 Bitwarden 作为密码管理器,并希望 AI 助手安全访问和管理您的密码库和组织,无需切换工具,请选择此服务器。

什么时候不要选它

如果您需要公开托管 MCP 服务器,请不要选择此选项,因为它专为本地使用设计,会暴露敏感凭据。

此 server 暴露的工具

从 README 抽取出 12 个工具
  • lock

    Lock the Bitwarden vault

  • unlock

    Unlock the Bitwarden vault using master password

  • list

    List vault items with filtering options

  • get

    Retrieve a specific vault item

  • create_item

    Create a new vault item (login, note, card, identity)

  • edit_item

    Modify an existing vault item

  • generate

    Generate secure passwords or retrieve TOTP codes

  • list_org_members

    List all members in your organization

  • invite_org_member

    Invite a new member to your organization

  • create_org_collection

    Create a new collection in your organization

  • get_org_events

    Retrieve organization audit logs

  • create_text_send

    Create a secure text-based share

可对比工具

1password-mcpdashlane-mcpkeepass-mcp

安装

安装

  1. 全局安装Bitwarden CLI: npm install -g @bitwarden/cli
  2. 添加到Claude Desktop配置文件:
{
  "mcpServers": {
    "bitwarden": {
      "command": "npx",
      "args": ["-y", "@bitwarden/mcp-server"],
      "env": {
        "BW_SESSION": "your-session令牌"
      }
    }
  }
}
  1. 获取您的会话令牌: bw login; bw unlock --raw
  2. 使用组织功能时,还需添加BW_CLIENT_IDBW_CLIENT_SECRET环境变量。

FAQ

使用此服务器安全吗?
该服务器专为本地使用设计,提供了强有力的安全警告。但请注意,将您的密码库内容与AI助手共享存在风险,包括响应中可能暴露敏感信息。
我可以在自托管Bitwarden上使用此服务器吗?
是的,您可以使用`BW_API_BASE_URL`和`BW_IDENTITY_URL`环境变量为自托管Bitwarden实例配置自定义API和身份URL。

Hacker News 讨论

开发者社区最近的相关讨论。

mcp-server 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。