How to Use the TrackingTime MCP in Claude Code
Run production-grade tracking reports and manage resources using Claude Code's headless MCP Server.
Works with every AI agent you already use
…and any MCP-compatible client
Connect TrackingTime MCP to Claude Code
Create your Vinkius account to connect TrackingTime to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Batch Time Logging for Claude Code
When integrating time tracking into a pipeline, you need reliability. Use `list_time_entries` to pull all historical records into your script's memory. Then, if necessary, use `add_time_entry` programmatically via a cron job or GitHub Action run. This MCP Server ensures that data is available for automation. You don't need a GUI; you just send the commands and get structured JSON output back to pipe into your next step.
Project Setup in CI/CD Pipelines
If a new repository means a new project, you can automate setup. Run `create_project` at the start of a pipeline run. The resulting data structure is immediately available for subsequent steps that might need to check client lists using `list_customers`. This MCP Server makes your pipelines self-contained. It lets you manage both initial scope definition (`create_project`) and daily status checks (`list_projects`) without human intervention.
Resource Management via MCP Server
Managing team resources is crucial for billing. Use `list_workspace_users` to verify who has access before running a task. You can also check the current user context with `get_user_profile`. If you need to modify something, use `update_task`, passing necessary IDs and new parameters. Claude Code treats this MCP Server like any other API endpoint: reliable, scriptable, and ready for production deployment.
Set up TrackingTime MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seetrackingtime-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest TrackingTime transactions." It will automatically discover and invoke the available TrackingTime tools.
claude mcp add --transport http trackingtime-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about TrackingTime MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the TrackingTime MCP today
We host it, we monitor it, we maintain it. You just paste one token.