
MCP Bridge Go
by jangtrinh
Bridges AI coding tools via macOS AppleScript, allowing MCP clients to trigger actions in Electron-based IDEs.
What it does
MCP Bridge Go acts as a middleman between an MCP client (like Gemini CLI) and a target macOS application (like Cursor, Windsurf, or Antigravity). It uses AppleScript to automate the UI, pasting prompts into the IDE and polling git status to detect when the AI has finished writing code.
Tools
send_to_app: Sends a prompt to the target IDE and monitors the workspace for changes using a stability check.check_workspace_changes: Returns the current git status and diff of the monitored workspace without sending a new prompt.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-bridge": {
"command": "/path/to/mcp-bridge",
"env": {
"MCP_BRIDGE_APP": "Cursor",
"MCP_BRIDGE_WORKSPACE": "/path/to/your/project"
}
}
}
}
Supported hosts
- claude
- gemini-cli
Quick install
make buildInformation
- Pricing
- free
- Published
- 4/22/2026
- stars






