Skip to content
Grok

Agent Email for Grok

io.github.usejunior/email-agent-mcp

Local email connectivity for AI agents — read, draft, send, and organize Outlook mail via MCP

client:Grok transport:stdio runtime:npm

Install Agent Email in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "email-agent-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "email-agent-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

Agent Email in other clients