Back to Apps

MCP Bridge Go
by jangtrinh
Bridges AI coding tools via macOS AppleScript, allowing MCP clients to trigger actions in Electron-based IDEs.
0 stars
Works in:Gemini CLI
Exposes:Tools
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
Choose your AI client and follow the steps below.
Gemini CLI
settings.json mcpServers entry with command /path/to/mcp-bridgeClaude Desktop
{"mcpServers": {"mcp-bridge": {"command": "/path/to/mcp-bridge", "env": {"MCP_BRIDGE_APP": "Cursor", "MCP_BRIDGE_WORKSPACE": "/path/to/project"}}}}





