PluginBench
MCP Server
Active
MIT

io.github.chrischall/skylight-mcp MCP Server

io.github.chrischall/skylight-mcp

What is the io.github.chrischall/skylight-mcp MCP server?

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

How to install io.github.chrischall/skylight-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • SKYLIGHT_EMAIL

    Skylight account email. Pair with SKYLIGHT_PASSWORD for direct login.

  • SKYLIGHT_PASSWORD
    secret

    Skylight account password — required iff SKYLIGHT_EMAIL is set.

  • SKYLIGHT_FRAME_ID

    Optional: pick a specific Skylight frame when the account has more than one.

  • SKYLIGHT_NAME

    Friendly account name used in startup logs.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "skylight-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "skylight-mcp"
      ],
      "env": {
        "SKYLIGHT_EMAIL": "<YOUR_SKYLIGHT_EMAIL>",
        "SKYLIGHT_PASSWORD": "<YOUR_SKYLIGHT_PASSWORD>",
        "SKYLIGHT_FRAME_ID": "<YOUR_SKYLIGHT_FRAME_ID>",
        "SKYLIGHT_NAME": "<YOUR_SKYLIGHT_NAME>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "skylight-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "skylight-mcp"
      ],
      "env": {
        "SKYLIGHT_EMAIL": "<YOUR_SKYLIGHT_EMAIL>",
        "SKYLIGHT_PASSWORD": "<YOUR_SKYLIGHT_PASSWORD>",
        "SKYLIGHT_FRAME_ID": "<YOUR_SKYLIGHT_FRAME_ID>",
        "SKYLIGHT_NAME": "<YOUR_SKYLIGHT_NAME>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "skylight-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "skylight-mcp"
      ],
      "env": {
        "SKYLIGHT_EMAIL": "<YOUR_SKYLIGHT_EMAIL>",
        "SKYLIGHT_PASSWORD": "<YOUR_SKYLIGHT_PASSWORD>",
        "SKYLIGHT_FRAME_ID": "<YOUR_SKYLIGHT_FRAME_ID>",
        "SKYLIGHT_NAME": "<YOUR_SKYLIGHT_NAME>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "skylight-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "skylight-mcp"
      ],
      "env": {
        "SKYLIGHT_EMAIL": "<YOUR_SKYLIGHT_EMAIL>",
        "SKYLIGHT_PASSWORD": "<YOUR_SKYLIGHT_PASSWORD>",
        "SKYLIGHT_FRAME_ID": "<YOUR_SKYLIGHT_FRAME_ID>",
        "SKYLIGHT_NAME": "<YOUR_SKYLIGHT_NAME>"
      }
    }
  }
}
Claude Code
claude mcp add skylight-mcp --env SKYLIGHT_EMAIL=<YOUR_SKYLIGHT_EMAIL> --env SKYLIGHT_PASSWORD=<YOUR_SKYLIGHT_PASSWORD> --env SKYLIGHT_FRAME_ID=<YOUR_SKYLIGHT_FRAME_ID> --env SKYLIGHT_NAME=<YOUR_SKYLIGHT_NAME> -- npx -y skylight-mcp

Related MCP servers

OurFamilyWizard co-parenting for Claude — messages, calendar, expenses, and journal

5
TypeScript
MIT
View repository →

Zola wedding planning for Claude — vendors, budget, guests, seating, registry, and RSVPs

3
TypeScript
MIT
View repository →

Redfin real-estate for Claude — search, property details, market reports, saved homes

2
TypeScript
MIT
View repository →

Google Sheets (and more) for Claude via gogcli — read, write, and manage spreadsheets

1
TypeScript
MIT
View repository →

Google Classroom via gogcli for Claude — courses, assignments, submissions, grading

1
TypeScript
MIT
View repository →

Extended Google Docs for Claude via gogcli — auth + full Docs and comments support

1
TypeScript
MIT
View repository →