a 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.
Server Config
{
"mcpServers": {
"trackingtime": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.trackingtime.co/mcp"
]
}
}
}