Back to MCP Servers
Tsgram
TSgram: Telegram + Claude with local workspace access on your phone in typescript. Read, write, and vibe code on the go!
communicationtypescriptgo
By areweai
Installation
npx -y tsgram-mcpConfiguration
{
"mcpServers": {
"tsgram-mcp": {
"command": "npx",
"args": ["-y", "tsgram-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes