Enpass MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 36 installs a week from npm. Last commit 27 Jul 2026.
MCP server for Enpass vaults: entries, passwords and TOTP/2FA codes, keychain-backed.
We read the source, 3 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 vaultDir = path.join(VAULTS_DIR, meta.vault_uuid);
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 enpass-mcp -- npx -y enpass-mcp
{
"mcpServers": {
"enpass-mcp": {
"args": [
"-y",
"enpass-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.enpass-mcp]
command = "npx"
args = ["-y", "enpass-mcp"]
{
"mcpServers": {
"enpass-mcp": {
"args": [
"-y",
"enpass-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"enpass-mcp": {
"args": [
"-y",
"enpass-mcp"
],
"command": "npx"
}
}
}
MCP server for 1Password service accounts — tools and resources for vaults and credentials
Zendesk MCP server for Claude Code and other MCP clients
MCP server for dLocal — LatAm cross-border payments, payouts, refunds across 15+ countries
BetterDB MCP server - Valkey observability for Claude Code and other MCP clients
MCP server for note.com: create, edit and retrieve posts.
MCP server for Microsoft Advertising (Bing Ads) — campaigns, keywords, and reports
Shared local knowledge vault MCP server for Claude Desktop (Chat + Code)
MCP server for Amazon Ads API - manage campaigns, keywords, bids, and performance reports
Answers built from our own checks of this server.