JetAPI for Grok
io.github.jetapi/jetapi-mcp-server
Send WhatsApp, Telegram, SMS and MAX messages, files and bulk mailings via JetAPI
client:Grok
transport:stdio
runtime:npm
Install JetAPI in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"jetapi-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"jetapi-mcp-server"
],
"env": {
"JETAPI_TOKEN": "<JETAPI_TOKEN>",
"JETAPI_BASE_URL": "<JETAPI_BASE_URL>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs