How to Use the Eden AI MCP in Cursor
Write code in Cursor that dynamically pulls live Eden AI provider rates, checks active workflows, and manages model configurations.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Eden AI MCP to Cursor
Create your Vinkius account to connect Eden AI 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.
Generate accurate API code in Cursor
Stop writing code with outdated, hardcoded model names. When you run this MCP Server inside Cursor, your editor uses `list_all_llm_models` to pull real-time model names directly into your active file. This ensures your code references actual, active models instead of obsolete stubs. Your AI developer can also call `list_available_ai_features` to see which features are supported by the API. It writes the exact JSON payload you need, using live schema definitions instead of guessing the parameters from old documentation.
Monitor API spending during active development
Debugging complex API calls can silently drain your development budget. Cursor runs `get_api_usage_statistics` to track exactly how much your code is costing you during test runs. You get instant feedback on your billing metrics directly in the composer panel. If you need to check if you have enough credits to run a massive batch job, your editor calls `get_eden_ai_metadata`. This shows you your active balance so you don't run into unexpected API blocks mid-deployment.
Inspect workflow settings while coding
Writing integrations for multi-provider pipelines is tricky when you cannot see the pipeline structure. Cursor uses this MCP Server to query `get_workflow_configuration` to read your active automation configurations and display them alongside your code. This lets you match your local payload structure to the expected workflow schema. You can also run `list_latest_ai_automations` to check which of your backend workflows were updated recently. Your editor reads this list to make sure your local code aligns with the latest changes deployed to your production pipelines.
Set up Eden AI 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 Eden AI 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 Eden AI transactions." If the MCP tools are loaded correctly, Cursor will call the Eden AI tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"eden-ai-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 Eden AI. 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 Eden AI MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Eden AI MCP today
We host it, we monitor it, we maintain it. You just paste one token.