MCP Server
Active
MIT
io.github.udah1/cursor-chat-bridge MCP Server
io.github.udah1/cursor-chat-bridge
What is the io.github.udah1/cursor-chat-bridge MCP server?
Drive the Cursor agent from Telegram, Discord, or GitHub — with images and voice notes.
How to install io.github.udah1/cursor-chat-bridge
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
BRIDGE_PLATFORMWhich chat adapter to use: telegram | discord | github. Optional — defaults to activeAdapter in ~/.cursor/chat-bridge/config.json.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"cursor-chat-bridge": {
"command": "npx",
"args": [
"-y",
"cursor-telegram-chat"
],
"env": {
"BRIDGE_PLATFORM": "<YOUR_BRIDGE_PLATFORM>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"cursor-chat-bridge": {
"command": "npx",
"args": [
"-y",
"cursor-telegram-chat"
],
"env": {
"BRIDGE_PLATFORM": "<YOUR_BRIDGE_PLATFORM>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"cursor-chat-bridge": {
"command": "npx",
"args": [
"-y",
"cursor-telegram-chat"
],
"env": {
"BRIDGE_PLATFORM": "<YOUR_BRIDGE_PLATFORM>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"cursor-chat-bridge": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"cursor-telegram-chat"
],
"env": {
"BRIDGE_PLATFORM": "<YOUR_BRIDGE_PLATFORM>"
}
}
}
}Claude Code
claude mcp add cursor-chat-bridge --env BRIDGE_PLATFORM=<YOUR_BRIDGE_PLATFORM> -- npx -y cursor-telegram-chatRelated MCP servers
Pull Hilan (Hilanet / חילן, חילנט) payslips and Form 106 into any AI assistant.
6
View repository →TypeScript
MIT