1password
Freeby MCP Community
MCP server for 1Password service accounts — tools, prompts, and resources for vault and credential management
v2.4.1Added Apr 12, 2026
mcpmodel-context-protocol1passwordpassword-managersecrets
1password MCP Server
MCP server for 1Password service accounts — tools, prompts, and resources for vault and credential management
Installation
Reviews
Installation
Quick install
npx -y @takescake/1password-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"1password": {
"command": "npx",
"args": ["-y", "@takescake/1password-mcp"]
}
}
}