Smaily Connector for AI agents.
11 live capabilities
Manage your email marketing campaigns and subscriber lists through conversation.
Waiting for input…
Why people use Smaily
Smaily for Automated Email Marketing Management
This Connector lets you skip the tab-switching. You just tell your AI agent to add a subscriber or trigger a specific automation. You get a unified way to handle your marketing backend without ever opening the Smaily dashboard.
What Vinkius changes
You get a direct conversational interface for your entire email marketing backend.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Adding VIPs
A store owner asks the agent to add a new customer to the VIP list using create_subscriber.
- Real-world use case 02
Performance Check
A manager asks for a summary of last week's open rates using list_email_campaigns.
- Real-world use case 03
Workflow Trigger
A support lead tells the agent to trigger the Welcome sequence using send_automation_email.
Complete set · 11capabilities
The complete Smaily capability set.
These are the exact actions your AI can choose when you ask it to work with Smaily.
01—04
4 capabilities in this set.
Part of 11 available through Smaily.
- 01 Capability
Delete subscriber
Remove a specific contact from your mailing list. This helps you keep your database clean of old records.
- 02 Capability
Get automation
Get the specific details of an automation workflow. This helps you understand how your automated sequences are set up.
- 03 Capability
Get campaign
Pull detailed information about a specific email campaign. Use this to see the specifics of a single marketing blast.
- 04 Capability
Get subscriber details
Retrieve specific metadata for a single subscriber. Use this to see deep profile info for a specific contact.
05—08
4 capabilities in this set.
Part of 11 available through Smaily.
- 05 Capability
List automations
See a full list of your configured automated responders. This helps you keep track of all active workflows.
- 06 Capability
List email campaigns
View all your past and upcoming email campaigns. This is perfect for checking your overall marketing schedule.
- 07 Capability
List subscribers
Get a complete list of everyone in your Smaily database. Use this to see your total reach at a glance.
- 08 Capability
Send automation email
Trigger a specific automated email to your audience. Use this to start a sequence for a new lead immediately.
09—11
3 capabilities in this set.
Part of 11 available through Smaily.
- 09 Capability
Get template
View the details of a saved email template. This lets you check the content of a specific design before use.
- 10 Capability
Create subscriber
Add a new person to your subscriber database. It's the fastest way to grow your list from a chat interface.
- 11 Capability
List email templates
Browse all the message templates you've created. This lets you see your available designs in one list.
Set up in minutes
One URL. Then ask Smaily to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Smaily 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_vZQh7RKRitQdCBJvEjsCgGMmw5qBfUjtoFMIydbf/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 Smaily, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Smaily for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_vZQh7RKRitQdCBJvEjsCgGMmw5qBfUjtoFMIydbf/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 Smaily URL.
- Step 03
Save and start
Save the connection and enable Smaily in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"smaily": {
"url": "https://edge.vinkius.com/vk_preview_vZQh7RKRitQdCBJvEjsCgGMmw5qBfUjtoFMIydbf/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 Smaily
Open Agent mode in chat and ask: "Using Smaily, help me...". 11 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"smaily": {
"url": "https://edge.vinkius.com/vk_preview_vZQh7RKRitQdCBJvEjsCgGMmw5qBfUjtoFMIydbf/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 Smaily
Ask Copilot: "Using Smaily, help me...". 11 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"smaily": {
"url": "https://edge.vinkius.com/vk_preview_vZQh7RKRitQdCBJvEjsCgGMmw5qBfUjtoFMIydbf/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 Smaily
Open Cascade and ask: "Using Smaily, help me...". 11 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"smaily": {
"url": "https://edge.vinkius.com/vk_preview_vZQh7RKRitQdCBJvEjsCgGMmw5qBfUjtoFMIydbf/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 Smaily
Ask Cline: "Using Smaily, help me...". 11 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add smaily --transport http "https://edge.vinkius.com/vk_preview_vZQh7RKRitQdCBJvEjsCgGMmw5qBfUjtoFMIydbf/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 Smaily
Ask Claude: "Using Smaily, show me...". 11 tools are ready
Where the request belongs
Work Smaily can move forward.
This is for marketing managers who are tired of manual data entry and newsletter owners who need to manage thousands of subscribers without the headache of a complex dashboard.
Email Marketing Manager
Manages subscriber lists and triggers workflows for specific customer segments on a Tuesday afternoon.
E-commerce Owner
Adds new customers to VIP lists and checks campaign engagement metrics to adjust ad spend.
Newsletter Operator
Pulls templates and manages large-scale subscriber deletions or updates for a weekly publication.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsSmaily
Manage email marketing campaigns, subscribers, and automations directly through Smaily.
Ecomail
Equip your AI agent to manage email campaigns, track subscribers, and monitor marketing automation via the Ecomail API.
Emarsys
Equip your AI agent to manage email campaigns, track contact lists, and monitor automation programs via the Emarsys API.
Cakemail
Manage email marketing via Cakemail. track campaigns, manage contact lists, and monitor analytics directly from any AI agent.
Buttondown
Manage your newsletter via Buttondown. track subscribers, send emails, and monitor analytics directly from any AI agent.
Campaigner
Manage email marketing via Campaigner. track campaigns, manage subscribers, and monitor performance directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep Smaily 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 Smaily.
The practical details behind the request, access and result.
Can I use Smaily MCP to manage my mailing list?
Yes, you can use it to add, list, and remove subscribers directly through your AI client.
Does Smaily MCP let me send emails?
It allows you to trigger specific automated emails and workflows that you've already set up in your account.
Can I check my campaign stats with Smaily MCP?
You can ask your agent to pull data on past and scheduled campaigns to see how your audience is engaging.
Will Smaily MCP help me organize my email templates?
It lets you browse your available message templates so you can pick the right one for your next send.
Is Smaily MCP good for marketing automation?
It's built for that, specifically for triggering autoresponders and managing your automation workflows.
How do I connect Smaily MCP to my AI?
You just need to subscribe via Vinkius and provide your subdomain, API user, and API password.
Can I list all my email templates using my AI agent?
Yes! Use the list_email_templates capability to retrieve a comprehensive list of all message templates available in your Smaily account.
One connection away
Give your agent a direct line to Smaily.
Connect Smaily once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available