프로젝트 참고 사항 : ⚠️ 이 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
) 필요에 따라 경로 및 환경 변수를 조정하세요.
- Claude를 실행하고 "ticktick.com에 대한 1Password 자격 증명 가져오기"(항목 이름 기반)와 같은 프롬프트를 시도해 보세요.
1Password와 브라우저 사용 MCP를 사용하여 브라우저 자동화
mcp-browser-use를 설치하고 두 MCP 서버를 다음과 같이 구성합니다.
- Claude를 실행하고 "ticktick.com에 대한 1Password 자격 증명을 가져오고 https://ticktick.com/signin 에 로그인하세요"와 같은 메시지를 시도해 보세요.
This server cannot be installed
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
1Password 보관소에서 자격 증명을 안전하게 검색하고 이를 모델 컨텍스트 프로토콜(MCP)을 통해 AI 에이전트에 제공하는 개념 증명 서버로, AI 도우미가 저장된 자격 증명을 자동 로그인과 같은 작업에 사용할 수 있도록 합니다.
Related MCP Servers
- -securityFlicense-qualityA 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 -10TypeScript
- AsecurityAlicenseAqualityAn 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 -41PythonMIT License
- -securityAlicense-qualityProvides 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 -13PythonMIT License
- AsecurityFlicenseAqualityAn MCP server that allows AI assistants to interact with the ServiceTitan API, requiring client credentials for authentication.Last updated -454TypeScript