Skip to content
Grok

TaskTime Pro for Grok

pro.tasktime/agent-bridge

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

client:Grok transport:stdio runtime:npm

Install TaskTime Pro in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

TaskTime Pro in other clients