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 connecting productivity tools to Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-19 · ★ 3 · #49 OF 139 MAINTAINED PRODUCTIVITY · VERIFIED 2026-08-25

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

repo age created 2026-07-07 - young repo, little track record yet

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.4.0 · 2026-07-22

v1.3.0 · 2026-07-17

v1.2.0 · 2026-07-15

Highlights · Cancel finalized unpaid invoices while retaining the invoice number and audit record. · Release only billable time, expenses, adjustments, and task cutoffs still owned by the canceled invoice. · Correct…

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 #49 of 139 actively-maintained productivity servers as of 2026-08-25.
release cadence
7 releases in the last 90 days (latest 2026-07-22)
registry
pro.tasktime/agent-bridge (active, first published 2026-07-07 · 7 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-08-25, its last commit was 2026-08-19 and it shipped 7 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