Onepassword runs on your own machine — the client starts it, so there is no endpoint to ping. 147 installs a week from npm. Last commit 30 Aug 2026.
MCP server for interacting with 1Password via the CLI to read and manage credentials.
We read the source, 21 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
этот файл ставится пользователю, но в репозитории его нет
const initProcess = spawn(this.claudeCodePath, args, {
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
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"
}
}
}
This one needs environment variables set before it will start:
OP_SERVICE_ACCOUNT_TOKEN (Service account token for authentication with 1Password CLI.), ENABLED_TOOLGROUPS (Comma-separated tool groups to enable (readonly, write).), SKIP_HEALTH_CHECKS (Skip credential validation on server startup.), DANGEROUSLY_SKIP_ELICITATIONS (Bypass all credential approval prompts (exposes all secrets).), OP_ELICITATION_READ (Prompt for approval before revealing credentials.), OP_ELICITATION_WRITE (Prompt for approval before creating or sharing items.), OP_WHITELISTED_ITEMS (Comma-separated item titles or IDs that bypass read elicitation.).
The author declared them in the registry entry; get the values from the project itself.
MCP server and CLI tool for interacting with the Wayback Machine without API keys
MCP server for 1Password service accounts — tools and resources for vaults and credentials
MCP server for interacting with Bazos.cz and Bazos.sk
Scaleway MCP server for interacting with the Scaleway APIs
An MCP server for interacting with Memos.
MCP server for interacting with the Supabase platform
MCP server for credential isolation — bots use passwords and API keys without seeing them
MCP tools for interacting with Microsoft Fabric
Answers built from our own checks of this server.