/ Directory / Playground / Telegram MCP (kfastov)
● Community kfastov ⚡ Instant

Telegram MCP (kfastov)

by kfastov · kfastov/telegram-mcp-server

Telegram user console + archiver MCP — query dialogs, history, contacts.

Telegram user console + archiver MCP — query dialogs, history, contacts.

Live Demo

What it looks like in practice

telegram-mcp-kfastov.replay ▶ ready
0/0

Install

Pick your client

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "telegram-mcp-kfastov": {
      "command": "npx",
      "args": [
        "-y",
        "telegram-mcp-kfastov"
      ]
    }
  }
}

Open Claude Desktop → Settings → Developer → Edit Config. Restart after saving.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "telegram-mcp-kfastov": {
      "command": "npx",
      "args": [
        "-y",
        "telegram-mcp-kfastov"
      ]
    }
  }
}

Cursor uses the same mcpServers schema as Claude Desktop. Project config wins over global.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "telegram-mcp-kfastov": {
      "command": "npx",
      "args": [
        "-y",
        "telegram-mcp-kfastov"
      ]
    }
  }
}

Click the MCP Servers icon in the Cline sidebar, then "Edit Configuration".

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "telegram-mcp-kfastov": {
      "command": "npx",
      "args": [
        "-y",
        "telegram-mcp-kfastov"
      ]
    }
  }
}

Same shape as Claude Desktop. Restart Windsurf to pick up changes.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "telegram-mcp-kfastov",
      "command": "npx",
      "args": [
        "-y",
        "telegram-mcp-kfastov"
      ]
    }
  ]
}

Continue uses an array of server objects rather than a map.

~/.config/zed/settings.json
{
  "context_servers": {
    "telegram-mcp-kfastov": {
      "command": {
        "path": "npx",
        "args": [
          "-y",
          "telegram-mcp-kfastov"
        ]
      }
    }
  }
}

Add to context_servers. Zed hot-reloads on save.

claude mcp add telegram-mcp-kfastov -- npx -y telegram-mcp-kfastov

One-liner. Verify with claude mcp list. Remove with claude mcp remove.

Use Cases

Real-world ways to use Telegram MCP (kfastov)

Get started with Telegram MCP (kfastov)

When to use: When you want to bring Telegram MCP (kfastov) into your Claude workflow.

Flow
  1. Install the MCP server in your client (see Install tab).
  2. Authenticate or configure required tokens.
  3. Ask Claude to use the new tools.
    Use Telegram MCP (kfastov) to help me with a task.✓ Copied

Outcome: Claude can interact with Telegram MCP (kfastov) directly from your IDE.

More

Resources

📖 Read the official README on GitHub

🐙 Browse open issues

🔍 Browse all 400+ MCP servers and Skills