Calendar MCP Bridge

Single-user MCP server that lets Claude create Google Calendar events with custom reminders, recurrence, and Google Tasks — capabilities Claude's built-in connector doesn't expose.

Google account
Not connected
Sign in once. Your refresh token is stored server-side and used for all MCP calls.
MCP endpoint for Claude
Add this to Claude Desktop's MCP config. Replace YOUR_MCP_SECRET with the value you set in Lovable Cloud secrets.
Endpoint URL
/api/mcp
Claude Desktop config snippet
{
  "mcpServers": {
    "google-calendar-bridge": {
      "url": "/api/mcp",
      "transport": "http",
      "headers": {
        "Authorization": "Bearer YOUR_MCP_SECRET"
      }
    }
  }
}
Recent MCP activity
Last 50 tool calls Claude made through the bridge.

No activity yet. Connect Claude and ask it to run a tool.

Limitations

Google Tasks due dates are date-only. If you need a specific time, ask Claude to create a calendar event instead.

Single-user. Anyone with your MCP_SECRET can drive your calendar — keep it secret.