πŸš€ WhatsApp Flows API MCP Server

by Ronnie-Leon76

322 downloads
Not rated
GitHub

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

- 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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name πŸš€ WhatsApp Flows API MCP Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. 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">

Docker
TypeScript
Redis
WhatsApp

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

No reviews yet β€” be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.