Skip to content

telegram channel scraper mcp for Cursor

io.github.khadinakbaronline/telegram-channel-scraper-mcp

Scrape messages, extract leads from public Telegram channels. No login required.

client:Cursor transport:stdio runtime:npm

Install telegram channel scraper mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "telegram-channel-scraper-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "telegram-channel-scraper-mcp-server"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

telegram channel scraper mcp in other clients