Skip to content
Gemini CLI

shortcuts bridge for Gemini CLI

io.github.isaiahdupree/shortcuts-bridge

MCP connector that lets ChatGPT list, search, and run your Apple Shortcuts via a local Mac agent

client:Gemini CLI transport:streamable-http

Install shortcuts bridge in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "shortcuts-bridge": {
      "httpUrl": "https://shortcutsbridge.vercel.app/mcp"
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

shortcuts bridge in other clients