Skip to content
Windsurf

mailsnail for Windsurf

io.github.iancollins27/mailsnail

Send USPS letters, postcards & certified mail from any agent. No signup; pay-per-piece via Stripe.

client:Windsurf transport:stdio runtime:npm

Install mailsnail in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mailsnail": {
      "command": "npx",
      "args": [
        "-y",
        "mailsnail"
      ],
      "env": {
        "MAIL_PROVIDER": "<MAIL_PROVIDER>",
        "MAIL_API_BASE_URL": "<MAIL_API_BASE_URL>",
        "CLICK2MAIL_USERNAME": "<CLICK2MAIL_USERNAME>",
        "CLICK2MAIL_PASSWORD": "<CLICK2MAIL_PASSWORD>",
        "LOB_API_KEY": "<LOB_API_KEY>",
        "MAIL_MCP_ALLOW_LIVE": "<MAIL_MCP_ALLOW_LIVE>",
        "MAIL_MCP_SPEND_CAP_USD": "<MAIL_MCP_SPEND_CAP_USD>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

mailsnail in other clients