JetAPI for Windsurf
io.github.jetapi/jetapi-mcp-server
Send WhatsApp, Telegram, SMS and MAX messages, files and bulk mailings via JetAPI
client:Windsurf
transport:stdio
runtime:npm
Install JetAPI in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"jetapi-mcp-server": {
"command": "npx",
"args": [
"-y",
"jetapi-mcp-server"
],
"env": {
"JETAPI_TOKEN": "<JETAPI_TOKEN>",
"JETAPI_BASE_URL": "<JETAPI_BASE_URL>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs