How to Use the MyTime MCP in Cursor
Build with live MyTime data in Cursor. Generate code for your app using real appointments, services, and staff info instead of fake stubs.
Works with every AI agent you already use
…and any MCP-compatible client
Connect MyTime MCP to Cursor
Create your Vinkius account to connect MyTime 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.
Build UIs with real data
Stop writing code against mock data. Tell Cursor's agent to build a React component that displays your business's services. It will call the `list_services` tool, get the real data from MyTime, and generate the component for you. Your code will work from the first line because it's built on the actual data structure. Need a staff directory? Have the agent `list_staff` and build the page. It's a faster, more realistic way to develop.
Write smarter backend logic
Let your agent handle the API calls while you focus on the logic. You can ask it to write a function that finds open slots by calling `get_availability` and then checking the results against the current schedule from `list_appointments`. The agent uses the MyTime MCP tools to understand the context. This means you can write and test complex scheduling or reporting functions right in your editor, using your actual business data.
Test code against live MyTime data in Cursor
Debugging just got a lot easier. When a webhook fails, you don't have to guess what the payload looked like. Just grab an ID and use the `get_appointment` tool in Cursor to pull the exact record that caused the problem. Need to write integration tests? Tell the agent to `list_customers` and then generate a set of test cases based on real user profiles. You'll catch more edge cases because you're testing against reality.
Set up MyTime 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 MyTime 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 MyTime transactions." If the MCP tools are loaded correctly, Cursor will call the MyTime tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"mytime-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 MyTime. 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 MyTime MCP in Cursor
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.