MCPWhatsApp
2
WhatsApp MCP Assistant is a client-server application designed to send and schedule WhatsApp messages. It uses Mistral's language model for interpreting user intents and Twilio for messaging. The system offers a CLI interface for ease of use.
mcp_server.py
The main server, responsible for parsing user intent and calling the Twilio API to send messages
mcp_client.py
Command line client for interacting with servers
config.py
Store API keys and configuration information