Skylight MCP
MCP server for Skylight Calendar - 111 tools across calendar events (read+write), shared lists (read+write), chores and rewards (read+write), task-box items (read+write), meals (read+write), AI auto-creation (meal-plan + activity-idea generators with draft review/approve), messages and albums (read+write), photo/video upload, and frame/device/account settings + calendar + member management (read+write, incl. preset…. Its 40 documented tools cover skylight, calendar, event, frame.
People connecting productivity tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.
VERIFIED ACTIVE
LAST COMMIT 2026-08-22 · ★ 2 · #46 OF 139 MAINTAINED PRODUCTIVITY · VERIFIED 2026-08-25
MIT · TypeScript servers · how we verify → /methodology
01 · Install Skylight MCP
before you install - you'll need
Set SKYLIGHT_EMAIL, SKYLIGHT_PASSWORD before connecting.
Claude Code
claude mcp add chrischall-skylight-mcp -- npx -y skylight-mcp Claude Desktop / Cursor / VS Code - add to config
{
"mcpServers": {
"chrischall-skylight-mcp": {
"command": "npx",
"args": [
"-y",
"skylight-mcp"
]
}
}
} Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.
Using another client? Same JSON, different key
Claude Desktop · mcpServers
Cursor · mcpServers
VS Code · servers
Windsurf · mcpServers
Zed · context_servers
Cline · mcpServers
Roo Code · mcpServers
Continue · mcpServers
LibreChat · mcpServers
Gemini CLI · mcpServers
Codex CLI · mcp_servers
Full setup guides: every client.
02 · Evidence
Security posture
What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.
runs as local process (stdio) - runs on your machine with your user's permissions
license MIT - declared in the repository
npm package skylight-mcp - unscoped; check the name against the project README before installing
registry namespace io.github.chrischall is GitHub-verified and matches the repo owner
03 · What Skylight MCP can do
Prose above is summarized from the project's README and registry record - no invented capabilities.
What you can build
With this server connected, an agent can list all frames on the account, get details for a specific frame, list members associated with a frame, and list physical devices linked to a frame.
The 40 tools it gives your agent
Extracted from the project's README - what skylight-mcp lets an agent do.
- skylight_list_frames
- - List all frames on the account
- skylight_get_frame
- - Get details for a specific frame
- skylight_list_frame_members
- - List members associated with a frame
- skylight_list_devices
- - List physical devices linked to a frame
- skylight_get_plus_access
- - Get Skylight Plus subscription / entitlement status
- skylight_get_reward_points
- - Get reward-point balances per family member
- skylight_get_household_config
- - Get household configuration for the frame
- skylight_list_calendars
- - List the frame's calendar accounts and active calendars
- skylight_get_event_notification_settings
- - Get the frame's calendar-event notification settings
- skylight_resolve_member
- - Resolve a family-member name to its category id
- skylight_get_calendar
- - Get one calendar account
- skylight_list_nudges
- - List nudges (reminders) in a date range
show all 40 tools
- skylight_update_frame
- - Update frame display/sleep settings
- skylight_rename_frame
- - Rename a frame
- skylight_update_profile
- - Update the frame profile (name, birthday)
- skylight_update_household_config
- - Update household configuration
- skylight_set_reminder_profile
- - Set the global reminder cadence (interval_weeks)
- skylight_add_webcal
- - Subscribe the frame to a webcal/ICS calendar URL
- skylight_update_calendar
- - Set which sub-calendars of a connected account are active
- skylight_delete_source_calendar
- - Remove a connected source calendar (incl. webcal subscriptions)
- skylight_set_default_calendar
- - Set the default source calendar for new events
- skylight_link_apple_calendar
- - Link an Apple/iCloud calendar using an app-specific password
- skylight_categorize_source_calendar
- - Attribute a source calendar's events to one or more family members
- skylight_create_source_calendar
- - Create a source calendar from raw provider attributes (advanced)
- skylight_invite_user
- - Invite a user to the frame by email
- skylight_approve_user
- - Approve a pending frame user
- skylight_remove_user
- - Remove a user from the frame
- skylight_delete_category
- - Delete a category / family member (optional reassign_to_category_id, inferred)
- skylight_update_family_member
- - Update a family member's profile - birthday, dietary preferences (the name is the category label; set via skylight_update_category)
- skylight_update_category
- - Update a category - rename/recolor, or convert a label into a family-member profile (linked_to_profile)
- skylight_create_category
- - Create a category / family member (optional linked_to_profile, avatar_id)
- skylight_list_avatars
- - List the preset avatar library (emoji/icon images)
- skylight_set_member_avatar
- - Set a family member's avatar to a custom photo (dry-run unless confirm:true)
- skylight_set_device_album
- - Set which photo album a device displays (inferred)
- skylight_rename_device
- - Rename a Skylight device
- skylight_list_events
- - List calendar events within a date range
- skylight_get_event
- - Get details for a specific event
- skylight_create_event
- - Create a new calendar event (optional category_ids assigns members)
- skylight_update_event
- - Update an existing calendar event (optional category_ids assigns members)
- skylight_delete_event
- - Delete a calendar event
Latest releases
v0.6.0 · 2026-08-10
0.6.0 (2026-08-10) · add skylight_list_meals to read the planned meal plan
v0.5.0 · 2026-08-09
0.5.0 (2026-08-09) · copy photos and messages to other frames (#98) (34f579f), closes #12 · find the CSRF token in any markup shape, and say why when it can't (#95) (dac3833), closes #96
v0.4.6 · 2026-07-19
0.4.6 (2026-07-19) · replace duplicated fleet policy with a pointer
04 · Who maintains Skylight MCP
skylight-mcp is maintained by chrischall. We track 62 MCP servers from chrischall - 61 actively maintained, 28 combined GitHub stars, oldest repo from Mar 2026. Full record: all servers from chrischall.
- ofw-mcp OurFamilyWizard co-parenting for Claude - messages, calendar, expenses, and journal ★ 6
- zola-mcp Zola wedding planning for Claude - vendors, budget, guests, seating, registry, and RSVPs ★ 3
- infinitecampus-mcp Infinite Campus (Campus Parent) for Claude - grades, attendance, assignments, messages ★ 2
- redfin-mcp Redfin real-estate for Claude - search, property details, market reports, saved homes ★ 3
- groupon-mcp Groupon deals for Claude - search and browse local, goods, and travel deals ★ 2
05 · Facts
- repository
- github.com/chrischall/skylight-mcp
- category
- productivity - ranked #46 of 139 actively-maintained productivity servers as of 2026-08-25.
- release cadence
- 10+ releases in the last 90 days (latest 2026-08-10)
- registry
- io.github.chrischall/skylight-mcp (active, first published 2026-05-30 · 12 versions)
- packages
- npm:skylight-mcp
06 · Skylight MCP FAQ
Is Skylight MCP still maintained?
Yes - as of 2026-08-25, its last commit was 2026-08-22 and it shipped 10+ releases in the last 90 days. We re-verify nightly.
What can Skylight MCP do?
With this server connected, an agent can list all frames on the account, get details for a specific frame, list members associated with a frame, and list physical devices linked to a frame.
How do I install Skylight MCP?
Run `npx -y skylight-mcp`. The README documents 2 environment variables (SKYLIGHT_EMAIL, SKYLIGHT_PASSWORD) to set first. Set SKYLIGHT_EMAIL, SKYLIGHT_PASSWORD before connecting. You can also paste the ready-made client config above.
Does Skylight MCP run locally?
Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.
07 · Alternatives to Skylight MCP
Alternatives to Skylight MCP
Maintained productivity servers if Skylight MCP isn't the fit.
- Reactive Resume Free open-source resume builder with remote MCP tools for resumes and job applications. ★ 41,676 · 2026-08-24
- Praison AI AI Agents Framework with Self Reflection and MCP support ★ 8,955 · 2026-08-24
- Kaneo Official MCP server for Kaneo: manage tasks, projects, and labels from Claude and other MCP clients ★ 8,508 · 2026-08-24
- Basic Memory Local-first knowledge management with bi-directional LLM sync via Markdown files. ★ 3,749 · 2026-08-24
- Mindwtr Task and project automation for local Mindwtr data, with read-only self-hosted Cloud access. ★ 1,742 · 2026-08-25
- Pm Claude Skills 1117 professional Agent Skills + workflow recipes - searchable & fetchable over MCP. ★ 1,308 · 2026-08-24
Pairs well with
Servers that cover what Skylight MCP doesn't - only shown when the pairing reason fits the companion.
More productivity MCP servers · LLM Bus · Fizzy · Jira Scoped · Server Trello · Focus Relay
More TypeScript MCP servers · Zola MCP · Hevy MCP Server · C64 Bridge · Proletariat CLI · Chrome DevTools MCP · see all