← Back to Plugins
MCP Server MCP

Timebook

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...