ZeroDrop for Grok
dev.zerodrop/zerodrop-mcp
Disposable email inboxes for AI agents — OTPs and magic links auto-extracted. No signup needed.
client:Grok
transport:stdio
runtime:npm
Install ZeroDrop in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"zerodrop-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"zerodrop-mcp"
],
"env": {
"ZERODROP_API_KEY": "<ZERODROP_API_KEY>",
"ZERODROP_BASE_URL": "<ZERODROP_BASE_URL>"
}
}
}
}
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