mcpbeat Sign in

Talktoplanb MCP Server

by jmlee850623 Your server? Claim it
local only

Talktoplanb MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 34 installs a week from npm. Last commit 7 Jun 2026.

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

Installs per day peak 24 · avg 8 · +2% w/w
a month agotoday
34
Installs / week
npm · talktoplanb-mcp
0
Stars
0 open issues
7 Jun 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Talktoplanb MCP 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 talktoplanb-mcp -- npx -y talktoplanb-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "talktoplanb-mcp": {
      "args": [
        "-y",
        "talktoplanb-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.talktoplanb-mcp]
command = "npx"
args = ["-y", "talktoplanb-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "talktoplanb-mcp": {
      "args": [
        "-y",
        "talktoplanb-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "talktoplanb-mcp": {
      "args": [
        "-y",
        "talktoplanb-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: TALKTOPLANB_API_KEY (Your TalkToPlanB API key (ttpb_...), created in the developer portal). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Talktoplanb MCP

same job, measured the same way
Whatsapp Macos
by kalki-kgp

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

98 installs/wk local only
MCP Whatsapp Cloud
by codespar

MCP server for WhatsApp Cloud API (Meta) — messages, media, and templates via Graph API

26 installs/wk local only
Slack
by pulsemcp

MCP server for Slack — read/write messages, manage threads, and react to messages.

884 installs/wk local only
MCP Z API
by codespar

MCP server for Z-API — WhatsApp messaging, contacts, media

24 installs/wk local only
Dialogbrain
by saloprj

Unified inbox MCP for WhatsApp, Telegram, Email, voice — read/send messages, search, AI agents.

answering
WhatsApp MCP Server
by nakulben

Manage WhatsApp Business templates and send messages via Meta Cloud API

57 installs/wk local only
MCP Zenvia
by codespar

MCP server for Zenvia — SMS, WhatsApp, RCS, Email, Voice, Facebook messaging, templates and reports

27 installs/wk local only
Kontato
by kontato

Give your AI agents a real WhatsApp number to send and receive messages.

9 tools answering

Talktoplanb MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Talktoplanb MCP?
Talktoplanb MCP 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 npm package talktoplanb-mcp was installed 34 times last week.
How do I connect Talktoplanb MCP?
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 talktoplanb-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Talktoplanb MCP?
The npm package talktoplanb-mcp was installed 34 times in the last week. Week over week that is +2%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Talktoplanb MCP open source?
Yes — it is published under the MIT licence, written in JavaScript 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.