Skip to content
Grok

mailpal for Grok

io.github.michaelyousrie/mailpal

List, inspect, and run saved HTTP requests from MailPal collections; write tools on Pro

client:Grok transport:stdio runtime:npm

Install mailpal in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mailpal": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mailpal-mcp"
      ],
      "env": {
        "MAILPAL_WORKSPACE": "<MAILPAL_WORKSPACE>",
        "MAILPAL_HISTORY_DIR": "<MAILPAL_HISTORY_DIR>"
      }
    }
  }
}

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

mailpal in other clients