Skip to content
Windsurf

skylight mcp for Windsurf

io.github.chrischall/skylight-mcp

Skylight Calendar for Claude — family events, chores, and rewards.

client:Windsurf transport:stdio runtime:npm

Install skylight mcp in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "skylight-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "skylight-mcp"
      ],
      "env": {
        "SKYLIGHT_REFRESH_TOKEN": "<SKYLIGHT_REFRESH_TOKEN>",
        "SKYLIGHT_EMAIL": "<SKYLIGHT_EMAIL>",
        "SKYLIGHT_PASSWORD": "<SKYLIGHT_PASSWORD>",
        "SKYLIGHT_FRAME_ID": "<SKYLIGHT_FRAME_ID>",
        "SKYLIGHT_NAME": "<SKYLIGHT_NAME>",
        "SKYLIGHT_TOKEN_CACHE": "<SKYLIGHT_TOKEN_CACHE>",
        "SKYLIGHT_TOKEN_FILE": "<SKYLIGHT_TOKEN_FILE>",
        "SKYLIGHT_BASE_URL": "<SKYLIGHT_BASE_URL>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

skylight mcp in other clients