π WhatsApp Flows API MCP Server
About
WhatsApp Flows MCP Server for business to automate survey creation and data collection through WhatsApp platform
Details
- Author
- Ronnie-Leon76
- Downloads
- 322
- Categories
- Communication
Jump to
- Complete Dockerized setup with Redis and background processing
- Modular ERP integration for Business Central, SAP, Oracle, and custom systems
- Asynchronous job processing for handling large customer lists
- Create and send interactive surveys via WhatsApp Business API
- Builtβin dashboards for job monitoring and Redis management
- Development support with hot reload and development containers
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
π WhatsApp Flows API MCP ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Clone the repository, copy .env.example to .env, and configure the required WhatsApp Business API credentials. Use make start for production mode or make start-dev for development with hot reload. The server runs in Docker with Redis and background workers. Access the job dashboard at http://localhost:3001 and Redis Commander at http://localhost:8081.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"\ud83d\ude80 whatsapp flows api mcp server": {
"whatsapp-flows-mcp-server": {
"command": "docker",
"args": [
"run",
"-d",
"-p",
"6379:6379",
"redis:7-alpine"
]
}
}
}
}
McpServers
{
"whatsapp-flows-mcp-server": {
"command": "docker",
"args": [
"run",
"-d",
"-p",
"6379:6379",
"redis:7-alpine"
]
}
}
π WhatsApp Flows API MCP Server
<div align="center">
A containerized Model Context Protocol (MCP) server for creating and managing WhatsApp surveys with ERP system integration
</div>
---
β¨ Features
- π³ Dockerized Architecture - Complete containerized setup with Redis and background processing
- π§ Modular ERP Integration - Support for Business Central, SAP, Oracle, and custom ERP systems
- β‘ Background Processing - Async job processing for handling large customer lists
- π± WhatsApp Flow Management - Create and send interactive surveys via WhatsApp Business API
- π Monitoring Tools - Built-in dashboards for job monitoring and Redis management
- π Development Support - Hot reload and development containers for rapid iteration
---
π Quick Start
Prerequisites
Before you begin, ensure you have:
- β
Docker and Docker Compose installed
- β
WhatsApp Business API credentials
- β
Environment variables configured
1οΈβ£ Clone and Configure
```bash
git clone https://github.com/Ronnie-Leon76/whatsapp-flows-mcp-server.git
cd whatsapp-flows-mcp-server
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



