All MCP servers

Onepassword

Official
by Api.Airforcestdio070MIT

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

mcpopen-source

Endpoint

POST 

Connecting a client

Most MCP clients accept a remote server URL plus a bearer token.

{
  "mcpServers": {
    "onepassword-imp89823": {
      "url": "",
      "headers": { "Authorization": "Bearer YOUR_API_KEY" }
    }
  }
}