mcpbeat Sign in

JetAPI MCP Server

local only

JetAPI runs on your own machine — the client starts it, so there is no endpoint to ping. 445 installs a week from npm. Last commit 14 Sep 2026.

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

445
Installs / week
npm · jetapi-mcp-server
0
Stars
0 open issues
14 Sep 2026
Last commit
0 releases in 90 days
ISC
License
TypeScript

Nothing serious here today

Today is the operative word: we check JetAPI every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add jetapi-mcp-server -- npx -y jetapi-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "jetapi-mcp-server": {
      "args": [
        "-y",
        "jetapi-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.jetapi-mcp-server]
command = "npx"
args = ["-y", "jetapi-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "jetapi-mcp-server": {
      "args": [
        "-y",
        "jetapi-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "jetapi-mcp-server": {
      "args": [
        "-y",
        "jetapi-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: JETAPI_TOKEN (Bearer token from the JetAPI dashboard (https://jetapi.io)), JETAPI_BASE_URL (API host. Change only for a white-label JetAPI installation.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to JetAPI

same job, measured the same way
WSENDER
by wsender

Manage WhatsApp, Telegram and MAX mailings: audiences, drafts, moderation and sending.

answering
WhatsApp MCP Server
by nakulben

Manage WhatsApp Business templates and send messages via Meta Cloud API

57 installs/wk local only
MCP Whatsapp Cloud
by codespar

MCP server for WhatsApp Cloud API (Meta) — messages, media, and templates via Graph API

26 installs/wk local only
Whatsapp
by gaviwhatsapp

Send WhatsApp messages from Cursor, Claude Code, and Codex via MCP.

23 installs/wk local only
Dialogbrain
by saloprj

Unified inbox MCP for WhatsApp, Telegram, Email, voice — read/send messages, search, AI agents.

answering
Trypeach Io
by trypeach-io

Send and manage WhatsApp messages, contacts, templates, and events via Peach AI.

45 installs/wk local only
Gambot WhatsApp Business API
by gambot-ai

Send WhatsApp messages & templates and manage CRM, leads & campaigns via the Gambot WhatsApp API.

152 installs/wk local only
MyOTP.App
by brntech

Send and verify one-time passcodes over SMS, WhatsApp and Telegram.

84 installs/wk 10 tools answering

JetAPI — questions

Answers built from our own checks of this server.

Why is there no uptime for JetAPI?
JetAPI runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package jetapi-mcp-server was installed 445 times last week.
How do I connect JetAPI?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls jetapi-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use JetAPI?
The npm package jetapi-mcp-server was installed 445 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is JetAPI open source?
Yes — it is published under the ISC licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.