gaviwhatsapp-mcp
Provides tools to send WhatsApp messages, template messages, media, broadcasts, and manage webhooks via the WhatsApp Business API.
Gavi WhatsApp API
The WhatsApp API built for how developers actually build in 2026. Works in Cursor, Claude Code, Codex, and Lovable.
MCP server · TypeScript SDK · Python SDK · Examples · $9.99/mo
What is this?
A complete WhatsApp Business API platform with:
MCP Server — Type "send a WhatsApp message" in Cursor or Claude Code and it just works
REST API — 6 endpoints: send message, send template, send media, broadcasts, webhooks, contacts
TypeScript SDK —
npm install @gaviwhatsapp/whatsappPython SDK —
pip install gaviwhatsappDashboard — Visual form builder, conversation flows, broadcast campaigns, analytics
Related MCP server: WhatsApp Business MCP
Quick Start
Option 1: MCP Server (AI coding tools)
Add to .cursor/mcp.json or .claude/mcp.json:
{
"mcpServers": {
"gaviwhatsapp": {
"command": "npx",
"args": ["@gaviwhatsapp/mcp", "--api-key", "gv_YOUR_KEY"]
}
}
}Then just ask: "Send a WhatsApp message to +919876543210 saying hello"
Option 2: TypeScript SDK
npm install @gaviwhatsapp/whatsappimport { WhatsApp } from '@gaviwhatsapp/whatsapp'
const wa = new WhatsApp({ apiKey: process.env.GAVIWHATSAPP_API_KEY! })
await wa.send({ to: '+919876543210', text: 'Hello from my app!' })Option 3: Python SDK
pip install gaviwhatsappfrom gaviwhatsapp import WhatsApp
wa = WhatsApp(api_key="gv_YOUR_KEY")
wa.send(to="+919876543210", text="Hello from my app!")Option 4: REST API
curl -X POST https://www.gaviventures.com/api/v1/messages \
-H "Authorization: Bearer gv_YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"to": "+919876543210", "text": "Hello!"}'Get an API Key
Sign up at gaviventures.com
Connect your WhatsApp Business Account
Go to Settings > API Keys
Packages
Package | Description | Install |
MCP server for Cursor, Claude Code, Codex |
| |
TypeScript/Node.js SDK |
| |
Python SDK |
|
Examples
Example | Description | Language |
Send a text message | TypeScript | |
Send a text message | Python | |
Send personalized broadcast from CSV | TypeScript | |
Receive incoming WhatsApp messages | TypeScript |
API Reference
Method | Endpoint | Description |
POST |
| Send a text message |
POST |
| Send a template message |
POST |
| Send media (image/video/document) |
POST |
| Send to multiple recipients |
POST |
| Register a webhook |
GET |
| List webhooks |
Full docs: gaviventures.com/docs/api
Pricing
Plan | Price | Includes |
API | $9.99/mo | API, SDKs, MCP server, webhooks, broadcasts |
Pro | $24.99/mo | Everything + visual builder, forms, flows, analytics |
7-day free trial. No credit card required. Meta per-message charges billed directly to your WhatsApp Business Account.
Links
License
Source code in this repository is provided for reference and integration purposes. The WhatsApp API service requires a paid subscription. See gaviventures.com for terms.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables sending WhatsApp messages through Claude Desktop and other MCP-compatible LLMs. Supports single and bulk messaging, phone number validation, and session management via the zapr.link service.MIT
- AlicenseAqualityFmaintenanceManage WhatsApp Business templates and send messages from Claude, ChatGPT, Cursor, VS Code Copilot, or any MCP-compatible client — powered by the Meta Cloud API.83MIT
- AlicenseNot gradedqualityBmaintenanceTurns Claude Code, Claude Desktop, Cursor, Windsurf or ChatGPT into a WhatsApp operator that knows your customers, your templates, your wallet, and your funnel.363MIT
- AlicenseBqualityDmaintenanceEnables sending messages, images, documents and more on WhatsApp directly from any MCP-compatible AI, with tools for chat management, groups, and webhooks.371MIT
Related MCP Connectors
Send and read WhatsApp messages on your Leporis account from AI coding agents, via your own API key.
Drive your real WhatsApp inbox from Claude — send, reply, label, assign, and triage via TimelinesAI.
Phone, SMS & email for AI agents — one remote MCP endpoint, OAuth login, zero install.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/gaviwhatsapp/gaviwhatsapp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server