How to Use the timeghost MCP in Claude Code
Pipe timeghost data into any script or CI/CD job. Your terminal is now your time tracking command center with Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect timeghost MCP to Claude Code
Create your Vinkius account to connect timeghost to Claude Code — we handle the hosting, security, and runtime updates so you don't have to. No server setup required.
Key Capabilities
Automate Timesheet Audits
Write a shell script that uses Claude Code to call `list_timeghost_members` and pipes the resulting user list into a loop. Inside that loop, your script can check each person's recent activity with `list_timeghost_entries`. Automatically flag users with missing hours and generate a report. This isn't about chatting with an agent; it's about building a cron job that runs every Friday to do your admin for you. This is what a headless MCP server is built for.
Script Project and Task Management
Need to quickly see what's on your plate from the command line? Run `claude mcp call timeghost-mcp list_timeghost_projects` and pipe the output to `jq` to parse the project list and find the ID you need. Then, feed that ID into your next command: `claude mcp call timeghost-mcp list_timeghost_tasks --project_id <ID>`. You can script complex queries to find specific work items or pull a single record's details with `get_timeghost_task`.
Integrate with Monitoring and Billing
Build a script that pulls data with `list_timeghost_clients` and `get_timeghost_project` to create an automated billing report without ever opening a browser. Pipe the output into whatever internal tool you use. You can also set up a dead-simple health check in your monitoring system. Just have it periodically run `check_timeghost_status` and alert you if the API is down. Use `get_timeghost_entry` to pull specific records for invoicing disputes.
Set up timeghost 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 seetimeghost-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest timeghost transactions." It will automatically discover and invoke the available timeghost tools.
claude mcp add --transport http timeghost-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 timeghost MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the timeghost MCP today
We host it, we monitor it, we maintain it. You just paste one token.