How to Use the Everhour Time Tracking MCP in Claude Code
Pipe Everhour data into any script or cron job with Claude Code. Get project budget status or team hours right in your terminal.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Everhour Time Tracking MCP to Claude Code
Create your Vinkius account to connect Everhour Time Tracking 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.
Run Reports from Your Terminal
This is for anyone who lives in the command line. You can pull any data you need from Everhour without ever touching a web UI. It's fast and scriptable. For example, run `claude mcp call everhour list_team_time_records -- --date-range '2024-01-01/2024-01-31'` and pipe the JSON output directly to `jq` for filtering. You can build custom reports on the fly for any date range.
Add Budget Checks to Your CI/CD
Use this MCP server to put a financial guardrail on your projects. You can add a simple script to your build pipeline that checks project health before deploying. Your script just needs to call `list_projects_within_budget`. If the tool returns any projects that are over budget, you can have your script fail the build and send an alert to your team's chat. It's a simple way to enforce discipline.
Automate Daily Time Audits
Set up a simple cron job to run a `quick_time_tracking_audit` every morning at 9 AM. Claude Code executes the call and gives you the raw output to work with. You can pipe the summary to a script that formats it and sends it to you as an email or a chat message. You get a daily digest of project activity without having to log in to Everhour and run the report yourself.
Set up Everhour Time Tracking 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 seeeverhour-time-tracking-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Everhour Time Tracking transactions." It will automatically discover and invoke the available Everhour Time Tracking tools.
claude mcp add --transport http everhour-time-tracking-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 Everhour Time Tracking MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Everhour Time Tracking MCP today
We host it, we monitor it, we maintain it. You just paste one token.