8 hours ago
A self-hosted, secure WhatsApp-alternative messenger. This MCP server lets AI assistants list chat rooms, read messages, and send messages via TalkToPlanB's developer API.
Overview
TalkToPlanB is a self-hosted, secure WhatsApp-alternative messenger (Android + web, data hosted in Malaysia). This MCP server wraps its developer REST API so AI assistants (e.g. Claude Desktop) can act inside your chats.
Install / run: npx talktoplanb-mcp Tools: whoami, list_rooms, read_messages, send_message Get an API key: https://talktoplanb.duckdns.org/portal Repo: https://github.com/JMLEE850623/talktoplanb-mcp
Server Config
{
"mcpServers": {
"talktoplanb": {
"command": "npx",
"args": [
"-y",
"talktoplanb-mcp"
],
"env": {
"TALKTOPLANB_API_KEY": "ttpb_your_key_here"
}
}
}
}