Proton Workflow Connector runs on your own machine — the client starts it, so there is no endpoint to ping. 55 installs a week from pypi. Last commit 14 Jul 2026.
Unofficial self-hosted MCP connector for Proton Mail Bridge and SimpleLogin.
We read the source, 1 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.
proc = subprocess.run(list(argv), input=body, capture_output=True, timeout=timeout) # noqa: S603
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 proton-workflow-connector -- uvx proton-workflow-connector
{
"mcpServers": {
"proton-workflow-connector": {
"args": [
"proton-workflow-connector"
],
"command": "uvx"
}
}
}
[mcp_servers.proton-workflow-connector]
command = "uvx"
args = ["proton-workflow-connector"]
{
"mcpServers": {
"proton-workflow-connector": {
"args": [
"proton-workflow-connector"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"proton-workflow-connector": {
"args": [
"proton-workflow-connector"
],
"command": "uvx"
}
}
}
This one needs environment variables set before it will start:
PROTON_BRIDGE_USERNAME (Bridge IMAP/SMTP username (from the Bridge app)), PROTON_BRIDGE_PASSWORD (Bridge-generated password (never your Proton account password)), PROTON_BRIDGE_EMAIL (Primary Proton address served by Bridge), SIMPLELOGIN_API_KEY (SimpleLogin API key; omit to disable alias tools).
The author declared them in the registry entry; get the values from the project itself.
A security-focused MCP server for self-hosted n8n Community Edition.
Task and project automation for local and self-hosted Mindwtr Cloud data; read-only by default.
Official Todoist MCP server for AI assistants to manage tasks, projects, and workflows.
Local MCP server for iOS Simulator and macOS app automation with a native Swift bridge
Unofficial MCP server for Make.com automation - build, validate & deploy scenarios via AI
PandaDoc document automation MCP server for Model Context Protocol hosts
Official Lumail email marketing MCP for campaigns, subscribers, and workflows.
Hosted MCP for source-backed project context, memory, code impact, and agent workflow continuity.
Answers built from our own checks of this server.