Skip to content

JetAPI for Zed

io.github.jetapi/jetapi-mcp-server

Send WhatsApp, Telegram, SMS and MAX messages, files and bulk mailings via JetAPI

client:Zed transport:stdio runtime:npm

Install JetAPI 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": {
    "jetapi-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "jetapi-mcp-server"
      ],
      "env": {
        "JETAPI_TOKEN": "<JETAPI_TOKEN>",
        "JETAPI_BASE_URL": "<JETAPI_BASE_URL>"
      }
    }
  }
}

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

JetAPI in other clients