Daily (Mac time tracker) just added a web API, Zapier, and an MCP server — still the no-monitoring, prompt-based option in a field full of automatic trackers
https://preview.redd.it/ew4fgoklldfh1.jpg?width=1125&format=pjpg&auto=webp&s=8ebd8757a42bfd16dcaaafe2687478c33cdcdbb9TL;DR:
Daily tracks time by periodically asking what you're doing instead of watching your apps, which is a real fix for the "forgot to hit the timer" problem. Its June 2026 update adds a web API, Zapier integration, and MCP server, turning it into a two-way node with tools like Jira instead of a standalone timesheet. The MCP piece is aimed at technical users for now: API-key auth instead of OAuth means Claude and ChatGPT need a proxy to connect. DailyIf you bill clients by the hour, it might be time to reevaluate your workflow. Daily, a Mac time tracker from independent developer Niels Mouthaan, continuously supported since 2013, just got a substantial update: a web API, a Zapier integration, and an MCP server. Because it works via user polling and not background process monitoring, it's the go-to privacy-respecting choice in its category.Based on its review history, Daily enjoys broad support from tech professionals with ADHD and time blindness in particular, and plenty of neurotypical folks too. The human brain just isn't designed to do two things at once, despite all the hype about multitasking. Every timer-based tracker asks you to remember to press a button at the exact moment your attention shifts, which is precisely the moment you're least equipped to remember anything. You close a ticket, Slack pings you, someone walks in, and forty-five minutes evaporate into whatever bucket the timer was left running in. That's not a discipline problem. It's a design flaw.Daily skips that requirement entirely. It doesn't watch your apps, your browser tabs, or your open documents. It just interrupts you on a schedule, asks what you've been doing, and lets you pick from a list. That's a different model from RescueTime-style automatic trackers.Newest FeaturesDaily has quietly had most of its bones (scheduler, AppleScript, iCloud sync to a companion iOS app, CSV/JSON/Toggl-format export) for years. The submission-worthy update is the integrations release, published June 26, 2026, which adds three ways to get data in and out:A web API (
api.dailytimetracking.com) with endpoints for activities, summaries, and timesheets, authenticated by an API key you generate in preferences.A Zapier integration, with triggers for new/updated time entries and actions to add activities or pull a summary or timesheet -- no code required.An MCP server (
mcp.dailytimetracking.com), which the research note this post started from didn't even catch. This is the more interesting piece for this audience: it exposes tools like get_summary and get_timesheet, so an AI assistant or coding agent can answer "how many hours did I bill Client X in February" directly, or use your tracked hours as an input to a larger workflow.The MCP piece comes with a caveat, and Daily's own docs say so plainly: it authenticates with a custom API-Key header instead of OAuth. Locally run clients like Claude Code, Cursor, and Gemini CLI handle that natively, but Claude's remote connector and ChatGPT's developer mode currently can't call it without a proxy like MCP Beast. If you're expecting a one-click Claude Connector, that's not there yet, and Daily says whether it ships one depends on how much the MCP server gets used.The two-way workflow the developer pitched in his outreach (import Jira tickets as activities, then push logged hours back into Jira after the day is done) is a real automation, not a checkbox feature. Once you enable integrations in preferences, Daily syncs to its server every 15 minutes, at startup, at quit, and before sleep, and you control retention (default 90 days) from the same screen.Who Daily Is ForIf you're the kind of person who forgets to start a timer, or who resents having to remember to, and you don't want your Mac silently logging every…