Skip to content
Zed

talktoplanb mcp for Zed

io.github.jmlee850623/talktoplanb-mcp

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

client:Zed transport:stdio runtime:npm

Install talktoplanb mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "talktoplanb-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "talktoplanb-mcp"
      ],
      "env": {
        "TALKTOPLANB_API_KEY": "<TALKTOPLANB_API_KEY>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

talktoplanb mcp in other clients