Skip to content
Claude Desktop

email guard mcp for Claude Desktop

io.github.mlawsonking/email-guard-mcp

Email safety for AI agents: scan inbound for prompt-injection/phishing + outbound for secret leaks.

client:Claude Desktop transport:stdio runtime:npm

Install email guard mcp in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "email-guard-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "email-guard-mcp"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

email guard mcp in other clients