TaskTime Pro MCP Server

TaskTime Pro is a free, open-source, local-first work manager for freelancers, covering tasks, timers, expenses, invoices, and reports. Core use requires no TaskTime account or cloud sync, works offline after the PWA is loaded or installed, and stores work records in the browser.

People who work with expenses, invoicing and local first and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-09-17 · ★ 3 · #51 OF 160 MAINTAINED PRODUCTIVITY · VERIFIED 2026-09-18

AGPL-3.0 · JavaScript servers · how we verify → /methodology

01 · Install TaskTime Pro

Claude Code

claude mcp add tasktimepro-tasktime -- npx -y @tasktimepro/agent-bridge

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "tasktimepro-tasktime": {
      "command": "npx",
      "args": [
        "-y",
        "@tasktimepro/agent-bridge"
      ]
    }
  }
}

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 AGPL-3.0 - declared in the repository

npm package @tasktimepro/agent-bridge - published under the repo owner's npm scope (@tasktimepro)

registry vendor namespace pro.tasktime - domain-verified with the official MCP registry

03 · What TaskTime Pro can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v1.6.1 · 2026-09-17

TaskTime Pro v1.6.1 refines phone layouts across Dashboard, Expenses, Projects, Planner, and the global timer. · Dashboard task and expense rows have clearer first lines and more useful phone actions; summary cards…

v1.6.0 · 2026-09-16

TaskTime Pro now runs at with the public website and documentation at The public site offers a temporary recovery notice for saved browser data at the old origin. · Optional Pro adds unlimited active clients…

v1.5.0 · 2026-08-28

TaskTime Pro now supports Google Drive and Dropbox with the same private, direct browser-to-provider sync, backups, lifecycle controls, and explicit provider-transfer flow. This release preserves existing Google Drive…

04 · Who maintains TaskTime Pro

TaskTime Pro is maintained by tasktimepro. It's the only MCP server we track from this author; the repo dates to Jul 2026.

05 · Facts

category
productivity - ranked #51 of 160 actively-maintained productivity servers as of 2026-09-18.
release cadence
10+ releases in the last 90 days (latest 2026-09-17)
registry
pro.tasktime/agent-bridge (active, first published 2026-07-07 · 9 versions)
packages
npm:@tasktimepro/agent-bridge

06 · TaskTime Pro FAQ

What is TaskTime Pro?

TaskTime Pro is a free, open-source, local-first work manager for freelancers, covering tasks, timers, expenses, invoices, and reports. Core use requires no TaskTime account or cloud sync, works offline after the PWA is loaded or installed, and stores work records in the browser.

Is TaskTime Pro still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-17 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install TaskTime Pro?

Run `npx -y @tasktimepro/agent-bridge`. You can also paste the ready-made client config above.

Does TaskTime Pro 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 TaskTime Pro