mcp server imap for Grok
io.github.aiwerk/mcp-server-imap
Email tools for any IMAP/SMTP provider: list, read, search, send, and manage messages.
client:Grok
transport:stdio
runtime:npm
Install mcp server imap in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp-server-imap": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@aiwerk/mcp-server-imap"
],
"env": {
"IMAP_HOST": "<IMAP_HOST>",
"IMAP_USER": "<IMAP_USER>",
"IMAP_PASS": "<IMAP_PASS>",
"SMTP_HOST": "<SMTP_HOST>",
"SMTP_USER": "<SMTP_USER>",
"SMTP_PASS": "<SMTP_PASS>"
}
}
}
}
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