/ Diretório / Playground / Telegram MCP (kfastov)
● Comunidade kfastov ⚡ Instantâneo

Telegram MCP (kfastov)

por kfastov · kfastov/telegram-mcp-server

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

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

Demo ao vivo

Como fica na prática

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

Instalar

Escolha seu cliente

~/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"
      ]
    }
  }
}

Abra Claude Desktop → Settings → Developer → Edit Config. Reinicie após salvar.

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

Cursor usa o mesmo esquema mcpServers que o Claude Desktop. Config de projeto vence a global.

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

Clique no ícone MCP Servers na barra lateral do Cline, depois "Edit Configuration".

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

Mesmo formato do Claude Desktop. Reinicie o Windsurf para aplicar.

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

O Continue usa um array de objetos de servidor em vez de um map.

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

Adicione em context_servers. Zed recarrega automaticamente ao salvar.

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

Uma linha só. Verifique com claude mcp list. Remova com claude mcp remove.

Casos de uso

Usos do mundo real: Telegram MCP (kfastov)

Get started with Telegram MCP (kfastov)

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

Fluxo
  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.✓ Copiado

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

Mais

Recursos

📖 Leia o README oficial no GitHub

🐙 Ver issues abertas

🔍 Ver todos os 400+ servidores MCP e Skills