neonize-whatsapp-gateway
A WhatsApp capture and messaging layer that provides MCP tools for LLM agents to read messages, list chats, manage contacts, and send replies.
README
neonize-whatsapp-gateway
A small, reusable WhatsApp capture + messaging layer built on top of
neonize (Python wrapper around
whatsmeow).
Out of the box, neonize/whatsmeow does not give you an inbox: it
delivers messages using @lid (Linked-Device) JIDs and does not populate a
contacts table. This project fixes that with a thin capture + SQLite layer
and a set of MCP-compatible tools, so an LLM agent (Hermes, Claude, etc.)
can read your messages, list chats, manage contacts, and reply.
Features
- 📥 Inbox capture — every incoming/outgoing message is stored in a local
SQLite DB (
inbox.db), withfrom_me,media_type,pushname, timestamp. - ☎️ Readable contacts — LID JIDs are auto-resolved to real phone numbers
via
get_pn_from_lid, so your contact book is human-readable. - 💬 MCP-compatible stdio server (
neonize_gateway.py) exposing tools:whatsapp_send,whatsapp_send_image,whatsapp_send_file,whatsapp_get_messages,whatsapp_list_chats,whatsapp_get_contacts,whatsapp_add_contact,whatsapp_reply. - 🎙️ Voice notes transcription —
voice_handler.pydownloads incoming voice messages, decodes OGG/Opus → WAV with ffmpeg, and transcribes them with faster-whisper. The transcript is stored in the inbox (and optionally auto-replied as text). - 🔧 Fully configurable via environment variables — no hardcoded paths.
Why this exists
"Can you read my WhatsApp inbox? Why don't I have access to my contacts? Can you make the system read messages and reply to conversations?"
The stock library answers "no" to all three. This repo turns that into "yes".
Install
pip install neonize # ships prebuilt wheels with the Go backend
# or from this repo:
pip install -r requirements.txt
Platform note: the Go backend needs glibc. On Android/Termux run everything inside
proot-distro login ubuntu.
Pair your account (first time only)
python pairing.py
It prints an 8-character code. In WhatsApp go to Linked Devices → Link a device → Link with phone number and enter it. The session is saved in the DB and you never pair again.
Run
Capture only:
python capture_daemon.py
As an MCP server (stdio) — e.g. plug it into an LLM gateway:
python neonize_gateway.py
Environment variables
| Variable | Default | Meaning |
|---|---|---|
NEONIZE_DB |
./bot.db |
whatsmeow session DB |
DB_PATH |
(alias) | same as NEONIZE_DB |
INBOX_DB |
./inbox.db |
capture SQLite DB |
Example:
NEONIZE_DB=/secure/bot.db INBOX_DB=/secure/inbox.db python capture_daemon.py
MCP tools
| Tool | Description |
|---|---|
whatsapp_send |
Send a text message (phone or JID) |
whatsapp_send_image |
Send an image (local path or URL) |
whatsapp_send_file |
Send a document (local path or URL) |
whatsapp_get_messages |
Read last N captured messages (filter by chat/direction) |
whatsapp_list_chats |
List unique conversations |
whatsapp_get_contacts |
Read the contact book (local carnet + whatsmeow fallback) |
whatsapp_add_contact |
Manually register a contact (name → JID) |
whatsapp_reply |
Send a message into an existing conversation |
The MCP server speaks JSON-RPC 2.0 over stdio, so any MCP-compatible client can call these tools directly.
Reading the inbox directly (no MCP needed)
import sqlite3
c = sqlite3.connect("inbox.db")
for r in c.execute(
"SELECT chat, from_me, text, media_type, timestamp "
"FROM messages ORDER BY id DESC LIMIT 10"
):
print(r)
Voice notes (transcription)
voice_handler.py turns incoming WhatsApp voice messages into text:
# dependencies (mobile/CPU-friendly — no torch/CUDA)
pip install faster-whisper
# ffmpeg must be on PATH (or set FFMPEG_BIN to its absolute path)
apt-get install ffmpeg # Debian/Ubuntu
# on Termux/Android ffmpeg lives at /data/data/com.termux/files/usr/bin/ffmpeg
python voice_handler.py # capture + log transcripts
AUTO_REPLY=1 python voice_handler.py # also send the transcript back as a text reply
How it works: on a MessageEv with audioMessage, it calls
download_media_with_path, decodes the OGG/Opus blob to 16 kHz mono WAV with
ffmpeg, then runs faster_whisper.WhisperModel("base","cpu") and stores the
transcript in the inbox (media_type = "voice", text = "[voice] <transcript>").
The first run downloads the whisper model from HuggingFace (~140 MB for base).
Performance note: use
faster-whisper(CTranslate2, int8) rather thanopenai-whisperon phones — it avoids the ~800 MB torch/CUDA pull and is 5–10× faster on ARM CPUs.
Important caveats
- One client per DB. Only ONE neonize client may connect to the session
DB at a time. Do not run
capture_daemon.pyandneonize_gateway.pyagainst the sameNEONIZE_DBsimultaneously — the session will thrash. whatsmeow_contactsis empty by default. neonize does not force the WhatsApp contact app-state sync. This project builds its own contact book from captured messages + LID→PN resolution.MessageEvonly fires for received messages. Sending viasend_messagedoes not echo an event to the same client. To verify capture, message yourself or have a contact reply.- ToS. Automating WhatsApp may violate WhatsApp/Meta Terms of Service. Use for personal/experimental purposes at your own risk.
License
MIT — use freely, but respect WhatsApp's terms.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。