How to Use the Mindbody MCP in Cursor
Build custom studio apps and automate Mindbody workflows directly inside Cursor with this dedicated MCP server.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Mindbody MCP to Cursor
Create your Vinkius account to connect Mindbody 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 with Live Mindbody MCP Server Context
The `list_services_pricing` tool retrieves actual Mindbody pricing options and session counts directly into your Cursor editor. You don't have to guess the Mindbody API response structure or write code against outdated documentation in Cursor. Our server queries the live data to write precise Mindbody integration code inside Cursor that matches your actual studio configuration. This live context changes how you build custom Mindbody booking flows or client portals within Cursor. When writing code to handle sales, calling `list_sales` in Cursor returns real Mindbody transaction payloads so your code handles edge cases correctly.
Direct Inventory and Product Audits in Cursor
The `list_products` tool pulls your studio's retail inventory from Mindbody directly into your Cursor development workspace. If you are building a custom e-commerce storefront, your Cursor agent can verify Mindbody product IDs and stock counts. This makes debugging Mindbody inventory synchronization scripts inside Cursor incredibly fast. You can compare your local database schema with the live Mindbody response inside Cursor to ensure your syncing logic doesn't drop products.
Automated Client Onboarding Pipelines
The `search_clients` tool acts as the foundation for testing your custom Mindbody client onboarding and retention scripts inside Cursor. Instead of writing mock data, you can have Cursor query real Mindbody test profiles to verify that your registration logic behaves as expected. You can immediately chain this with `get_client_memberships` in Cursor to check if new Mindbody signups are correctly assigned their packages. This ensures your custom signup flows in Cursor write clean, accurate data back to your main Mindbody database.
Set up Mindbody 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 Mindbody 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 Mindbody transactions." If the MCP tools are loaded correctly, Cursor will call the Mindbody tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"mindbody-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 Mindbody. 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 Mindbody MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Mindbody MCP today
We host it, we monitor it, we maintain it. You just paste one token.