JetAPI for Cursor
io.github.jetapi/jetapi-mcp-server
Send WhatsApp, Telegram, SMS and MAX messages, files and bulk mailings via JetAPI
client:Cursor
transport:stdio
runtime:npm
Install JetAPI in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"jetapi-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"jetapi-mcp-server"
],
"env": {
"JETAPI_TOKEN": "<JETAPI_TOKEN>",
"JETAPI_BASE_URL": "<JETAPI_BASE_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs