The wa_llm MCP server provides a WhatsApp bot that monitors group messages and responds when mentioned. It exposes tools for automating group conversations and generating intelligent summaries. The server connects to WhatsApp via the Twilio API. Developers use it to build AI-powered chatbots for group communication and automate message handling.
The wa_llm MCP server provides a WhatsApp bot that monitors group messages and responds when mentioned. It exposes tools for automating group conversations and generating intelligent summaries. The server connects to WhatsApp via the Twilio API. Developers use it to build AI-powered chatbots for group communication and automate message handling.
pip install wa_llmAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"ilanbenb-wallm-github": {
"command": "uvx",
"args": [
"pip install wa_llm"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from wa_llm?"
API Key Required
This server requires an API key from wa_llm. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| WA_LLM_API_KEY | Yes | Your wa_llm API key |
"What resources are available in wa_llm?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in wa_llm"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in wa_llm with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.