How to Use the Applied Epic MCP in Cursor
Build custom insurance workflows using live Applied Epic data directly in Cursor Agent mode.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Applied Epic MCP to Cursor
Create your Vinkius account to connect Applied Epic 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 insurance code with live Cursor context
Your Cursor agent uses `get_policy` and `list_policies` to inject real, live policy structures straight into your active file. You don't have to write code against mock insurance schemas or guess database fields. This MCP server gives your Cursor agent the ability to check active lines of business with `list_lines`. You get accurate data shapes for Workers Comp or GL policies while you build custom renewal dashboards.
Automate Applied Epic activity logging in Cursor
Running `create_activity` from your editor keeps your codebase and your insurance CRM in sync. While writing batch updates, your Cursor agent uses this MCP Server to run the tool and document code deployments or automated client updates directly inside Epic. You can also debug communication logs. The agent runs `list_activities` to pull recent task histories, helping you verify that your automated emails or billing alerts actually registered in the ERP.
Query client databases directly from the editor
The `get_client` and `list_clients` tools let you query active insurance policyholders right inside your Cursor workspace. You don't need to open an external SQL client when verifying insurance accounts. This lets you cross-reference database IDs with real Epic records. You quickly verify if a client exists before running migration scripts, saving you from bad database writes.
Set up Applied Epic 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 Applied Epic 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 Applied Epic transactions." If the MCP tools are loaded correctly, Cursor will call the Applied Epic tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"applied-epic-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 Applied Epic. 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 Applied Epic MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Applied Epic MCP today
We host it, we monitor it, we maintain it. You just paste one token.