mcpbeat Sign in

WhatsApp Chat Reader (Unofficial) MCP Server

by nabheetcloud Your server? Claim it
local only

WhatsApp Chat Reader (Unofficial) runs on your own machine — the client starts it, so there is no endpoint to ping. 48 installs a week from pypi. Last commit 5 Jul 2026.

Unofficial read-only MCP server for your local WhatsApp chat history (stays on your machine).

Installs per day peak 18 · avg 9 · -29% w/w
a month agotoday
48
Installs / week
pypi · wa-chat-reader
0
Stars
0 open issues
5 Jul 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check WhatsApp Chat Reader (Unofficial) every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add wa-chat-reader -- uvx wa-chat-reader
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "wa-chat-reader": {
      "args": [
        "wa-chat-reader"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.wa-chat-reader]
command = "uvx"
args = ["wa-chat-reader"]
.cursor/mcp.json
{
  "mcpServers": {
    "wa-chat-reader": {
      "args": [
        "wa-chat-reader"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "wa-chat-reader": {
      "args": [
        "wa-chat-reader"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: WHATSAPP_DB_PATHS (Semicolon-separated paths to ChatStorage.sqlite. If unset, a platform default is used.), WHATSAPP_BACKUP_PATHS (Semicolon-separated fallback database paths, tried after the primary paths.), WHATSAPP_MAX_DAYS (Maximum look-back window in days a caller may request.), WHATSAPP_DEBUG (Set to 'true' for verbose logging to stderr.), WHATSAPP_LOG_FILE (Optional path to also write logs to a file.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to WhatsApp Chat Reader (Unofficial)

same job, measured the same way
chatmux
by echoedinvoker

Local-first MCP server for your own LINE and Telegram chats. Data stays on your machine.

local only
Chatroost — unofficial Telegram MCP server
by mcp-telegram

Unofficial Telegram MCP server — read, search, reply and react in your own Telegram account.

1 231 installs/wk answering
Whatsapp Macos
by kalki-kgp

WhatsApp MCP for macOS - Read messages from local DB, send via WhatsApp Web.

98 installs/wk local only
mail-index
by unsoldgroup

Local-first, read-only MCP server for recall over your Gmail: search, contacts, threads, digests.

55 installs/wk local only
mail-index
by alunsoldantarctica

Local-first, read-only MCP server for recall over your Gmail: search, contacts, threads, digests.

local only
MCP Slack
by crunchtools

Secure read-only MCP server for Slack workspaces

209 installs/wk local only
Talktoplanb MCP
by jmlee850623

MCP server for TalkToPlanB: list rooms, read & send messages (WhatsApp alternative).

34 installs/wk local only
Whatsapp MCP
by meharajm

WhatsApp MCP Server - Human-in-the-loop for AI agents via WhatsApp

68 installs/wk local only

WhatsApp Chat Reader (Unofficial) — questions

Answers built from our own checks of this server.

Why is there no uptime for WhatsApp Chat Reader (Unofficial)?
WhatsApp Chat Reader (Unofficial) runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package wa-chat-reader was installed 48 times last week.
How do I connect WhatsApp Chat Reader (Unofficial)?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls wa-chat-reader straight from pypi; nothing to host, nothing to sign up for.
How many people use WhatsApp Chat Reader (Unofficial)?
The pypi package wa-chat-reader was installed 48 times in the last week. Week over week that is -29%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is WhatsApp Chat Reader (Unofficial) open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.