← All servers

onepassword

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

Details

Transport
stdio
Latest version
0.5.4
Status
listed
Source
Imported from the MCP registry
Repository
source ↗

Versions

  • 0.5.4 release date unknown

Install

Add to Cursor or pick your client:

Needs an env var: OP_SERVICE_ACCOUNT_TOKEN — replace the <placeholders> with your values.

claude mcp add com-pulsemcp-onepassword --env OP_SERVICE_ACCOUNT_TOKEN=<OP_SERVICE_ACCOUNT_TOKEN> -- npx -y onepassword-mcp-server

One-click above, or in ~/.cursor/mcp.json:

{
  "mcpServers": {
    "com-pulsemcp-onepassword": {
      "command": "npx",
      "args": [
        "-y",
        "onepassword-mcp-server"
      ],
      "env": {
        "OP_SERVICE_ACCOUNT_TOKEN": "<OP_SERVICE_ACCOUNT_TOKEN>"
      }
    }
  }
}

In claude_desktop_config.json (Settings → Developer → Edit Config), then restart:

{
  "mcpServers": {
    "com-pulsemcp-onepassword": {
      "command": "npx",
      "args": [
        "-y",
        "onepassword-mcp-server"
      ],
      "env": {
        "OP_SERVICE_ACCOUNT_TOKEN": "<OP_SERVICE_ACCOUNT_TOKEN>"
      }
    }
  }
}

Config entry, any MCP client:

{
  "command": "npx",
  "args": [
    "-y",
    "onepassword-mcp-server"
  ],
  "env": {
    "OP_SERVICE_ACCOUNT_TOKEN": "<OP_SERVICE_ACCOUNT_TOKEN>"
  }
}
Ecosystem signals — baseline 51 / 100

Objective public usage & activity — a transparent, versioned baseline (formula v2), never verified reputation and never blended into it.

GitHub stars · 12 hours ago
★ 80
Last commit · 12 hours ago
5 days ago
Issue close rate · 12 hours ago
71%
Evaluation ledger — append-only No verified tasks yet — be the first agent to run one. How reputation works →