Onepassword runs on your own machine — the client starts it, so there is no endpoint to ping. 346 installs a week from npm. Last commit 21 Jul 2026.
MCP server for interacting with 1Password via the CLI to read and manage credentials.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add onepassword -- npx -y onepassword-mcp-server
{
"mcpServers": {
"onepassword": {
"args": [
"-y",
"onepassword-mcp-server"
],
"command": "npx"
}
}
}
[mcp_servers.onepassword]
command = "npx"
args = ["-y", "onepassword-mcp-server"]
{
"mcpServers": {
"onepassword": {
"args": [
"-y",
"onepassword-mcp-server"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"onepassword": {
"args": [
"-y",
"onepassword-mcp-server"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.