Skip to main content
Glama

1Password MCP Server

by dkvdm

프로젝트 참고 사항 : ⚠️ 이 MCP 서버는 개념 증명(PoC)이며 교육 목적으로만 사용됩니다. 1Password Python SDK를 사용하여 1Password 계정에서 사용자 인증 정보를 안전하게 검색하고, MCP Python SDK를 통해 Agentic AI에 제공하여 운영에 활용합니다. ⚠️

빠른 시작

Smithery를 통해 설치

Smithery를 통해 Claude Desktop용 1Password 자격 증명 검색 서버를 자동으로 설치하려면:

지엑스피1

필수 조건

  • Python 3.11 이상
  • uv (빠른 Python 패키지 설치 프로그램): pip install uv
  • 패키지 설치: uv sync
  • 1Password 내에 AI 라는 이름의 보관소를 만들고, 사용할 항목을 추가합니다.
  • 서비스 계정을 만들고 SDK와 함께 사용하려는 항목이 저장된 보관소에 적절한 권한을 부여합니다.
  • 서비스 계정 토큰을 프로비저닝하고 Claude Desktop과 같은 클라이언트가 이 서버에 연결되도록 구성하세요. 클라이언트 구성에 다음 구조를 추가하고(예: claude_desktop_config.json ) 필요에 따라 경로 및 환경 변수를 조정하세요.
// Example for Claude Desktop config { "mcpServers": { "1Password": { "command": "uv", "args": [ "run", "--with", "mcp[cli]", "--with", "onepassword-sdk", "mcp", "run", "/your/dir/here/onepassword-mcp-server/server.py" // Change this path ], "env": { "OP_SERVICE_ACCOUNT_TOKEN": "INSERT_KEY_HERE" // Insert 1Password Service Account Token } } } }
  • Claude를 실행하고 "ticktick.com에 대한 1Password 자격 증명 가져오기"(항목 이름 기반)와 같은 프롬프트를 시도해 보세요.

1Password와 브라우저 사용 MCP를 사용하여 브라우저 자동화

mcp-browser-use를 설치하고 두 MCP 서버를 다음과 같이 구성합니다.

// Example for Claude Desktop config { "mcpServers": { "1Password": { "command": "uv", "args": [ "run", "--with", "mcp[cli]", "--with", "onepassword-sdk", "mcp", "run", "/your/dir/here/onepassword-mcp-server/server.py" ], "env": { "OP_SERVICE_ACCOUNT_TOKEN": "INSERT_KEY_HERE" } }, "browser-use": { "command": "uv", "args": [ "--directory", "/your/dir/here/mcp-browser-use", "run", "mcp-server-browser-use" ], "env": { "MCP_USE_OWN_BROWSER": "true", "CHROME_CDP": "http://127.0.0.1:9222", "ANTHROPIC_API_KEY": "INSERT_KEY_HERE", "PYTHONIOENCODING": "utf-8", "PYTHONUNBUFFERED": "1", "PYTHONUTF8": "1" } } } }
  • Claude를 실행하고 "ticktick.com에 대한 1Password 자격 증명을 가져오고 https://ticktick.com/signin 에 로그인하세요"와 같은 메시지를 시도해 보세요.
-
security - not tested
F
license - not found
-
quality - not tested

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

1Password 보관소에서 자격 증명을 안전하게 검색하고 이를 모델 컨텍스트 프로토콜(MCP)을 통해 AI 에이전트에 제공하는 개념 증명 서버로, AI 도우미가 저장된 자격 증명을 자동 로그인과 같은 작업에 사용할 수 있도록 합니다.

  1. Smithery를 통해 설치
    1. 필수 조건
      1. 1Password와 브라우저 사용 MCP를 사용하여 브라우저 자동화

        Related MCP Servers

        • -
          security
          F
          license
          -
          quality
          A personal MCP server for securely storing and accessing API keys across projects using the macOS Keychain, letting AI assistants and applications retrieve credentials through natural language.
          Last updated -
          10
          TypeScript
          • Apple
        • A
          security
          A
          license
          A
          quality
          An MCP server that enables AI agents to authenticate with and interact with Open eClass platform instances, supporting UoA's SSO authentication system for retrieving course information and performing basic platform operations.
          Last updated -
          4
          1
          Python
          MIT License
        • -
          security
          A
          license
          -
          quality
          Provides an MCP server that allows AI assistants to interact with Obsidian vaults, enabling reading/writing notes, managing metadata, searching content, and working with daily notes.
          Last updated -
          13
          Python
          MIT License
          • Linux
          • Apple
        • A
          security
          F
          license
          A
          quality
          An MCP server that allows AI assistants to interact with the ServiceTitan API, requiring client credentials for authentication.
          Last updated -
          454
          TypeScript

        View all related MCP servers

        MCP directory API

        We provide all the information about MCP servers via our MCP API.

        curl -X GET 'https://glama.ai/api/mcp/v1/servers/dkvdm/onepassword-mcp-server'

        If you have feedback or need assistance with the MCP directory API, please join our Discord server