Loading MCP server directory, please wait...
MCP server for interacting with 1Password via the CLI to read and manage credentials.
npx @getmcp/cli add com.pulsemcp/onepasswordRequires Node.js 18+. Community-contributed server. Review source before installing.
OP_SERVICE_ACCOUNT_TOKENService account token for authentication with 1Password CLI.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"com.pulsemcp/onepassword": {
"command": "npx",
"args": [
"-y",
"-y",
"onepassword-mcp-server"
],
"env": {
"OP_SERVICE_ACCOUNT_TOKEN": "",
"ENABLED_TOOLGROUPS": "",
"SKIP_HEALTH_CHECKS": "false",
"DANGEROUSLY_SKIP_ELICITATIONS": "",
"OP_ELICITATION_READ": "true",
"OP_ELICITATION_WRITE": "false",
"OP_WHITELISTED_ITEMS": ""
}
}
}
}