MCP Server
MCP
Timebook
Track time on usetimebook.com - start/stop timers, log entries, list projects/clients.
Install
npx -y @squidcode/[email protected]
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://usetimebook.com/mcp"
}
],
"packages": [
{
"registryType": "npm",
"identifier": "@squidcode/timebook",
"version": "0.6.0",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"value": "mcp",
"type": "positional"
}
],
"environmentVariables": [
{
"description": "Override the Timebook API base URL. Defaults to https://usetimebook.com.",
"format": "string",
"name": "TIMEBOOK_API_URL"
},
{
"description": "Override the Timebook web URL used during `timebook login`. Defaults to https://usetimebook.com.",
"format": "string",
"name": "TIMEBOOK_WEB_URL"
}
]
}
]
}
mcp
model-context-protocol
streamable-http
npm
By
Comments
Sign in to leave a comment