Skip to content
Grok

meser10 mcp for Grok

io.github.meser10/meser10-mcp

Operate the Meser 10 email and SMS platform from any MCP client. Read-only by default.

client:Grok transport:stdio runtime:npm

Install meser10 mcp 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": {
    "meser10-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@meser10/mcp-server"
      ],
      "env": {
        "MESER10_API_KEY": "<MESER10_API_KEY>",
        "MESER10_USER_ID": "<MESER10_USER_ID>",
        "MESER10_MODE": "<MESER10_MODE>",
        "MESER10_MAX_RECIPIENTS": "<MESER10_MAX_RECIPIENTS>"
      }
    }
  }
}

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

meser10 mcp in other clients