Catalog
Talktoplanb MCP
Officialby JMLEE850623 · JavaScript
MCP server for TalkToPlanB: list rooms, read & send messages (WhatsApp alternative).
List rooms, read and send messages on TalkToPlanB WhatsApp alternative platform.
README not available yet.
Install
Configuration
Environment variables
TALKTOPLANB_API_KEYrequiredsecretYour TalkToPlanB API key (ttpb_...), created in the developer portal
claude_desktop_config.json
{
"mcpServers": {
"talktoplanb-mcp": {
"command": "npx",
"args": [
"-y",
"talktoplanb-mcp@1.0.1"
],
"env": {
"TALKTOPLANB_API_KEY": "<YOUR_TALKTOPLANB_API_KEY>"
}
}
}
}