maildev mcp for Grok
io.github.pierre3/maildev-mcp
MailDev MCP server. Manage Docker containers and inspect emails from your AI editor or MCP client.
client:Grok
transport:stdio
runtime:nuget
Install maildev mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"maildev-mcp": {
"type": "stdio",
"command": "dnx",
"args": [
"MailDevMcp",
"--yes"
],
"env": {
"MAILDEV_API_PORT": "<MAILDEV_API_PORT>"
}
}
}
}
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