{
"mcpServers": {
"hjlabs-in-whatsapp-mcp-server": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
MIT. View license →
Is it maintained?
Last commit 80 days ago.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Persistent memory using a knowledge graph
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
Pre-build reality check. Scans GitHub, HN, npm, PyPI, Product Hunt — returns 0-100 signal.
Monitor browser logs directly from Cursor and other MCP compatible IDEs.
MCP Security Weekly
Get CVE alerts and security updates for HjLabs.In Whatsapp Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
The most powerful open-source WhatsApp integration for Claude AI and other MCP-compatible assistants.
Search conversations • Send messages • Share media • React to messages • All through natural language.
Quick Start · Features · Documentation · FAQ
Example: Using Claude to interact with WhatsApp contacts naturally
| Problem | Solution | |---------|----------| | 🔒 Privacy concerns with cloud-based WhatsApp APIs | All data stored locally in SQLite — nothing leaves your machine unless you ask | | 🤖 No AI integration with WhatsApp | Direct Claude AI integration via Model Context Protocol | | 💰 Expensive third-party WhatsApp APIs | 100% free and open-source, connects to your personal account | | 🔧 Complex setup for WhatsApp automation | Simple 3-step installation — clone, run, connect |
[!NOTE] This connects to your personal WhatsApp account via the official WhatsApp Web protocol. Your messages are stored locally and only sent to Claude when you explicitly request it through MCP tools.
📱 Messaging
|
📎 Media Support
|
🔍 Smart Search
|
🔐 Privacy & Security
|
Get up and running in under 5 minutes:
# 1. Clone the repository
git clone https://github.com/hemangjoshi37a/hjLabs.in-whatsapp-mcp-server.git
cd hjLabs.in-whatsapp-mcp-server
# 2. Start the WhatsApp bridge (scan QR code with your phone)
cd whatsapp-bridge && go run main.go
# 3. Configure Claude Desktop (see Installation section below)
| Requirement | Version | Purpose | |-------------|---------|---------| | Go | 1.21+ | WhatsApp bridge runtime | | Python | 3.11+ | MCP server runtime | | UV | Latest | Python package manager | | Claude Desktop | Latest | Or Cursor IDE | | FFmpeg | Optional | Audio format conversion |
# macOS / Linux
curl -LsSf https://astral.sh/uv/install.sh | sh
# Windows (PowerShell)
... [View full README on GitHub](https://github.com/hemangjoshi37a/hjLabs.in-whatsapp-mcp-server#readme)