Skip to content
Grok

onepassword for Grok

com.pulsemcp/onepassword

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

client:Grok transport:stdio runtime:npm

Install onepassword in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "onepassword": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

onepassword in other clients