telegram-slack-mcp
Rank #13,943io.github.nileshpatil6/telegram-slack-mcp
Read and reply to your personal Telegram chats and all your Slack workspaces.
telegram-slack-mcp is a Model Context Protocol (MCP) server published by nileshpatil6. It ranks #13,943 of 132,046 servers tracked on MCP Toplist. telegram-slack-mcp is listed across 2 registries — Official MCP and Glama, with 4 tracked versions. It was first listed on Aug 23, 2026 and most recently updated on Aug 31, 2026.
Ranks ahead of 118,103 of 132,046 servers on MCP Toplist.
Use telegram-slack-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add telegram-slack-mcp -e "TELEGRAM_API_ID=<your TELEGRAM_API_ID>" -e "TELEGRAM_API_HASH=<your TELEGRAM_API_HASH>" -e "TELEGRAM_ALLOW_SEND=<your TELEGRAM_ALLOW_SEND>" -e "SLACK_USER_TOKENS=<your SLACK_USER_TOKENS>" -e "SLACK_ALLOW_SEND=<your SLACK_ALLOW_SEND>" -e "CHAT_MCP_DATA_DIR=<your CHAT_MCP_DATA_DIR>" -- npx -y telegram telegram-slack-mcpReplace each placeholder with your own value before saving.
claude mcp add telegram-slack-mcp -- uvx telegram-slack-mcp[mcp_servers.telegram-slack-mcp]
command = "npx"
args = ["-y", "telegram", "telegram-slack-mcp"]
[mcp_servers.telegram-slack-mcp.env]
TELEGRAM_API_ID = "<your TELEGRAM_API_ID>"
TELEGRAM_API_HASH = "<your TELEGRAM_API_HASH>"
TELEGRAM_ALLOW_SEND = "<your TELEGRAM_ALLOW_SEND>"
SLACK_USER_TOKENS = "<your SLACK_USER_TOKENS>"
SLACK_ALLOW_SEND = "<your SLACK_ALLOW_SEND>"
CHAT_MCP_DATA_DIR = "<your CHAT_MCP_DATA_DIR>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
[mcp_servers.telegram-slack-mcp]
command = "uvx"
args = ["telegram-slack-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"telegram-slack-mcp": {
"command": "npx",
"args": [
"-y",
"telegram",
"telegram-slack-mcp"
],
"env": {
"TELEGRAM_API_ID": "<your TELEGRAM_API_ID>",
"TELEGRAM_API_HASH": "<your TELEGRAM_API_HASH>",
"TELEGRAM_ALLOW_SEND": "<your TELEGRAM_ALLOW_SEND>",
"SLACK_USER_TOKENS": "<your SLACK_USER_TOKENS>",
"SLACK_ALLOW_SEND": "<your SLACK_ALLOW_SEND>",
"CHAT_MCP_DATA_DIR": "<your CHAT_MCP_DATA_DIR>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"telegram-slack-mcp": {
"command": "uvx",
"args": [
"telegram-slack-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"telegram-slack-mcp": {
"command": "npx",
"args": [
"-y",
"telegram",
"telegram-slack-mcp"
],
"env": {
"TELEGRAM_API_ID": "<your TELEGRAM_API_ID>",
"TELEGRAM_API_HASH": "<your TELEGRAM_API_HASH>",
"TELEGRAM_ALLOW_SEND": "<your TELEGRAM_ALLOW_SEND>",
"SLACK_USER_TOKENS": "<your SLACK_USER_TOKENS>",
"SLACK_ALLOW_SEND": "<your SLACK_ALLOW_SEND>",
"CHAT_MCP_DATA_DIR": "<your CHAT_MCP_DATA_DIR>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"telegram-slack-mcp": {
"command": "uvx",
"args": [
"telegram-slack-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"telegram-slack-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"telegram",
"telegram-slack-mcp"
],
"env": {
"TELEGRAM_API_ID": "<your TELEGRAM_API_ID>",
"TELEGRAM_API_HASH": "<your TELEGRAM_API_HASH>",
"TELEGRAM_ALLOW_SEND": "<your TELEGRAM_ALLOW_SEND>",
"SLACK_USER_TOKENS": "<your SLACK_USER_TOKENS>",
"SLACK_ALLOW_SEND": "<your SLACK_ALLOW_SEND>",
"CHAT_MCP_DATA_DIR": "<your CHAT_MCP_DATA_DIR>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"servers": {
"telegram-slack-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"telegram-slack-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"telegram-slack-mcp": {
"command": "npx",
"args": [
"-y",
"telegram",
"telegram-slack-mcp"
],
"env": {
"TELEGRAM_API_ID": "<your TELEGRAM_API_ID>",
"TELEGRAM_API_HASH": "<your TELEGRAM_API_HASH>",
"TELEGRAM_ALLOW_SEND": "<your TELEGRAM_ALLOW_SEND>",
"SLACK_USER_TOKENS": "<your SLACK_USER_TOKENS>",
"SLACK_ALLOW_SEND": "<your SLACK_ALLOW_SEND>",
"CHAT_MCP_DATA_DIR": "<your CHAT_MCP_DATA_DIR>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"telegram-slack-mcp": {
"command": "uvx",
"args": [
"telegram-slack-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"telegram-slack-mcp": {
"command": "npx",
"args": [
"-y",
"telegram",
"telegram-slack-mcp"
],
"env": {
"TELEGRAM_API_ID": "<your TELEGRAM_API_ID>",
"TELEGRAM_API_HASH": "<your TELEGRAM_API_HASH>",
"TELEGRAM_ALLOW_SEND": "<your TELEGRAM_ALLOW_SEND>",
"SLACK_USER_TOKENS": "<your SLACK_USER_TOKENS>",
"SLACK_ALLOW_SEND": "<your SLACK_ALLOW_SEND>",
"CHAT_MCP_DATA_DIR": "<your CHAT_MCP_DATA_DIR>"
}
}
}
}Replace each placeholder with your own value before saving.
{
"mcpServers": {
"telegram-slack-mcp": {
"command": "uvx",
"args": [
"telegram-slack-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.nileshpatil6%2Ftelegram-slack-mcp)<a href="https://mcptoplist.com/server/io.github.nileshpatil6%2Ftelegram-slack-mcp"><img src="https://mcptoplist.com/badge/io.github.nileshpatil6%2Ftelegram-slack-mcp.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
nileshpatil6
Available versions (4)
| Version | Published |
|---|---|
| 0.5.1 | Aug 31, 2026 |
| 0.4.0 | Aug 31, 2026 |
| 0.3.0 | Aug 24, 2026 |
| 0.2.2 | Aug 23, 2026 |
Frequently asked questions
- Who maintains telegram-slack-mcp?
- telegram-slack-mcp is maintained by nileshpatil6, which publishes 1 MCP server (4 total versions) tracked on MCP Toplist.
- Is telegram-slack-mcp listed on the Official MCP Registry?
- Yes — telegram-slack-mcp is listed on the Official MCP Registry, alongside Glama.
- How many versions does telegram-slack-mcp have?
- MCP Toplist tracks 4 versions of telegram-slack-mcp, most recently published on Aug 31, 2026.
- Where can I find the source code for telegram-slack-mcp?
- The source code for telegram-slack-mcp is hosted at github.com/nileshpatil6/telegram-slack-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.