WHATSAPP-MCP-CLIENT
Verified Safeby Harikrishnan46624
Overview
Orchestrate an AI agent to send WhatsApp messages by connecting to a Multi-Cloud Platform (MCP) server.
Installation
python Client.pyEnvironment Variables
- MCP_API_TOKEN
- PHONE_NUMBER_ID
- WABATOKEN
- OPENAI_API_KEY
Security Notes
No hardcoded secrets, 'eval' usage, or obfuscation. Sensitive credentials (WhatsApp API token, MCP API token) are loaded from environment variables and sent as headers to a local (default) or specified MCP server. The agent utilizes an external OpenAI model ('gpt-4o-mini'), implying data transfer to OpenAI for processing. The overall security relies on a trusted local MCP server and secure configuration of external APIs.
Similar Servers
line-bot-mcp-server
Integrates AI agents with LINE Messaging API for automated communication and management of LINE Official Accounts.
whatsapp-mcp-ts
Connects a personal WhatsApp account to an AI agent, enabling the agent to search messages and contacts, list chats, retrieve message history, and send messages via WhatsApp.
mcp
Build conversational AI agents capable of interacting with the Infobip platform for omnichannel communication (SMS, WhatsApp, Viber, etc.) using the Model Context Protocol (MCP).
mcp-notify
A Model Context Protocol (MCP) server designed to send messages and notifications across various platforms like WeWork, DingTalk, Telegram, Lark, Home Assistant, Bark, Ntfy, and PushPlus.