Skip to content
Windsurf

telegram slack mcp for Windsurf

io.github.nileshpatil6/telegram-slack-mcp

Read and reply to your personal Telegram chats and all your Slack workspaces.

client:Windsurf transport:stdio runtime:npm

Install telegram slack mcp in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "telegram-slack-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "telegram-slack-mcp"
      ],
      "env": {
        "TELEGRAM_API_ID": "<TELEGRAM_API_ID>",
        "TELEGRAM_API_HASH": "<TELEGRAM_API_HASH>",
        "TELEGRAM_ALLOW_SEND": "<TELEGRAM_ALLOW_SEND>",
        "SLACK_USER_TOKENS": "<SLACK_USER_TOKENS>",
        "SLACK_ALLOW_SEND": "<SLACK_ALLOW_SEND>",
        "CHAT_MCP_DATA_DIR": "<CHAT_MCP_DATA_DIR>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

telegram slack mcp in other clients