About
Overview
The 1Password MCP Server enables AI agents to securely access items stored in 1Password vaults. It provides tools for searching items, retrieving passwords, accessing secure notes, and listing vaults. Uses 1Password Connect or CLI for authentication.
Capabilities
Tools & Capabilities
⚡list_vaults
List available vaults
⚡search_items
Search for items across vaults
⚡get_item
Get a specific vault item
⚡get_password
Get a password for a login item
Setup
Installation
bash
Install
npx -y @1password/mcp-serverExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"1password": {
"command": "npx",
"args": ["-y", "@1password/mcp-server"],
"env": { "OP_CONNECT_TOKEN": "your-token", "OP_CONNECT_HOST": "http://localhost:8080" }
}
}
}Quick Info
Author1password
LanguageTypeScript
StatusStable
Stars★ 180
Last UpdatedFeb 12, 2026