Catalog
io.github.squidcode/timebook
Officialby squidcode · TypeScript
Timebook
Track time on usetimebook.com - start/stop timers, log entries, list projects/clients.
Time tracking on usetimebook.com - start/stop timers, log entries, manage projects.
Could not list tools - the server may require authentication or be unreachable.
README not available yet.
Install
Configuration
Environment variables
TIMEBOOK_API_URLOverride the Timebook API base URL. Defaults to https://usetimebook.com.
TIMEBOOK_WEB_URLOverride the Timebook web URL used during `timebook login`. Defaults to https://usetimebook.com.
claude_desktop_config.json
{
"mcpServers": {
"timebook": {
"command": "npx",
"args": [
"-y",
"@squidcode/timebook@0.6.0"
],
"env": {
"TIMEBOOK_API_URL": "<YOUR_TIMEBOOK_API_URL>",
"TIMEBOOK_WEB_URL": "<YOUR_TIMEBOOK_WEB_URL>"
}
}
}
}