Skip to content
Claude Desktop

onepassword for Claude Desktop

com.pulsemcp/onepassword

MCP server for interacting with 1Password via the CLI to read and manage credentials.

client:Claude Desktop transport:stdio runtime:npm

Install onepassword in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "onepassword": {
      "command": "npx",
      "args": [
        "-y",
        "onepassword-mcp-server"
      ],
      "env": {
        "OP_SERVICE_ACCOUNT_TOKEN": "<OP_SERVICE_ACCOUNT_TOKEN>",
        "ENABLED_TOOLGROUPS": "<ENABLED_TOOLGROUPS>",
        "SKIP_HEALTH_CHECKS": "<SKIP_HEALTH_CHECKS>",
        "DANGEROUSLY_SKIP_ELICITATIONS": "<DANGEROUSLY_SKIP_ELICITATIONS>",
        "OP_ELICITATION_READ": "<OP_ELICITATION_READ>",
        "OP_ELICITATION_WRITE": "<OP_ELICITATION_WRITE>",
        "OP_WHITELISTED_ITEMS": "<OP_WHITELISTED_ITEMS>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

onepassword in other clients