Time Trakkr runs a Model Context Protocol (MCP) server, so you can point an AI client such as Claude, Claude Code, or Cursor directly at your workspace. From there you can ask about tracked time and budgets, log time, run timers, and draft invoices in plain language — all governed by your role, the same as everywhere else in the app. The connection is set up from the Integrations page, in the Connect your AI (MCP) card.
The card shows your Server URL, which is:
https://timetrakkr.com/api/mcp
Copy that URL; every client below needs it.
claude mcp add --transport http timetrakkr https://timetrakkr.com/api/mcp, then run /mcp to authenticate.When you sign in over OAuth, the consent screen lets you choose read-only or read/write access, so you decide up front whether the client may change anything.
There are two ways to authenticate, and they behave differently:
Bearer header, but over MCP they are read-only and belong to the organization rather than a person. Use one when you want a machine to read data without acting as any individual.Every call is scoped to your workspace and follows the same rules as the rest of Time Trakkr:
For working with the built-in assistant inside Time Trakkr rather than an outside client, see the AI assistant. For the plain REST API and webhooks, see the API and webhooks.
Updated 2026-07-20. Still stuck? Contact support or return to the Help Center.