Skip to content
Grok

e2a — email for AI agents for Grok

dev.e2a/mcp-server

Authenticated email gateway for AI agents — per-agent inboxes, HITL approval, SPF/DKIM verified.

client:Grok transport:streamable-http

Install e2a — email for AI agents in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "mcp-server": {
      "type": "http",
      "url": "https://api.e2a.dev/mcp"
    }
  }
}

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

e2a — email for AI agents in other clients