2 months ago
Official MCP server for TrackingTime, the time tracking and productivity platform. Query time entries by user or across your entire team, list projects, tasks, customers, and workspace members. Supports date filtering and pagination. Hosted via SSE — no install needed.
Server Config
{
"mcpServers": {
"trackingtime": {
"url": "https://mcp.trackingtime.co/sse",
"headers": {
"Authorization": "Bearer <YOUR_API_TOKEN>"
}
}
}
}