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
{
"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