MCP.so
Sign In
T

TalkToPlanB

@JMLEE850623

About TalkToPlanB

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.

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "talktoplanb": {
      "command": "npx",
      "args": [
        "-y",
        "talktoplanb-mcp"
      ],
      "env": {
        "TALKTOPLANB_API_KEY": "ttpb_your_key_here"
      }
    }
  }
}

Tools

4

Get information about the TalkToPlanB account that owns the current API key (user id, username, scopes).

List the TalkToPlanB chat rooms (group chats and direct messages) the account belongs to. Returns room ids you can use with read_messages and send_message.

Read recent messages in a TalkToPlanB room. Provide a roomId obtained from list_rooms.

Send a TalkToPlanB message. Provide text plus EITHER roomId (an existing room from list_rooms) OR toPhone (the recipient’s phone number, which finds or creates a direct message).

Overview

What is TalkToPlanB?

TalkToPlanB is a self-hosted, secure WhatsApp-alternative messenger (Android and 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.

How to use TalkToPlanB?

Install and run with npx talktoplanb-mcp. An API key from https://talktoplanb.duckdns.org/portal is required. The server provides tools like whoami, list_rooms, read_messages, and send_message.

Key features of TalkToPlanB

  • Wraps TalkToPlanB’s developer REST API for MCP
  • Tools: whoami, list_rooms, read_messages, send_message
  • AI assistants can act inside your chats
  • Self-hosted messenger with data in Malaysia
  • Supports Android and web clients

Use cases of TalkToPlanB

  • Automate message sending via AI assistant
  • Read chat history through natural language commands
  • List all chats or rooms using an AI agent
  • Check your own identity (whoami) in the messenger

FAQ from TalkToPlanB

How do I get an API key?

Obtain an API key from the portal at https://talktoplanb.duckdns.org/portal.

What tools does the server expose?

The server provides whoami, list_rooms, read_messages, and send_message.

Is TalkToPlanB self-hosted?

Yes, it is a self-hosted messenger. Data is hosted in Malaysia.

What platforms does the messenger support?

TalkToPlanB supports Android and web.

Frequently asked questions

How do I get an API key?

Obtain an API key from the portal at https://talktoplanb.duckdns.org/portal.

What tools does the server expose?

The server provides `whoami`, `list_rooms`, `read_messages`, and `send_message`.

Is TalkToPlanB self-hosted?

Yes, it is a self-hosted messenger. Data is hosted in Malaysia.

What platforms does the messenger support?

TalkToPlanB supports Android and web.

Comments

More Developer Tools MCP servers