Talk to your WhatsApp from Claude, ChatGPT, VS Code Copilot, Cursor, Gemini and more. Send messages, analyze conversations, and automate WhatsApp using natural language.
Connect Wassenger to any MCP-compatible AI assistant or development tool

Claude

ChatGPT

VS Code Copilot

Cursor

Windsurf

n8n

Gemini

Zed Editor

Continue.dev

Aider
And more...
Just tell your AI what you want to do with WhatsApp. No code required.
Add your MCP server URL to your favorite AI tool and start chatting with WhatsApp
https://api.wassenger.com/mcp?key=YOUR_API_KEYReplace YOUR_API_KEY with your Wassenger API key. Get one from the dashboard.
{
"mcpServers": {
"wassenger": {
"type": "http",
"url": "https://api.wassenger.com/mcp?key=YOUR_API_KEY"
}
}
}
{
"mcp.servers": {
"wassenger": {
"url": "https://api.wassenger.com/mcp?key=YOUR_API_KEY",
"transport": "http-streaming"
}
}
}
https://api.wassenger.com/mcp?key=YOUR_API_KEY{
"mcpServers": {
"wassenger": {
"type": "http",
"url": "https://api.wassenger.com/mcp?key=YOUR_API_KEY"
}
}
}
import OpenAI from 'openai';
const openai = new OpenAI({
apiKey: process.env.OPENAI_API_KEY,
});
const response = await openai.responses.create({
model: 'gpt-4.1',
tools: [{
type: 'mcp',
server_label: 'wassenger',
server_url: 'https://api.wassenger.com/mcp?key=YOUR_API_KEY',
require_approval: 'never'
}],
input: 'Send a WhatsApp message to +1234567890 saying "Hello!"'
});
Full access to WhatsApp capabilities through the MCP protocol
Send text, media, location, contacts, polls, and more
Retrieve, search, filter, and analyze conversations
Create, manage groups and control participants
Bulk messaging and marketing campaign management
CRUD operations, labels, and organization
Device management, team members, and departments
Cloud-based MCP server with HTTP streaming. Just add the URL and start.
Automatic updates to the latest server version. No maintenance required.
API key authentication keeps your WhatsApp data safe and private.
Works with any MCP-compatible client. Claude, ChatGPT, Cursor, and more.