A WhatsApp bot that can participate in group conversations, powered by AI. The bot monitors group messages and responds when mentioned.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"wa-llm": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
AI-powered WhatsApp bot that joins any group, tracks conversations, and generates intelligent summaries.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in communication
Asynchronous coordination layer for AI coding agents: identities, inboxes, searchable threads, and advisory file leases over FastMCP + Git + SQLite
An MCP server that securely interfaces with your iMessage database via the Model Context Protocol (MCP), allowing LLMs to query and analyze iMessage conversations. It includes robust phone number validation, attachment processing, contact management, group chat handling, and full support for sending and receiving messages.
Email & SMS infrastructure for AI agents — send and receive real email and text messages programmatically
A Model Context Protocol (MCP) server for interacting with Microsoft 365 and Office services through the Graph API
MCP Security Weekly
Get CVE alerts and security updates for Wa_llm and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
AI-powered WhatsApp bot that joins any group, tracks conversations, and generates intelligent summaries.
pgvectorlocalhost:8000/docs)This project includes multiple Docker Compose files for different environments:
| File | Purpose | Usage |
|---|---|---|
docker-compose.yml | Default/Development. Builds the application from source code. | docker compose up -d |
docker-compose.prod.yml | Production. Uses pre-built images from GHCR. Recommended for deployment. | docker compose -f docker-compose.prod.yml up -d |
docker-compose.local-run.yml | Local Execution. For running the app on host while services run in Docker. | docker compose -f docker-compose.local-run.yml up -d |
docker-compose.base.yml | Base Configuration. Contains shared service definitions. | ❌ Do not use directly |
pgvector extensiongit clone https://github.com/YOUR_USER/wa_llm.git cd wa_llm
.env.example to .env and fill in required values.cp .env.example .env
| Variable | Description | Default |
|---|---|---|
WHATSAPP_HOST | WhatsApp Web API URL | http://localhost:3000 |
WHATSAPP_BASIC_AUTH_USER | WhatsApp API user | admin |
WHATSAPP_BASIC_AUTH_PASSWORD | WhatsApp API password | admin |
VOYAGE_API_KEY | Voyage AI key | – |
DB_URI | PostgreSQL URI | postgresql+asyncpg://user:password@localhost:5432/postgres |
LOG_LEVEL | Log level (DEBUG, INFO, ERROR) | INFO |
ANTHROPIC_API_KEY |