Skip to content
Grok

skylight mcp for Grok

io.github.chrischall/skylight-mcp

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

client:Grok transport:stdio runtime:npm

Install skylight mcp in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "skylight-mcp": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

skylight mcp in other clients