Interactive Telegram Confirmation & Notifier MCP server for Claude Code and Cursor with On-Demand Polling and skills
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"claude-telegram-inte": {
"command": "npx",
"args": [
"-y",
"makarworld/claude-telegram-interactive-mcp"
]
}
}
}
Run in terminal:
claude mcp add claude-telegram-inte npx -y makarworld/claude-telegram-interactive-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"claude-telegram-inte": {
"command": "npx",
"args": [
"-y",
"makarworld/claude-telegram-interactive-mcp"
]
}
}
}