Trackingtime — Time Tracking Software Mcp Server

Created By
trackingtimea month ago
Official MCP server for TrackingTime (trackingtime.co). Query time entries, projects, tasks, customers, and team productivity data from Claude, Cursor, or any MCP-compatible AI client. Read-only. Works with SSE and HTTP transports.
Overview

TrackingTime MCP Server is the official Model Context Protocol server for TrackingTime, the time tracking software built for agencies, consultancies, and professional services teams.

Connect any MCP-compatible AI assistant — including Claude Desktop, Claude Code, Cursor, Windsurf, VS Code Copilot, and ChatGPT — to your TrackingTime workspace and query time tracking data in natural language.

What you can do

  • Query time entries: Ask about logged hours by user, project, task, or date range.
  • Retrieve projects and tasks: List active projects, explore task structures, and check project status.
  • Look up customers: Query customer records linked to your projects and time data.
  • Get user and team data: Identify team members and their workspace roles.
  • Run productivity queries: Ask about billable hours, time worked per person, or team workload — all from your AI chat interface.

Example prompts

  • "How many hours did the team log last week?"
  • "Show me all open tasks in the Website Redesign project."
  • "What's the total billable time logged for Acme Corp this month?"
  • "List all active projects and their assigned users."
  • "Who logged the most hours on the Mobile App project in Q1?"

About TrackingTime

TrackingTime is a time tracking software and project management platform designed for teams that bill by the hour or manage retainer contracts. It combines time tracking, timesheet management, project & task management, billable hours control, time off policies, approvals, and client reporting in one workspace.

Available on Web, Desktop (macOS and Windows), Mobile (iOS and Android), and as a browser extension for Chrome, Firefox, Safari, and Edge. Integrates with 60+ tools including Asana, Jira, ClickUp, Monday.com, Microsoft Teams, GitHub, Slack, and more.

Technical details

  • Endpoint: https://mcp.trackingtime.co/sse
  • Transport: Streamable HTTP
  • Auth: Basic Auth (App Password)
  • Maintained by: The TrackingTime team
  • Support: support@trackingtime.co
  • Website: trackingtime.co

Client configuration

For clients using mcp-remote:

{
  "mcpServers": {
    "trackingtime": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://mcp.trackingtime.co/sse"]
    }
  }
}

Server Config

{
  "mcpServers": {
    "trackingtime": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.trackingtime.co/mcp"
      ]
    }
  }
}
Project Info
Created At
a month ago
Updated At
a month ago
Author Name
trackingtime
Star
-
Language
-
License
-
Category

Recommend Servers

View All
//beforeyouship — LLM Cost Modeling From Your Editor
@Indiegoing

Query realistic LLM cost models without leaving your editor. beforeyouship models the **true monthly cost** of an LLM app architecture — retries, prompt caching, batch discounts, infra overhead, and 3×/10× growth — across GPT-5.x, Claude, Gemini, DeepSeek, and more. Not a token calculator: a planning tool for the design phase, before you commit to a stack. **No API key needed to try it** — demo mode covers the six free-tier models. A Pro key from [beforeyouship.dev](https://beforeyouship.dev) unlocks the full 18-model catalog. ## What you can ask - "How much will a RAG chatbot cost at 10,000 requests/day?" - "Compare Claude Haiku vs Gemini Flash pricing for my workload" - "What's the cheapest model for a multi-step agent at scale?" - "Show me current per-token prices for Anthropic models" ## Tools ### `estimate_cost` Full cost model for an architecture at a given usage level. Returns Naive / Realistic / Worst Case monthly cost per model, 3×/10× growth scenarios, and an opinionated recommendation with reasoning. ### `get_model_prices` Current per-1M-token pricing — input, output, cached input, batch — with context windows and staleness metadata. ### `list_archetypes` Seven preset architecture patterns (simple chatbot, chatbot with history, RAG pipeline, multi-model router, coding assistant, document processor, multi-step agent) used as starting points for estimates. ## Setup **Claude Code:** ​```bash claude mcp add --transport http beforeyouship https://beforeyouship.dev/api/mcp ​``` **Cursor / other clients** — add a remote server: ​```json { "mcpServers": { "beforeyouship": { "type": "streamable-http", "url": "https://beforeyouship.dev/api/mcp" } } } ​``` Add an `Authorization: Bearer bys_...` header with a Pro key for the full catalog. ## Try it > Estimate the monthly cost of a RAG pipeline at 10,000 requests/day

5 hours ago
Mnemom

6 hours ago