How to Use the MyTime MCP in Claude Code
Run headless command-line scripts with Claude Code to query MyTime schedules and staff data directly.
Works with every AI agent you already use
…and any MCP-compatible client
Connect MyTime MCP to Claude Code
Create your Vinkius account to connect MyTime 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.
Pipe MyTime data directly into command-line tools
Claude Code lets you run complex MyTime operational queries without opening a browser or an IDE. You can tell the CLI to fetch your schedule using `list_appointments` and pipe that JSON output straight into grep or jq. If you need to check who is working, the CLI calls `list_staff` and formats the roster as a clean terminal table. You get raw, actionable data outputted directly to your terminal screen.
Automate location audits with this MCP Server
Run quick multi-site audits directly from your shell using Claude Code. The CLI uses `list_locations` to get all active business sites and loops through them to check local performance. It pulls the business details using `get_business_info` to verify contact numbers and hours are uniform across locations. Your terminal can output these discrepancies directly to a log file or trigger a shell script to alert your team.
Build daily terminal reports on retail inventory
Monitor your retail performance inside your terminal session using Claude Code. The CLI calls `list_products` to fetch stock levels and matches them against your booked services using `list_services`. It identifies which items are running low based on upcoming appointments. You can set this up as a cron job or run it manually to print a concise markdown summary directly to stdout.
Set up MyTime 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 seemytime-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest MyTime transactions." It will automatically discover and invoke the available MyTime tools.
claude mcp add --transport http mytime-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 MyTime MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the MyTime MCP today
We host it, we monitor it, we maintain it. You just paste one token.