Odel
1Password MCP

1Password MCP

Local
@cakerepository20TypeScriptApache-2.0Updated 6 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@takescake/1password-mcpv2.5.0

Run

npx -y @takescake/1password-mcp

MCP client config

{
  "mcpServers": {
    "1password-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@takescake/1password-mcp"
      ]
    }
  }
}