Skip to content
Cursor

dropscan mcp for Cursor

io.github.bitterdev/dropscan-mcp

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

client:Cursor transport:stdio runtime:pypi

Install dropscan mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

dropscan mcp in other clients