Skip to content
Claude Desktop

JetAPI for Claude Desktop

io.github.jetapi/jetapi-mcp-server

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

client:Claude Desktop transport:stdio runtime:npm

Install JetAPI in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

{
  "mcpServers": {
    "jetapi-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "jetapi-mcp-server"
      ],
      "env": {
        "JETAPI_TOKEN": "<JETAPI_TOKEN>",
        "JETAPI_BASE_URL": "<JETAPI_BASE_URL>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

JetAPI in other clients