← Back to Plugins
MCP Server MCP

io.github.chrischall/skylight-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "skylight-mcp",
      "version": "0.6.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Skylight account email. Pair with SKYLIGHT_PASSWORD for direct login.",
          "format": "string",
          "name": "SKYLIGHT_EMAIL"
        },
        {
          "description": "Skylight account password — required iff SKYLIGHT_EMAIL is set.",
          "format": "string",
          "isSecret": true,
          "name": "SKYLIGHT_PASSWORD"
        },
        {
          "description": "Optional: pick a specific Skylight frame when the account has more than one.",
          "format": "string",
          "name": "SKYLIGHT_FRAME_ID"
        },
        {
          "description": "Friendly account name used in startup logs.",
          "format": "string",
          "name": "SKYLIGHT_NAME"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...