onepassword for Cline
com.pulsemcp/onepassword
MCP server for interacting with 1Password via the CLI to read and manage credentials.
client:Cline
transport:stdio
runtime:npm
Install onepassword in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"onepassword": {
"command": "npx",
"args": [
"-y",
"onepassword-mcp-server"
],
"env": {
"OP_SERVICE_ACCOUNT_TOKEN": "<OP_SERVICE_ACCOUNT_TOKEN>",
"ENABLED_TOOLGROUPS": "<ENABLED_TOOLGROUPS>",
"SKIP_HEALTH_CHECKS": "<SKIP_HEALTH_CHECKS>",
"DANGEROUSLY_SKIP_ELICITATIONS": "<DANGEROUSLY_SKIP_ELICITATIONS>",
"OP_ELICITATION_READ": "<OP_ELICITATION_READ>",
"OP_ELICITATION_WRITE": "<OP_ELICITATION_WRITE>",
"OP_WHITELISTED_ITEMS": "<OP_WHITELISTED_ITEMS>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs