Skip to content
Zed

meser10 mcp for Zed

io.github.meser10/meser10-mcp

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

client:Zed transport:stdio runtime:npm

Install meser10 mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "meser10-mcp": {
      "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>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

meser10 mcp in other clients