How to Use the ClickTime MCP in Cursor
Generate code using live ClickTime API data directly within Cursor's agent mode.
Works with every AI agent you already use
…and any MCP-compatible client
Connect ClickTime MCP to Cursor
Create your Vinkius account to connect ClickTime 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.
Code ClickTime Dashboards inside Cursor
Stop writing code against mock JSON objects when building your internal tools. Cursor's agent mode runs `get_high_volume_time_report` to pull live billing data directly into your editor, letting you write code that handles actual API structures. If you need to render a client list, the editor invokes `list_clicktime_clients` to populate your UI components with real data. You see exactly how your frontend handles actual production payloads before you even commit.
Map Active Jobs to Your Codebase
Keeping your internal tracking tools in sync with your codebase is tedious. This MCP Server lets your Cursor agent query `list_clicktime_jobs` and `list_clicktime_projects` to map active project IDs directly to your repository configuration. When you write scripts to automate billing, the agent checks `list_clicktime_tasks` to ensure your code uses valid task IDs. This prevents runtime errors caused by retired work types.
Audit Developer Hours in Your Editor
Developers hate leaving their editor to check if they logged their hours for the week. Cursor uses `get_my_clicktime_profile` and `list_time_entries` to show you your tracked time directly in the sidebar. You can ask the editor to compare your local git commits with your logged hours to find discrepancies. It helps you keep your timesheets accurate without context-switching to a browser tab.
Set up ClickTime 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 ClickTime 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 ClickTime transactions." If the MCP tools are loaded correctly, Cursor will call the ClickTime tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"clicktime-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 ClickTime. 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 ClickTime MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the ClickTime MCP today
We host it, we monitor it, we maintain it. You just paste one token.