Skip to content
Cursor

calendar bridge for Cursor

io.github.isaiahdupree/calendar-bridge

Connects ChatGPT to your Apple Calendar via a local Mac agent + Vercel relay

client:Cursor transport:streamable-http

Install calendar bridge in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "calendar-bridge": {
      "url": "https://calendarbridge.vercel.app/mcp"
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

calendar bridge in other clients