Loading MCP server directory, please wait...
Bitwarden/Vaultwarden for agents: list tagged items, TOTP codes, one-time Sends, save new secrets.
npx @getmcp/cli add io.github.AIWerk/mcp-server-vaultRequires Node.js 18+. Community-contributed server. Review source before installing.
VAULT_REGIONBitwarden region or self-hosted mode (e.g. us, eu, or self-hosted).
VAULT_CLIENT_IDBitwarden API client_id (personal API key).
VAULT_CLIENT_SECRETBitwarden API client_secret (personal API key).
VAULT_MASTER_PASSWORDVault master password, used to unlock and decrypt items.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.AIWerk/mcp-server-vault": {
"command": "npx",
"args": [
"-y",
"@aiwerk/mcp-server-vault"
],
"env": {
"VAULT_REGION": "",
"VAULT_API_BASE": "",
"VAULT_CLIENT_ID": "",
"VAULT_CLIENT_SECRET": "",
"VAULT_MASTER_PASSWORD": ""
}
}
}
}