Model Context Protocol
Let your AI assistant keep the clock.
TaskBraid ships a remote MCP server, so Claude and other spec-compliant clients
can read your time and log it for you, using the same reads and writes the app
does, scoped to your account.
connect once
$ claude mcp add --transport http taskbraid \
https://app.taskbraid.com/mcp
Or add it as a custom connector in Claude Desktop. Either way you sign in the
normal way and approve the connection in the browser.
Then just ask
-
“What did I work on this week?”
-
“Start a timer on Cascade Health”
-
“Log 90 minutes to Meridian yesterday afternoon”
-
“Add a note to Northwind: cutover signed off”
Reads
list_tasksget_dayget_summaryget_running_timersget_settings
Writes
start_timerstop_timerlog_timeedit_time_blockset_notescreate_task
OAuth 2.1 with PKCE, scoped to you. Deleting tasks and changing your settings
are deliberately left out of the toolset.