← Index

io.github.squidcode/timebook

io.github.squidcode/timebook·v0.2.1·Monitoring & Logs
Quality Score
85
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "timebook": {
      "command": "npx",
      "args": [
        "-y",
        "@squidcode/timebook"
      ],
      "env": {
        "TIMEBOOK_API_URL": "<timebook_api_url>",
        "TIMEBOOK_WEB_URL": "<timebook_web_url>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "timebook": {
      "command": "npx",
      "args": [
        "-y",
        "@squidcode/timebook"
      ],
      "env": {
        "TIMEBOOK_API_URL": "<timebook_api_url>",
        "TIMEBOOK_WEB_URL": "<timebook_web_url>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @squidcode/timebook
§02  Environment variables
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.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
5
§04  Alternatives in Monitoring & Logs