Skylight MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 425 installs a week from npm. Last commit 15 Sep 2026.
Skylight Calendar for Claude — family events, chores, and rewards.
Today is the operative word: we check Skylight MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add skylight-mcp -- npx -y skylight-mcp
{
"mcpServers": {
"skylight-mcp": {
"args": [
"-y",
"skylight-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.skylight-mcp]
command = "npx"
args = ["-y", "skylight-mcp"]
{
"mcpServers": {
"skylight-mcp": {
"args": [
"-y",
"skylight-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"skylight-mcp": {
"args": [
"-y",
"skylight-mcp"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
SKYLIGHT_REFRESH_TOKEN (An OAuth refresh token you already hold. Supply this and no password is needed — the login is skipped entirely.), SKYLIGHT_EMAIL (Skylight account email. Pair with SKYLIGHT_PASSWORD for direct login. Needed only if you are not supplying SKYLIGHT_REFRESH_TOKEN.), SKYLIGHT_PASSWORD (Skylight account password — required iff SKYLIGHT_EMAIL is set. Needed only if you are not supplying SKYLIGHT_REFRESH_TOKEN.), 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.), SKYLIGHT_TOKEN_CACHE (Set to false to disable the on-disk token cache and re-authenticate on every process start. Defaults to enabled.), SKYLIGHT_TOKEN_FILE (Absolute path for the token cache file. Defaults to $MCP_DATA_DIR/.skylight-mcp/tokens.json.), SKYLIGHT_BASE_URL (Override the API base (default https://app.ourskylight.com/api). The auth origin is derived from it, so pointing this elsewhere moves the login flow too — and the new host must be added to the registration’s egress allowlist, or every call is blocked.).
The author declared them in the registry entry; get the values from the project itself.
Family calendar, tasks, meals, lists & rewards hub for AI assistants.
OurFamilyWizard co-parenting for Claude — messages, calendar, expenses, and journal
SchoolPass for Claude — students, arrival/dismissal calendar, pickup changes, and school info
MCP server for Nylas — read email, calendars, events and contacts, and send email or create events.
MCP server for Cronofy — read calendars, events and free/busy, and create, update or delete events.
My Hot Lunchbox school lunch ordering for Claude — calendar, cart, orders, payments
Evite for Claude — list events, guest lists & RSVPs, RSVP, message guests, and create/edit events
MCP server for macOS Calendar.app — calendar and event management via AppleScript
Answers built from our own checks of this server.