1password runs on your own machine — the client starts it, so there is no endpoint to ping. 248 installs a week from npm. Last commit 31 Aug 2026.
MCP server for 1Password service accounts — tools and resources for vaults and credentials
We read the source, 23 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.
? spawn(argv[0], argv.slice(1), {
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 1password -- npx -y @takescake/1password-mcp
{
"mcpServers": {
"1password": {
"args": [
"-y",
"@takescake/1password-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.1password]
command = "npx"
args = ["-y", "@takescake/1password-mcp"]
{
"mcpServers": {
"1password": {
"args": [
"-y",
"@takescake/1password-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"1password": {
"args": [
"-y",
"@takescake/1password-mcp"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
OP_SERVICE_ACCOUNT_TOKEN (The Service Account Token from 1Password (required unless OP_KEYCHAIN_SERVICE is used on macOS)), OP_KEYCHAIN_SERVICE (macOS only: Keychain service name to read the 1Password service account token from when OP_SERVICE_ACCOUNT_TOKEN is not set), OP_KEYCHAIN_ACCOUNT (macOS only: Optional Keychain account name to narrow the lookup used with OP_KEYCHAIN_SERVICE).
The author declared them in the registry entry; get the values from the project itself.
MCP server for Enpass vaults: entries, passwords and TOTP/2FA codes, keychain-backed.
MCP server for Xero accounting — contacts, invoices, payments, accounts, and financial reports.
MCP server for Xero accounting — contacts, invoices, payments, accounts, and financial reports.
Mermaid to assets. Source code to maps. MCP for agents.
MCP server for Huntress — accounts, organizations, agents, incidents, and reports.
MCP server for Huntress — accounts, organizations, agents, incidents, and reports.
MCP server for QuickBooks Online — accounts, customers, invoices, bills, and reports.
MCP server for QuickBooks Online — accounts, customers, invoices, bills, and reports.
Answers built from our own checks of this server.