HomeMarketing & E-Commerce › meser10-mcp

meser10-mcp

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

Official TypeScript Cloud
★ 0 stars Last pushed 2026-09-20 License: MIT

Topics: Marketing

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.0.2)

npx -y @meser10/mcp-server@1.0.2

Or add to your MCP client config:

{
  "mcpServers": {
    "meser10-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@meser10/mcp-server@1.0.2"
      ],
      "env": {
        "MESER10_API_KEY": "<YOUR_VALUE>",
        "MESER10_USER_ID": "<YOUR_VALUE>",
        "MESER10_MODE": "<YOUR_VALUE>",
        "MESER10_MAX_RECIPIENTS": "<YOUR_VALUE>"
      }
    }
  }
}
  • MESER10_API_KEY required secret — API key issued in the Meser 10 UI under My Account, Advanced settings, API settings.
  • MESER10_USER_ID — Meser 10 account number. Not a secret. Optional: 17 of the 61 operations authenticate on the key alone, the other 44 need it.
  • MESER10_MODE — Safety gate: read (default), write, send or destructive. Each level adds tools; send delivers to real recipients and spends credit.
  • MESER10_MAX_RECIPIENTS — Refuses any single send targeting more addresses than this cap.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry