Freshmarketer Connector for AI agents.
10 live capabilities
Manage mailing lists and trigger email journeys through your AI client.
Waiting for input…
Why people use Freshmarketer
Freshmarketer for Automating Marketing Journeys
This Connector changes that by bringing your marketing data into your chat. You can ask your agent to pull a list, update a profile, or trigger a specific email journey in seconds. You get to stay in your flow while the AI handles the navigation.
What Vinkius changes
You get a conversational interface for your entire marketing automation suite.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 6,100+ Connectors
- Real-world use case 01
Onboarding a new user
A user signs up.
- Real-world use case 02
Handling a refund request
A customer asks for a refund.
- Real-world use case 03
Checking segment health
Need to see if the VIP list is full.
Complete set · 10capabilities
The complete Freshmarketer capability set.
These are the exact actions your AI can choose when you ask it to work with Freshmarketer.
01—04
4 capabilities in this set.
Part of 10 available through Freshmarketer.
- 01 Capability
Check account status
Verify that your API connection is active and healthy. Use this to ensure your agent has the correct permissions.
- 02 Capability
Create mailing list
Create a new mailing list for a specific campaign or audience segment. This helps you organize your target groups quickly.
- 03 Capability
List mailing lists
Get a full list of every mailing list you currently have. This helps you manage multiple segments at once.
- 04 Capability
Get contact details
Pull specific metadata for a contact to see their current status. This is useful for checking lead progression.
05—07
3 capabilities in this set.
Part of 10 available through Freshmarketer.
- 05 Capability
List contacts
View a list of all marketing contacts in your database. Use this to get a bird's eye view of your audience.
- 06 Capability
List custom events
See all the configured events available for your automation. This helps you understand what triggers are available.
- 07 Capability
List journeys
View all active and paused marketing journeys in your account. This keeps your automation status front and center.
08—10
3 capabilities in this set.
Part of 10 available through Freshmarketer.
- 08 Capability
Post custom event
Trigger a specific event on a contact's timeline to start a flow. This is the primary way to move users through journeys.
- 09 Capability
Send transactional email
Send a specific transactional email to a contact immediately. Use this for high-priority, 1-to-1 communications.
- 10 Capability
Upsert contact
Create a new contact or update an existing one in a single step. This keeps your database clean and accurate.
Set up in minutes
One URL. Then ask Freshmarketer to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Freshmarketer from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_JxhFxpC4C9lEQhaX0zV4yYvFufIJ4KdaWIj3RRPC/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Freshmarketer, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Freshmarketer for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_JxhFxpC4C9lEQhaX0zV4yYvFufIJ4KdaWIj3RRPC/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Freshmarketer URL.
- Step 03
Save and start
Save the connection and enable Freshmarketer in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"freshmarketer": {
"url": "https://edge.vinkius.com/vk_preview_JxhFxpC4C9lEQhaX0zV4yYvFufIJ4KdaWIj3RRPC/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Freshmarketer
Open Agent mode in chat and ask: "Using Freshmarketer, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"freshmarketer": {
"url": "https://edge.vinkius.com/vk_preview_JxhFxpC4C9lEQhaX0zV4yYvFufIJ4KdaWIj3RRPC/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Freshmarketer
Ask Copilot: "Using Freshmarketer, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"freshmarketer": {
"url": "https://edge.vinkius.com/vk_preview_JxhFxpC4C9lEQhaX0zV4yYvFufIJ4KdaWIj3RRPC/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Freshmarketer
Open Cascade and ask: "Using Freshmarketer, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"freshmarketer": {
"url": "https://edge.vinkius.com/vk_preview_JxhFxpC4C9lEQhaX0zV4yYvFufIJ4KdaWIj3RRPC/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Freshmarketer
Ask Cline: "Using Freshmarketer, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add freshmarketer --transport http "https://edge.vinkius.com/vk_preview_JxhFxpC4C9lEQhaX0zV4yYvFufIJ4KdaWIj3RRPC/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Freshmarketer
Ask Claude: "Using Freshmarketer, show me...". 10 tools are ready
Where the request belongs
Work Freshmarketer can move forward.
Marketing managers who are tired of manual data entry and growth engineers who need to trigger complex workflows without building custom scripts every time.
Marketing Manager
Checks active lists and journeys to report on campaign status without opening the dashboard.
Growth Engineer
Posts custom events to trigger specific customer journeys based on user behavior.
Sales Representative
Verifies contact info and sends follow-up emails directly through the AI.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsVBOUT
Run marketing campaigns with email automation, social media management, and landing pages in one affordable platform.
Quentn
Build email marketing funnels with visual automation workflows designed for German-speaking markets and GDPR compliance.
emfluence Marketing
Equip your AI agent to manage marketing emails, track contact groups, and monitor performance via the emfluence API.
Flodesk
Design gorgeous email campaigns with intuitive templates that grow your audience and reflect your brand without design skills.
Mautic
Open-source marketing automation via Mautic. manage contacts, campaigns, and emails.
Marketo
Automate marketing workflows via Marketo. manage leads, lists, campaigns, and programs.
Bring your own AI
Change the model, client or framework. Keep Freshmarketer connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Freshmarketer.
The practical details behind the request, access and result.
Can I use the Freshmarketer MCP to manage my mailing lists?
Yes. You can ask your agent to create new lists, view your existing mailing lists, and check audience details without leaving your chat.
How does the Freshmarketer MCP handle email automation?
It connects your agent to your marketing journeys. You can check journey statuses or trigger specific transactional emails to individual contacts.
Can my AI agent update contact information using Freshmarketer MCP?
Yes. Your agent can create new contact records or update existing metadata, which helps keep your marketing database accurate in real time.
Does the Freshmarketer MCP support transactional emails?
Yes. You can trigger specific transactional emails immediately for individual contacts through a simple natural language command.
How do I use Freshmarketer MCP to trigger custom events?
You can ask your agent to post a custom event to a specific contact's timeline. This is the best way to trigger automated flows based on user actions.
Can I view my marketing journeys with Freshmarketer MCP?
Yes. Your agent can pull a list of all your active and paused marketing journeys so you can monitor your automation status at a glance.
How do I get an API Key for Freshmarketer?
Log in to your Freshmarketer account, go to Settings (gear icon), and select API Settings to generate or view your API Key.
What is my 'Domain prefix'?
Your domain prefix is the first part of your Freshmarketer URL (e.g. if your URL is 'acme.freshmarketer.com', the prefix is 'acme').
Can I send a one-off transactional email through the agent?
Yes, use the 'send_transactional_email' capability and provide the recipient's email and the Campaign ID configured in your account.
How do I trigger an automation journey via chat?
Use the 'post_custom_event' capability to log an event for a specific contact. If a journey is configured to start on that event, it will trigger automatically.
One connection away
Give your agent a direct line to Freshmarketer.
Connect Freshmarketer once. Keep it beside 6,100+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available