← Index

io.github.timesheetIO/timesheet-mcp

io.github.timesheetIO/timesheet-mcp·v1.0.5·Calendar & Time
Quality Score
80
/100

timesheet.io MCP server - manage timers, projects, tasks and reports

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "timesheet-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@timesheet/mcp"
      ],
      "env": {
        "TIMESHEET_API_TOKEN": "<your-timesheet_api_token>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "timesheet-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@timesheet/mcp"
      ],
      "env": {
        "TIMESHEET_API_TOKEN": "<your-timesheet_api_token>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @timesheet/mcp
§02  Environment variables
TIMESHEET_API_TOKEN
requiredsecret

Your timesheet.io API token

§03  MCP Quality Score  ·  methodology
freshness
20
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Calendar & Time