How to Use the Dopplio MCP in Cursor
Build custom Dopplio video generation workflows in Cursor by letting the AI agent write code with live API responses.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Dopplio MCP to Cursor
Create your Vinkius account to connect Dopplio 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.
Let Cursor write video code with real API responses
Stop writing code against mock endpoints when building Dopplio integrations in Cursor; instead, run `list_videos` to pull your actual active Dopplio video assets directly into your workspace. This Cursor MCP integration populates your editor with real production data. When writing your outreach scripts in Cursor, the agent calls `get_video_details` to verify the structure of your Dopplio data payloads in real time.
Automate website screenshots inside your editor
The Cursor agent invokes `capture_screenshot` to grab a live image of any URL, saving it directly to your local Cursor workspace so you can test how your Dopplio landing pages look. Use that screenshot immediately as a dynamic background for your Dopplio video templates by passing the path to `generate_video` inside your Cursor chat.
Track rendering pipelines using this MCP Server
Cursor calls `get_render_status` to see exactly why a specific Dopplio video is still processing, making debugging faster. If a PDF generation fails, the Cursor agent uses `render_pdf` logs to pinpoint formatting issues in your HTML structure, fixing your local Cursor code on the spot.
Set up Dopplio 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 Dopplio 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 Dopplio transactions." If the MCP tools are loaded correctly, Cursor will call the Dopplio tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"dopplio-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 Dopplio. 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 Dopplio MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Dopplio MCP today
We host it, we monitor it, we maintain it. You just paste one token.