Skip to content
Windsurf

dropscan mcp for Windsurf

io.github.bitterdev/dropscan-mcp

MCP server for the Dropscan postal mail scanning API: read scanned letters, act on mailings.

client:Windsurf transport:stdio runtime:pypi

Install dropscan mcp 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": {
    "dropscan-mcp": {
      "command": "uvx",
      "args": [
        "dropscan-mcp"
      ],
      "env": {
        "DROPSCAN_API_TOKEN": "<DROPSCAN_API_TOKEN>",
        "DROPSCAN_ALLOW_WRITES": "<DROPSCAN_ALLOW_WRITES>"
      }
    }
  }
}

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

dropscan mcp in other clients