Back to Apps

Tintin
Supports UIby tintin-sh
Control Codex and other coding agents via Telegram or Slack with integrated Playwright MCP support.
0 stars
Works in:Codex
Exposes:ToolsResources
What it does
Tintin acts as a bridge and orchestrator that allows you to control advanced coding agents like Codex and Claude Code directly through Telegram or Slack. It transforms chat interfaces into a remote control for your development environment, enabling you to prompt agents, manage projects, and track progress from your favorite messaging app.
Tools
- Project Management: Add, stop, restart, and check status of coding projects via CLI or chat.
- Session Orchestration: Create and manage isolated agent sessions via
/codexor/cccommands. - Playwright Integration: Runs a Playwright MCP sidecar, allowing agents to drive a real browser and send screenshots back to the chat.
- Cloud Mode: Supports GitHub/GitLab OAuth for running actions without pre-registering local projects.
Installation
{
"mcpServers": {
"tintin": {
"command": "npm",
"args": ["-g", "@fuzzland/tintin", "start"]
}
}
}
Note: Requires running npm i -g @fuzzland/tintin first and configuring config.toml.
Supported hosts
- claude
- codex
Quick install
npm i -g @fuzzland/tintin && tintin startInformation
- Pricing
- free
- Published
- 7/13/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
Install via `npm i -g @fuzzland/tintin` and run `tintin start`.





