How to Use the WhatsApp Business MCP in Claude Code
CLI automation for WhatsApp Business: Run unattended messaging tasks with Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect WhatsApp Business MCP to Claude Code
Create your Vinkius account to connect WhatsApp Business to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Scripting direct text messages.
Need a background task to notify users? Use `send_text_message` by providing the target E.164 phone number and the message body. Since this is headless, you can pipe this tool call directly into an SSH session or container script. It’s ideal for cron jobs that need reliable messaging without a GUI.
Automating profile checks.
Before sending anything, check who they are. The `get_business_profile` tool retrieves the full WhatsApp Business Profile associated with a phone number. You can run this in a pipeline to validate user details before proceeding. This gives your CI/CD job necessary pre-flight data checks.
Sending structured message blocks.
For automated onboarding flows, you need more than text. Use `send_quick_reply_buttons` to send a message block with up to three actionable buttons. This is essential for scripted menus in WhatsApp Business. The MCP Server allows this complex interaction via simple CLI commands.
Set up WhatsApp Business MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seewhatsapp-business-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest WhatsApp Business transactions." It will automatically discover and invoke the available WhatsApp Business tools.
claude mcp add --transport http whatsapp-business-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about WhatsApp Business MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the WhatsApp Business MCP today
We host it, we monitor it, we maintain it. You just paste one token.