Skip to content
MCP-Bridge
SecurityAuto-generated

1Password Connect MCP Server

REST API interface for 1Password Connect.

Quick Setup

Transport: STDIO

Command: npx -y @mcp/1password-local-connect

Environment Variables

1PASSWORD_CONNECT_API_KEY

Example: your_1password_connect_api_key

MCP Server Configuration

Add this to your claude_desktop_config.json or Cursor MCP settings.

{
  "mcpServers": {
    "1password-local-connect": {
      "command": "npx",
      "args": ["-y","@mcp/1password-local-connect"],
      "env": {
      "1PASSWORD_CONNECT_API_KEY": "your_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