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).
Run
npx -y telegram-slack-mcp
MCP client config
{
"mcpServers": {
"telegram-slack-mcp": {
"command": "npx",
"args": [
"-y",
"telegram-slack-mcp"
]
}
}
}Run
uvx telegram-slack-mcp
MCP client config
{
"mcpServers": {
"telegram-slack-mcp": {
"command": "uvx",
"args": [
"telegram-slack-mcp"
]
}
}
}