Cursor Chat Bridge MCP Server

Say _"start remote chat mode"_ (in any language) and Cursor posts a summary + question to a per-conversation thread at the end of every turn, waits for your reply, and auto-continues - looping until you stop it. Step away from the keyboard; keep shipping from your phone. It runs locally over stdio via the published package.

People connecting communication tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-07 · ★ 2 · #38 OF 99 MAINTAINED COMMUNICATION · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Cursor Chat Bridge

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add udah1-cursor-chat-bridge -- npx -y cursor-telegram-chat

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "udah1-cursor-chat-bridge": {
      "command": "npx",
      "args": [
        "-y",
        "cursor-telegram-chat"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

repo age created 2026-07-15 - young repo, little track record yet

license MIT - declared in the repository

npm package cursor-telegram-chat - unscoped; check the name against the project README before installing

registry namespace io.github.udah1 is GitHub-verified and matches the repo owner

03 · What Cursor Chat Bridge can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.1.21 · 2026-08-02

Patch release: a diagnostics fix on top of v0.1.20. · chat-bridge doctor reported a working adapter as broken · On a machine that intercepts TLS (corporate proxy, some endpoint-security agents), doctor printed…

v0.1.20 · 2026-08-02

Read receipts (acknowledgments) · Until now, a message you sent from your phone was silent until the agent finished a whole turn - you had no way to tell whether it had even arrived. The daemon now answers the moment a…

04 · Who maintains Cursor Chat Bridge

cursor-chat-bridge is maintained by udah1. We track 2 MCP servers from udah1 - 2 actively maintained, 8 combined GitHub stars, oldest repo from Jul 2026. Full record: all servers from udah1.

  1. hilan-mcp Pull Hilan (Hilanet / חילן, חילנט) payslips and Form 106 into any AI assistant. ★ 6

05 · Facts

category
communication - ranked #38 of 99 actively-maintained communication servers as of 2026-08-25.
release cadence
2 releases in the last 90 days (latest 2026-08-02)
registry
io.github.udah1/cursor-chat-bridge (active, first published 2026-08-06 · 2 versions)
packages
npm:cursor-telegram-chat

06 · Cursor Chat Bridge FAQ

What is Cursor Chat Bridge?

Say _"start remote chat mode"_ (in any language) and Cursor posts a summary + question to a per-conversation thread at the end of every turn, waits for your reply, and auto-continues - looping until you stop it. Step away from the keyboard; keep shipping from your phone. It runs locally over stdio via the published package.

Is Cursor Chat Bridge still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-07 and it shipped 2 releases in the last 90 days. We re-verify nightly.

How do I install Cursor Chat Bridge?

Run `npx -y cursor-telegram-chat`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does Cursor Chat Bridge run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Cursor Chat Bridge