Skip to content
Zed

dropscan mcp for Zed

io.github.bitterdev/dropscan-mcp

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

client:Zed transport:stdio runtime:pypi

Install dropscan mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "dropscan-mcp": {
      "command": "uvx",
      "args": [
        "dropscan-mcp"
      ],
      "env": {
        "DROPSCAN_API_TOKEN": "<DROPSCAN_API_TOKEN>",
        "DROPSCAN_ALLOW_WRITES": "<DROPSCAN_ALLOW_WRITES>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

dropscan mcp in other clients