MCP Directory
Back

tsgram-mcp

by areweai · JavaScript · ★ 93

TSGram - Telegram MCP Server for local Claude Code integration - debug and vibe code on the go!

Install

npx -y github:areweai/tsgram-mcp

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "tsgram-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "github:areweai/tsgram-mcp"
      ]
    }
  }
}

From the README

**Get Claude Code in your local project talking to Telegram in 3 minutes!** TSGram MCP connects Claude Code sessions to Telegram using TS/Node/Docker/cli-utils, enabling AI-powered code assistance directly in your Telegram chats. Ask questions about your codebase, get AI insights, and even edit files - all from Telegram on your phone! - Local Docker container runs the Telegram webhook server - TSGram MCP server runs locally - Your Claude Code or Claude Desktop runs locally and adds MCP locally - Create and delete bots in-app through Telegram, access limited to your telegram user id - Modern…
Read full README on GitHub →

Related developer tools servers