How to Use the Everhour Time Tracking MCP in Cursor
Bring the Everhour Time Tracking MCP Server into Cursor. Give your AI coding agent real-time access to your project budgets and task lists.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Everhour Time Tracking MCP to Cursor
Create your Vinkius account to connect Everhour Time Tracking to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
An MCP Server for Billing Context
This MCP server connects your coding environment directly to your Everhour workspace. When you write internal dashboards or billing scripts in Cursor, the AI uses `list_billing_clients` to fetch your actual client roster. It writes code using real IDs, not fake placeholder data. The agent can also pull your exact account metadata. Cursor runs `get_everhour_user_metadata` to grab your profile info, letting the agent inject your specific user ID into the API calls it generates. It saves you from hunting down UUIDs in external documentation.
Build With Real Timesheet Data
Stop mocking up JSON responses for timesheets. Cursor Agent calls `list_team_time_records` to pull the actual hours your team logged this week. When you ask it to write a data visualization component, it builds it around the exact shape of your live Everhour data. The agent also handles live timer states. It checks `get_currently_running_timer` to see what task is active right now. If you are building a custom menubar app or CLI tool for time tracking, Cursor writes the logic based on the real active task object.
Audit Budgets While You Code
You can check project health without leaving your IDE. Cursor fires `list_projects_within_budget` to grab the list of accounts that still have allocated hours. The AI can then use that list to populate dropdowns or filter logic in the codebase you are working on. For deeper dives, the agent runs `get_project_detailed_data` to pull specific budget caps and settings. It follows up with `list_project_tasks` to map out exactly what tasks are eating the budget. You get full context right in your editor pane.
Set up Everhour Time Tracking MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the Everhour Time Tracking MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent Everhour Time Tracking transactions." If the MCP tools are loaded correctly, Cursor will call the Everhour Time Tracking tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"everhour-time-tracking-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Everhour Time Tracking. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
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 Cursor
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.