Drive the Cursor agent from Telegram, Discord, or GitHub — with images and voice notes.
claude mcp add cursor-chat-bridge -- npx -y cursor-telegram-chat
claude_desktop_config.json
{
"mcpServers": {
"cursor-chat-bridge": {
"command": "npx",
"args": [
"-y",
"cursor-telegram-chat"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"cursor-chat-bridge": {
"command": "npx",
"args": [
"-y",
"cursor-telegram-chat"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"cursor-chat-bridge": {
"command": "npx",
"args": [
"-y",
"cursor-telegram-chat"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"cursor-chat-bridge": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"cursor-telegram-chat"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"cursor-chat-bridge": {
"command": "npx",
"args": [
"-y",
"cursor-telegram-chat"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.udah1--cursor-chat-bridge/reviews or the review_server meta-tool.
POST /mcp