ricochet-mcp
v0.2.1
Published
Control your AI coding agents from Telegram. MCP server for Cursor, Claude Code, Windsurf.
Maintainers
Readme
Ricochet MCP 🚀
Control your AI coding agents from Telegram
Ricochet bridges your IDE (Cursor, Claude Code, Windsurf, Antigravity) with Telegram. Get notifications, answer questions, and send commands — all from your phone.
✨ Features
- 📱 Get notified when your agent finishes a task
- 🎤 Send voice messages — Ricochet transcribes them using Whisper
- ✅ Approve dangerous commands (
rm -rf,git push) from your phone - 💬 Answer agent questions without touching your keyboard
📦 Installation
Claude Code (One Command!)
claude mcp add ricochet -- npx -y ricochet-mcpCursor
Add to ~/.cursor/mcp.json:
{
"mcpServers": {
"ricochet": {
"command": "npx",
"args": ["-y", "ricochet-mcp"],
"env": {
"TELEGRAM_BOT_TOKEN": "your_token_here"
}
}
}
}Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"ricochet": {
"command": "npx",
"args": ["-y", "ricochet-mcp"],
"env": {
"TELEGRAM_BOT_TOKEN": "your_token_here"
}
}
}
}🔑 Setup
- Open @BotFather in Telegram
- Send
/newbotand follow instructions - Copy your bot token
- Add to your MCP config (see above)
- Restart your IDE
- Send
/startto your bot!
🎤 Voice Control
Send a voice message in Telegram → Ricochet transcribes it → Your agent receives the command.
Requirements: FFmpeg (brew install ffmpeg)
📄 License
MIT © Igor Pryimak
