Skip to main content
SecurityUnknown

dkvdm/onepassword-mcp-server

An MCP server that enables secure credential retrieval from 1Password to be used by Agentic AI.

security
Share:

Quick Start

Clone the repository:

git clone https://github.com/dkvdm/onepassword-mcp-server

Claude 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.

Details

Category
Security
Language
Unknown
Author
dkvdm