Tracking Time MCP
Query time entries, projects, tasks, and team productivity data from any AI assistant.
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
- Mcp Get Me: Get current user profile information. Call this first to establish account/user context before using other tools.
- Mcp Events List: Retrieves a list of events. Call mcp_get_me first to determine account context. To filter by a specific entity (e.g. Project), set 'filter' to the entity type (e.g. 'PROJECT') and pro
- Mcp Events Get: Get a single event by ID. Call mcp_get_me first to determine account context.
What data it sees
Do you need an account
No: the server works without sign-in
Query time entries, projects, tasks, and team productivity data from any AI assistant.
Server tool list (8)
Raw names from tools/list. Only developers need these.
| mcp_get_me | Get current user profile information. Call this first to establish account/user context before using other tools. |
| mcp_events_list | Retrieves a list of events. Call mcp_get_me first to determine account context. To filter by a specific entity (e.g. Project), set 'filter' to the entity type (e.g. 'PROJECT') and provide its 'id'. For global company stats, use filter='COMPANY' (no id required). |
| mcp_events_get | Get a single event by ID. Call mcp_get_me first to determine account context. |
| mcp_users_list | List users in the account. Call mcp_get_me first to determine account context. |
| mcp_projects_list | List projects. Call mcp_get_me first to determine account context. |
| mcp_tasks_list | List tasks. Call mcp_get_me first to determine account context. |
| mcp_customers_list | List customers. Call mcp_get_me first to determine account context. |
| mcp_services_list | List services. Call mcp_get_me first to determine account context. |