io.github.bcldvd/dock-timelapse
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@io.github.bcldvd/dock-timelapsestart recording my Dock and make a timelapse"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Dock Timelapse
Your Dock tells the story of the tools you live in. Dock Timelapse records it quietly every day and turns its evolution into an Apple-style timelapse: apps springing in, others handing over their spot, a day counter ticking, all drawn over your own wallpaper.
Demo render with an invented nine-month history. The real output is 1920×1080 and 1080×1920 H.264 at 60 fps.
Replacements and arrivals, labelled next to the icon | End card with the story in numbers |
|
|
White background ( | Portrait — a vertical Dock with labels alongside |
|
How it works
Records — an hourly background agent reads the Dock's own preferences (the pinned apps, up to and including System Settings). On each day the Dock changes it saves a snapshot: the app list, every icon in high resolution, and the current wallpaper. Optionally it keeps a cropped Dock screenshot too.
Renders — the videos are redrawn from that data: a glass Dock over your blurred wallpaper, spring animations, change labels (
+ Linear,Cursor replaces Xcode), the date and day counter, and a progress bar scaled to real calendar time.Previews on day one —
previewinvents a plausible past that ends with your real Dock, so you can see your video right away.
Requirements: macOS and uv. ffmpeg comes bundled.
Related MCP server: Mac-Commander
Install
Command line
uv tool install dock-timelapse
dock-timelapse install # start recording (hourly agent, one snapshot per day of change)
dock-timelapse preview # see your video now, with an invented past
dock-timelapse render # later: the real timelapse → ~/Movies/Dock Timelapse/Claude Code
/plugin marketplace add bcldvd/dock-timelapse
/plugin install dock-timelapse@dock-timelapseThe plugin brings the skill and the MCP server. Then just ask: "start recording my Dock", "make a timelapse of my Dock", "which apps did I add since June?"
Codex, Cursor, Gemini CLI, Copilot and other agents
The skill follows the open Agent Skills format:
npx skills add bcldvd/dock-timelapse -yMCP server (Claude Desktop, Codex, Cursor, VS Code, …)
{
"mcpServers": {
"dock-timelapse": {
"command": "uvx",
"args": ["dock-timelapse", "mcp"]
}
}
}Codex (~/.codex/config.toml):
[mcp_servers.dock-timelapse]
command = "uvx"
args = ["dock-timelapse", "mcp"]Tools: dock_status, current_dock, dock_history, install_recording, uninstall_recording,
capture_now, render_timelapse, render_preview, render_frame.
Usage
dock-timelapse status # recording state + every snapshot and its changes
dock-timelapse render --format portrait # landscape | portrait | both (default)
dock-timelapse render --background white # wallpaper (default) | desktop (sharp) | white
dock-timelapse preview --demo # a generic demo Dock
dock-timelapse still --t 2 5.5 # single PNG frames
dock-timelapse install --screenshots # also keep Dock screenshots
dock-timelapse uninstall # stop recording, history staysScreenshots use the Screen Recording permission: install --screenshots prints the Python path to add in
System Settings → Privacy & Security → Screen & System Audio Recording. The videos only need the Dock data,
so this step is optional.
Data lives in ~/Library/Application Support/dock-timelapse/ (snapshots.json, icons, wallpapers, and
capture.log).
Development
uv sync
uv run pytestmodule | role |
| parse Dock prefs → ordered apps, up to System Settings |
| added / removed / replaced / moved between two Docks |
| snapshots on disk, one per day of change |
| one capture attempt; Dock visibility; the macOS calls |
| the launchd agent |
| pure animation model and geometry |
| Pillow frames → ffmpeg H.264 |
| invented histories for previews |
| MCP tools |
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Render HTML, Markdown, or URLs to images, PDF, or branded artifacts; extract and watch pages.
Generate designed, localized App Store screenshot sets from your raw app captures.
Generate, edit, and render videos via the Shotstack video editing API.
Track keyword positions over time: create trackers, check ranks, and pull history programmatically.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceProvides native macOS desktop automation for AI agents, enabling screen capture, mouse/keyboard control, window management, and iOS/Android simulator control in both foreground and background modes without focus stealing.3MIT
- FlicenseNot gradedqualityBmaintenanceA minimal macOS GUI-automation MCP server providing tools to see app state, perform actions, manage apps, send notifications, and run AppleScripts with security boundaries.-

PbScope MCP Serverofficial
AlicenseNot gradedqualityBmaintenanceMonitors macOS pasteboard activity, recording clipboard generations and exposing event history, declared UTIs, and flavor fetch/paste-test tools via an MCP server. Enables AI agents to diagnose clipboard-transfer issues across machines by comparing what each side saw.MIT- AlicenseNot gradedqualityBmaintenanceEnables AI agents to create and manage macOS screen recordings through a semantic demo plan, including permission checks, source listing, and durable recording jobs.7 npmApache 2.0


