Odel
telegram slack mcp

telegram slack mcp

Local
@nileshpatil6TypeScriptMITUpdated 1w ago

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

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).

npmtelegram-slack-mcpv0.5.1

Run

npx -y telegram-slack-mcp

MCP client config

{
  "mcpServers": {
    "telegram-slack-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "telegram-slack-mcp"
      ]
    }
  }
}
PyPItelegram-slack-mcpv0.2.2

Run

uvx telegram-slack-mcp

MCP client config

{
  "mcpServers": {
    "telegram-slack-mcp": {
      "command": "uvx",
      "args": [
        "telegram-slack-mcp"
      ]
    }
  }
}