MCP Server
Active
MIT
io.github.gambadio/onepassword-agent-mcp MCP Server
io.github.gambadio/onepassword-agent-mcp
What is the io.github.gambadio/onepassword-agent-mcp MCP server?
Local MCP access to approved 1Password fields without exposing plaintext secrets to AI agents.
How to install io.github.gambadio/onepassword-agent-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"onepassword-agent-mcp": {
"command": "npx",
"args": [
"-y",
"onepassword-agent-mcp",
"mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"onepassword-agent-mcp": {
"command": "npx",
"args": [
"-y",
"onepassword-agent-mcp",
"mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"onepassword-agent-mcp": {
"command": "npx",
"args": [
"-y",
"onepassword-agent-mcp",
"mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"onepassword-agent-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"onepassword-agent-mcp",
"mcp"
]
}
}
}Claude Code
claude mcp add onepassword-agent-mcp -- npx -y onepassword-agent-mcp mcpRelated MCP servers
On-demand local Apple Mail, Calendar, and Reminders MCP server for macOS.
0
View repository →JavaScript
MIT