MCP server for 1Password service accounts — tools and resources for vaults and credentials
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y @takescake/1password-mcp
MCP client config
{
"mcpServers": {
"1password-mcp": {
"command": "npx",
"args": [
"-y",
"@takescake/1password-mcp"
]
}
}
}