loading…
Search for a command to run...
loading…
Connects AI assistants to TrackingTime for querying time entries, projects, tasks, customers, and team data using natural language.
Connects AI assistants to TrackingTime for querying time entries, projects, tasks, customers, and team data using natural language.
The official Model Context Protocol (MCP) 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 to query your time tracking data in natural language.
This is a remote, read-only server. No local installation is required. You can connect your client using the following configurations (requires your TrackingTime API key).
{
"mcpServers": {
"trackingtime": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.trackingtime.co/mcp"]
}
}
}
The server exposes the following endpoints for different transport and monitoring needs:
Auth: Basic Auth (App Password)
Maintained by: The TrackingTime team
Support: [email protected]
Website: TrackingTime
Add this to claude_desktop_config.json and restart Claude Desktop.
{
"mcpServers": {
"trackingtime-mcp": {
"command": "npx",
"args": []
}
}
}