dkvdm/onepassword-mcp-server
An MCP server that enables secure credential retrieval from 1Password to be used by Agentic AI.
Quick Start
Clone the repository:
git clone https://github.com/dkvdm/onepassword-mcp-serverClaude Desktop configuration example:
{
"mcpServers": {
"onepassword-mcp-server": {
"command": "npx",
"args": [
"-y",
"dkvdm/onepassword-mcp-server"
]
}
}
}Check the repository README for specific installation and configuration instructions.