Skip to content
Cline

dropscan mcp for Cline

io.github.bitterdev/dropscan-mcp

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

client:Cline transport:stdio runtime:pypi

Install dropscan mcp in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

dropscan mcp in other clients