Loading MCP server directory, please wait...
MCP server for 1Password service accounts — tools and resources for vaults and credentials
npx @getmcp/cli add io.github.CakeRepository/1passwordRequires Node.js 18+. Community-contributed server. Review source before installing.
OP_SERVICE_ACCOUNT_TOKENThe Service Account Token from 1Password
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.CakeRepository/1password": {
"command": "npx",
"args": [
"-y",
"@takescake/1password-mcp"
],
"env": {
"OP_SERVICE_ACCOUNT_TOKEN": ""
}
}
}
}