Skip to content
Grok

mail receive for Grok

dev.mailkite/mail-receive

Receive inbound email as clean JSON — manage domains, routes, and webhooks. MailKite.

client:Grok transport:streamable-http

Install mail receive in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "mail-receive": {
      "type": "http",
      "url": "https://mcp.mailkite.dev/mcp?ref=mail-receive"
    }
  }
}

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

mail receive in other clients