mcpbeat Sign in

Cursor Chat Bridge MCP Server

local only

Cursor Chat Bridge runs on your own machine — the client starts it, so there is no endpoint to ping. 51 installs a week from npm. Last commit 6 Aug 2026.

Drive the Cursor agent from Telegram, Discord, or GitHub — with images and voice notes.

Installs per day peak 1 458 · avg 126 · +75% w/w
a month agotoday
51
Installs / week
npm · cursor-telegram-chat
2
Stars
0 open issues
6 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 14 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

  const r = spawnSync(process.execPath, process.argv.slice(1), {
Sends data to a third-party sink src/adapters/telegram.ts:173
    return `https://api.telegram.org/bot${this.cfg.botToken}`;

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add cursor-chat-bridge -- npx -y cursor-telegram-chat
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "cursor-chat-bridge": {
      "args": [
        "-y",
        "cursor-telegram-chat"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.cursor-chat-bridge]
command = "npx"
args = ["-y", "cursor-telegram-chat"]
.cursor/mcp.json
{
  "mcpServers": {
    "cursor-chat-bridge": {
      "args": [
        "-y",
        "cursor-telegram-chat"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "cursor-chat-bridge": {
      "args": [
        "-y",
        "cursor-telegram-chat"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Cursor Chat Bridge

same job, measured the same way
dylog
by imjakezimmer32

Notes, files, GitHub, and Drive through one MCP connection.

answering
Recall
by imjakezimmer32

Notes, files, GitHub, and Drive through one MCP connection.

answering
TalkMill
by imjakezimmer32

Notes, files, GitHub, and Drive through one MCP connection.

answering
glim.sh
by glim

Give your agent live data from Twitter, Reddit, the web and GitHub. No API keys, no scraping stack.

14 tools answering
AI Tool Discovery Agent
by nirholas

AI agent discovers MCP servers from GitHub npm - analyzes APIs configs

local only
ContinueWith
by continuewith-ai

Install the ContinueWith AI handoff widget from coding agents (Cursor, Claude Code, Codex).

25 installs/wk local only
Hokmah
by davidangularme

AI Agent with Architectural Memory. Impact analysis (free), tests and code from the graph (pro).

5 tools answering
MCP Server Research Signals
by joepangallo

Scored trend intelligence from HN, Reddit, ArXiv, and GitHub.

26 installs/wk local only

Cursor Chat Bridge — questions

Answers built from our own checks of this server.

Why is there no uptime for Cursor Chat Bridge?
Cursor Chat Bridge runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package cursor-telegram-chat was installed 51 times last week.
How do I connect Cursor Chat Bridge?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls cursor-telegram-chat straight from npm; nothing to host, nothing to sign up for.
How many people use Cursor Chat Bridge?
The npm package cursor-telegram-chat was installed 51 times in the last week. Week over week that is +75%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Cursor Chat Bridge open source?
Yes — it is published under the MIT licence, written in TypeScript and 2 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.