/ Annuaire / Playground / Telegram MCP (kfastov)
● Communauté kfastov ⚡ Instantané

Telegram MCP (kfastov)

par kfastov · kfastov/telegram-mcp-server

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

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

Démo en direct

Aperçu en pratique

telegram-mcp-kfastov.replay ▶ prêt
0/0

Installer

Choisissez votre 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"
      ]
    }
  }
}

Ouvrez Claude Desktop → Settings → Developer → Edit Config. Redémarrez après avoir enregistré.

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

Cursor utilise le même schéma mcpServers que Claude Desktop. La config projet l'emporte sur la globale.

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

Cliquez sur l'icône MCP Servers dans la barre latérale Cline, puis "Edit Configuration".

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

Même format que Claude Desktop. Redémarrez Windsurf pour appliquer.

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

Continue utilise un tableau d'objets serveur plutôt qu'une map.

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

Ajoutez dans context_servers. Zed recharge à chaud à la sauvegarde.

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

Une seule ligne. Vérifiez avec claude mcp list. Supprimez avec claude mcp remove.

Cas d'usage

Usages concrets : Telegram MCP (kfastov)

Get started with Telegram MCP (kfastov)

Quand l'utiliser : When you want to bring Telegram MCP (kfastov) into your Claude workflow.

Déroulement
  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.✓ Copié

Résultat : Claude can interact with Telegram MCP (kfastov) directly from your IDE.

Plus

Ressources

📖 Lire le README officiel sur GitHub

🐙 Voir les issues ouvertes

🔍 Parcourir les 400+ serveurs MCP et Skills