How to Use the ClientSuccess MCP in Cursor
Feed live ClientSuccess subscription data and customer notes directly to your Cursor agent to build context-aware features.
Works with every AI agent you already use
…and any MCP-compatible client
Connect ClientSuccess MCP to Cursor
Create your Vinkius account to connect ClientSuccess 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.
Write Code with Real ClientSuccess Data in Cursor
This MCP Server provides `list_success_clients` to feed actual customer accounts directly into your Cursor editor. Instead of writing code against static mock files, your agent pulls live account structures to build accurate dashboards and integrations. You can run these queries directly inside Cursor's Agent mode. The editor processes the live payload, allowing the AI to generate precise TypeScript interfaces or database schemas based on real-world API responses.
Map Subscription Tiers to Feature Flags
The `list_client_subscriptions` tool pulls active contract tiers and renewal dates for any account you query. This lets your agent check if a customer has paid for specific features before your code deploys. By combining this with `get_client_success_details`, your agent can write unit tests that simulate real customer profiles. You get code that handles edge cases like expired subscriptions or pending renewals without manual data entry.
Automate Success Manager Workflows
The `get_my_success_profile` tool retrieves the authenticated success manager's unique ID and account assignments. Developers can use this endpoint to test routing logic and automated notifications inside their local workspace. Your agent can also query `list_client_success_contacts` to write scripts that automatically email the correct account owner when a bug impacts their specific client. This keeps your engineering and customer success teams perfectly aligned.
Set up ClientSuccess 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 ClientSuccess 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 ClientSuccess transactions." If the MCP tools are loaded correctly, Cursor will call the ClientSuccess tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"clientsuccess-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 ClientSuccess. 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 ClientSuccess MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the ClientSuccess MCP today
We host it, we monitor it, we maintain it. You just paste one token.