Back to MCP Servers
Onepassword
An MCP server that enables secure credential retrieval from 1Password to be used by Agentic AI.
securityaiagent
By dkvdm
Installation
npx -y onepassword-mcp-serverConfiguration
{
"mcpServers": {
"onepassword-mcp-server": {
"command": "npx",
"args": ["-y", "onepassword-mcp-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes