Skip to content
Grok

email for Grok

dev.wraps/email

Send email through your own Amazon SES account, and check domains, suppressions and sandbox status.

client:Grok transport:stdio runtime:npm

Install email 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": {
    "email": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@wraps.dev/mcp"
      ],
      "env": {
        "AWS_REGION": "<AWS_REGION>",
        "AWS_PROFILE": "<AWS_PROFILE>",
        "WRAPS_WRITE_ENABLED": "<WRAPS_WRITE_ENABLED>",
        "WRAPS_FROM_EMAIL": "<WRAPS_FROM_EMAIL>",
        "WRAPS_ALLOWED_RECIPIENTS": "<WRAPS_ALLOWED_RECIPIENTS>",
        "WRAPS_ALLOWED_RECIPIENT_DOMAINS": "<WRAPS_ALLOWED_RECIPIENT_DOMAINS>",
        "WRAPS_HISTORY_TABLE_NAME": "<WRAPS_HISTORY_TABLE_NAME>"
      }
    }
  }
}

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

email in other clients