How to Use the Dotdigital MCP in Cursor
Inject live Dotdigital marketing data into your codebase with Cursor Agent to build smarter automated workflows.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Dotdigital MCP to Cursor
Create your Vinkius account to connect Dotdigital 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.
Real-time Dotdigital data in Cursor
Stop using mock data for your marketing integrations. Cursor Agent calls `list_email_campaigns` and `get_campaign_details` to pull real production data into your editor. Your code reflects the actual state of your email marketing. You write logic based on live campaign performance instead of static documentation.
Context-aware contact lookups
Pull subscriber information directly into your dev environment using `get_contact_profile` and `list_address_book_contacts`. It helps you test your data mapping scripts with real records. Use `search_marketing_contacts` to find specific users while you debug your API handlers. It saves you from switching to the web dashboard just to check a field value.
Audit your automation programs
Expose your active journeys via `list_automation_programs`. Cursor can read these programs and help you structure your integration code correctly. Run `quick_marketing_health_audit` to check account status before deploying new changes. It ensures your integration environment matches your production configuration.
Set up Dotdigital 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 Dotdigital 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 Dotdigital transactions." If the MCP tools are loaded correctly, Cursor will call the Dotdigital tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"dotdigital-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 Dotdigital. 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 Dotdigital MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Dotdigital MCP today
We host it, we monitor it, we maintain it. You just paste one token.