cursor chat bridge for Grok
io.github.udah1/cursor-chat-bridge
Drive the Cursor agent from Telegram, Discord, or GitHub — with images and voice notes.
client:Grok
transport:stdio
runtime:npm
Install cursor chat bridge in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"cursor-chat-bridge": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"cursor-telegram-chat"
],
"env": {
"BRIDGE_PLATFORM": "<BRIDGE_PLATFORM>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs