← Index

com.pulsemcp/onepassword

com.pulsemcp/onepassword·v0.5.3·Documents & Spreadsheets
Quality Score
80
/100

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

§00  Trust verdict · v1 advisory ·  method
UNVERIFIEDno verdict on file

Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "onepassword": {
      "command": "npx",
      "args": [
        "-y",
        "onepassword-mcp-server"
      ],
      "env": {
        "OP_SERVICE_ACCOUNT_TOKEN": "<your-op_service_account_token>",
        "ENABLED_TOOLGROUPS": "<enabled_toolgroups>",
        "SKIP_HEALTH_CHECKS": "false",
        "DANGEROUSLY_SKIP_ELICITATIONS": "<dangerously_skip_elicitations>",
        "OP_ELICITATION_READ": "true",
        "OP_ELICITATION_WRITE": "false",
        "OP_WHITELISTED_ITEMS": "<op_whitelisted_items>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "onepassword": {
      "command": "npx",
      "args": [
        "-y",
        "onepassword-mcp-server"
      ],
      "env": {
        "OP_SERVICE_ACCOUNT_TOKEN": "<your-op_service_account_token>",
        "ENABLED_TOOLGROUPS": "<enabled_toolgroups>",
        "SKIP_HEALTH_CHECKS": "false",
        "DANGEROUSLY_SKIP_ELICITATIONS": "<dangerously_skip_elicitations>",
        "OP_ELICITATION_READ": "true",
        "OP_ELICITATION_WRITE": "false",
        "OP_WHITELISTED_ITEMS": "<op_whitelisted_items>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y onepassword-mcp-server
§02  Environment variables
OP_SERVICE_ACCOUNT_TOKEN
requiredsecret

Service account token for authentication with 1Password CLI.

ENABLED_TOOLGROUPS

Comma-separated tool groups to enable (readonly, write).

SKIP_HEALTH_CHECKS

Skip credential validation on server startup.

DANGEROUSLY_SKIP_ELICITATIONS

Bypass all credential approval prompts (exposes all secrets).

OP_ELICITATION_READ

Prompt for approval before revealing credentials.

OP_ELICITATION_WRITE

Prompt for approval before creating or sharing items.

OP_WHITELISTED_ITEMS

Comma-separated item titles or IDs that bypass read elicitation.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Documents & Spreadsheets