dropscan mcp for Grok
io.github.bitterdev/dropscan-mcp
MCP server for the Dropscan postal mail scanning API: read scanned letters, act on mailings.
client:Grok
transport:stdio
runtime:pypi
Install dropscan mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"dropscan-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"dropscan-mcp"
],
"env": {
"DROPSCAN_API_TOKEN": "<DROPSCAN_API_TOKEN>",
"DROPSCAN_ALLOW_WRITES": "<DROPSCAN_ALLOW_WRITES>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs