Odel
talktoplanb mcp

talktoplanb mcp

Local
@jmlee850623JavaScriptMITUpdated 4 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmtalktoplanb-mcpv1.0.1

Run

npx -y talktoplanb-mcp

MCP client config

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