← Back to Plugins
MCP Server MCP

TaskTime Pro

github By github 👁 3 views ▲ 0 votes

First-party local TaskTime Pro tools for tasks, timers, expenses, invoices, reports, and planning.

Homepage Verified source GitHub

Install

npx -y @tasktimepro/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@tasktimepro/agent-bridge",
      "version": "1.0.0",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "value": "https://tasktime.pro",
          "type": "named",
          "name": "--app-url"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...