Back to MCP Servers
🔌

areweai/tsgram-mcp

MITAPI key required

TSgram: Telegram + Claude with local workspace access on your phone in typescript. Read, write, and vibe code on the go!

JavaScriptAI & LLMs

Install

npx -y tsgram-mcp

Required environment variables

TELEGRAM_BOT_TOKENSet in your MCP config
OPENROUTER_API_KEYSet in your MCP config
OPENAI_API_KEYSet in your MCP config

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "areweai-tsgram-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "tsgram-mcp"
      ],
      "env": {
        "TELEGRAM_BOT_TOKEN": "<YOUR_TELEGRAM_BOT_TOKEN>",
        "OPENROUTER_API_KEY": "<YOUR_OPENROUTER_API_KEY>",
        "OPENAI_API_KEY": "<YOUR_OPENAI_API_KEY>"
      }
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.