Op Remote
Freeby MCP Community
CLI and MCP server for remote 1Password secret access with Telegram-based approval. Designed for AI agents (Claude Code, etc.) that need secrets at runtime with
v0.5.3Added Apr 12, 2026
Op Remote MCP Server
CLI and MCP server for remote 1Password secret access with Telegram-based approval. Designed for AI agents (Claude Code, etc.) that need secrets at runtime with
Installation
npx -y @wyattjoh/op-remote
Reviews
Installation
Quick install
npx -y @wyattjoh/op-remote
Add to claude_desktop_config.json
{
"mcpServers": {
"op-remote": {
"command": "npx",
"args": ["-y", "@wyattjoh/op-remote"]
}
}
}