Skip to content
MCP-Bridge
Security

1Password Connect Claude Desktop Config

Add the 1Password Connect MCP server to Claude Desktop with this ready-to-use configuration.

Setup Instructions

  1. Open Claude Desktop
  2. Go to Settings → Developer → Edit Config → claude_desktop_config.json
  3. Paste the JSON below into the file
  4. Set your credentials in the env section
  5. Restart Claude Desktop

Configuration JSON

Copy the entire block into your claude_desktop_config.json

{
  "mcpServers": {
    "1password-local-connect": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/1password-local-connect"
      ],
      "env": {
        "1PASSWORD_CONNECT_API_KEY": "your_1password_connect_api_key"
      }
    }
  }
}

Environment Variables

1PASSWORD_CONNECT_API_KEY

Replace your_1password_connect_api_key with your actual 1password connect api key

Endpoints

GET/activity

Retrieve a list of API Requests that have been made.

GET/health

Get state of the server and its dependencies.

GET/heartbeat

Ping the server for liveness

GET/metrics

Query server for exposed Prometheus metrics

GET/vaults

Get all Vaults

GET/vaults/{vaultUuid}

Get Vault details and metadata

GET/vaults/{vaultUuid}/items

Get all items for inside a Vault

POST/vaults/{vaultUuid}/items

Create a new Item

GET/vaults/{vaultUuid}/items/{itemUuid}

Get the details of an Item

PUT/vaults/{vaultUuid}/items/{itemUuid}

Update an Item