← Index

io.github.CakeRepository/1password

io.github.CakeRepository/1password·v2.0.3·Documents & Spreadsheets
Quality Score
81
/100

MCP server for 1Password service accounts — tools and resources for vaults and credentials

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "1password": {
      "command": "npx",
      "args": [
        "-y",
        "@takescake/1password-mcp"
      ],
      "env": {
        "OP_SERVICE_ACCOUNT_TOKEN": "<your-op_service_account_token>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "1password": {
      "command": "npx",
      "args": [
        "-y",
        "@takescake/1password-mcp"
      ],
      "env": {
        "OP_SERVICE_ACCOUNT_TOKEN": "<your-op_service_account_token>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @takescake/1password-mcp
§02  Environment variables
OP_SERVICE_ACCOUNT_TOKEN
requiredsecret

The Service Account Token from 1Password

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