Integrations
プロジェクトに関する注意:⚠️ このMCPサーバーは概念実証であり、教育目的のみに使用されます。1Password Python SDKを利用して1Passwordアカウントから認証情報を安全に取得し、 MCP Python SDK経由でAgentic AIに提供して運用に使用します。⚠️
クイックスタート
Smithery経由でインストール
Smithery経由で Claude Desktop 用の 1Password Credential Retrieval Server を自動的にインストールするには:
Copy
前提条件
- Python 3.11以上
uv
(高速 Python パッケージインストーラー):pip install uv
- パッケージをインストール:
uv sync
- 1Password 内に
AI
という名前のボールトを作成し、使用したいアイテムを追加します。 - サービス アカウントを作成し、SDK で使用するアイテムが保存されているボールト内で適切な権限を付与します。
- サービスアカウントトークンをプロビジョニングし、Claude Desktopなどのクライアントがこのサーバーに接続するように設定します。クライアントの設定(例:
claude_desktop_config.json
)に以下の構造を追加し、必要に応じてパスと環境変数を調整します。
Copy
- Claudeを起動し、「ticktick.comの1Password認証情報を取得する」(アイテム名に基づく)などのプロンプトを試してください。
1PasswordとBrowser-Use MCPでブラウザを自動化
mcp-browser-useをインストールし、両方の MCP サーバーを次のように構成します。
Copy
- Claude を起動し、「ticktick.com の 1Password 認証情報を取得し、 https://ticktick.com/signinにログインしてください」などのプロンプトを試してください。
This server cannot be installed
local-only server
The server can only run on the client's local machine because it depends on local resources.
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