dropscan mcp for Claude Desktop
io.github.bitterdev/dropscan-mcp
MCP server for the Dropscan postal mail scanning API: read scanned letters, act on mailings.
client:Claude Desktop
transport:stdio
runtime:pypi
Install dropscan mcp in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"dropscan-mcp": {
"command": "uvx",
"args": [
"dropscan-mcp"
],
"env": {
"DROPSCAN_API_TOKEN": "<DROPSCAN_API_TOKEN>",
"DROPSCAN_ALLOW_WRITES": "<DROPSCAN_ALLOW_WRITES>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs