MCP Server
Active
MIT
io.github.bitterdev/enpass-mcp MCP Server
io.github.bitterdev/enpass-mcp
What is the io.github.bitterdev/enpass-mcp MCP server?
MCP server for Enpass vaults: entries, passwords and TOTP/2FA codes, keychain-backed.
How to install io.github.bitterdev/enpass-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": {
"enpass-mcp": {
"command": "npx",
"args": [
"-y",
"enpass-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"enpass-mcp": {
"command": "npx",
"args": [
"-y",
"enpass-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"enpass-mcp": {
"command": "npx",
"args": [
"-y",
"enpass-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"enpass-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"enpass-mcp"
]
}
}
}Claude Code
claude mcp add enpass-mcp -- npx -y enpass-mcpRelated MCP servers
MCP server to mount and unmount VeraCrypt containers with secure stdin password handling.
1
View repository →Python
MIT
MCP server for the Dropscan postal mail scanning API: read scanned letters, act on mailings.
0
View repository →Python
MIT
Renders letters as print ready PDFs, DIN 5008 compliant for German window envelopes.
0
View repository →TypeScript
MIT
Send physical letters and faxes through the PixelLetter interface, test mode included.
0
View repository →TypeScript
MIT
MCP server for the Simple Support System helpdesk API: read, answer and move tickets.
0
View repository →TypeScript
MIT