Skip to content
Gemini CLI

dropscan mcp for Gemini CLI

io.github.bitterdev/dropscan-mcp

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

client:Gemini CLI transport:stdio runtime:pypi

Install dropscan mcp in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.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>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

dropscan mcp in other clients