HomeProductivity › Timebook

Timebook

Track time on usetimebook.com - start/stop timers, log entries, list projects/clients.

Official TypeScript CloudLocal macOSWindowsLinux Remote
★ 2 stars Last pushed 2026-06-08 License: MIT

Topics: Workplace & Productivity

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://usetimebook.com/mcp Requires auth (checked 2026-09-24)

Claude Code:

claude mcp add --transport http timebook-cli https://usetimebook.com/mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "timebook-cli": {
      "url": "https://usetimebook.com/mcp"
    }
  }
}

Package (npm 0.6.0)

npx -y @squidcode/timebook@0.6.0

Or add to your MCP client config:

{
  "mcpServers": {
    "timebook-cli": {
      "command": "npx",
      "args": [
        "-y",
        "@squidcode/timebook@0.6.0"
      ],
      "env": {
        "TIMEBOOK_API_URL": "<YOUR_VALUE>",
        "TIMEBOOK_WEB_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • TIMEBOOK_API_URL — Override the Timebook API base URL. Defaults to https://usetimebook.com.
  • TIMEBOOK_WEB_URL — Override the Timebook web URL used during `timebook login`. Defaults to https://usetimebook.com.

This server takes extra arguments — see its repository.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry