clawaimail for Grok
io.github.joansongjr/clawaimail
Email infrastructure for AI agents. Create inboxes, send/receive email, and search messages.
client:Grok
transport:stdio
runtime:npm
Install clawaimail in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"clawaimail": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"clawaimail-mcp"
],
"env": {
"CLAWAIMAIL_API_KEY": "<CLAWAIMAIL_API_KEY>"
}
}
}
}
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