Skip to content
VS Code

bitwarden mcp for VS Code

io.github.mrfentmen/bitwarden-mcp

Bitwarden public API: members, collections, groups, event logs.

client:VS Code transport:stdio runtime:npm

Install bitwarden mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "bitwarden-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@mrfentmen/bitwarden-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

bitwarden mcp in other clients