Labsco
MCP SERVER

TimeCamp

by timecamp-org

Fill in your TimeCamp timesheet by describing the day instead of clicking through it.

ERP & Vertical Business Systems
Summary
A week of scribbled notes, turned into a filled timesheet.

The tools are shaped around the thing everyone puts off: paste the list of what you did, have each line matched to a real TimeCamp task, and write the entries in. Reading and editing what is already there means you can fix Tuesday rather than starting the week again.

What it is

A hosted server over the TimeCamp API that creates, reads, edits and deletes time entries, and lists the projects and tasks they attach to.

What you get
  • Time entries created with start time, end time, note and an optional task
  • Existing entries pulled back for any date range
  • The full list of TimeCamp projects and tasks, so entries land on the right one
  • An entry's time, note or task assignment updated in place
  • Entries deleted by ID
Requirements

A TimeCamp API token, sent as a bearer token. The hosted instance runs at my-mcp-server.timecamp-s-a.workers.dev; clients without remote-server support connect through mcp-remote. Running your own copy means pnpm and a Cloudflare Workers deploy.

Setup effort

One command plus a key — npx mcp-remote https://my-mcp-server.timecamp-s-a.workers.dev/sse --header "Authorization: Bearer <api_token>", then supply credentials