1Password MCP ServerServer

dkvdm
GitHub
SecurityCredential ManagementAI Integration

Loading subscription status...

💡 Description

A proof of concept MCP server designed for educational purposes, allowing AI agents to access credentials stored in a 1Password vault for automated login tasks.

📝 JSON Entries

{
  "mcpServers": [
    {
      "1Password": {
        "env": {
          "OP_SERVICE_ACCOUNT_TOKEN": "INSERT_KEY_HERE"
        },
        "args": [
          "run",
          "--with",
          "mcp[cli]",
          "--with",
          "onepassword-sdk",
          "mcp",
          "run",
          "/your/dir/here/onepassword-mcp-server/server.py"
        ],
        "command": "uv"
      }
    }
  ]
}

🛠️ Tools

PythonSmithery

Features

  • Securely retrieves credentials from 1Password vaults
  • Automates login tasks for users

💬 Example Queries

  • Obtain credentials for ticktick.com
  • Log into services using stored 1Password credentials