Skip to content
VS Code

shortcuts bridge for VS Code

io.github.isaiahdupree/shortcuts-bridge

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

client:VS Code transport:streamable-http

Install shortcuts bridge in VS Code

.vscode/mcp.json

{
  "servers": {
    "shortcuts-bridge": {
      "type": "http",
      "url": "https://shortcutsbridge.vercel.app/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

shortcuts bridge in other clients