Assistant Mail MCP for Grok
io.github.assistantmail/assistantmail-mcp
Agent email with allowlist and consent via AssistantMail.
client:Grok
transport:stdio
runtime:npm
Install Assistant Mail MCP in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"assistantmail-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@assistantmail/assistantmail-mcp"
],
"env": {
"ASSISTANT_MAIL_API_KEY": "<ASSISTANT_MAIL_API_KEY>",
"ASSISTANT_MAIL_API_BASE_URL": "<ASSISTANT_MAIL_API_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