Audienceful Connector for AI agents.
10 live capabilities
Manage your newsletter subscribers and email marketing data through natural conversation.
Waiting for input…
Why people use Audienceful
Audienceful for Newsletter Subscriber Management
This Connector changes that by letting you handle your entire Audienceful account through a natural conversation with your AI client. Instead of digging through a dashboard, you can just ask your agent to find specific people, update their custom fields, or kick off a new automation.
What Vinkius changes
You get to manage your entire email marketing database using plain English commands.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Tagging leads from specific sources
A creator wants to tag people from a specific source.
- Real-world use case 02
Building custom lead scoring
A growth engineer needs to set up a new data point.
- Real-world use case 03
Kickstarting onboarding flows
A marketing manager needs to kick off a welcome series.
Complete set · 10capabilities
The complete Audienceful capability set.
These are the exact actions your AI can choose when you ask it to work with Audienceful.
01—04
4 capabilities in this set.
Part of 10 available through Audienceful.
- 01 Capability
Create custom field
Create a new custom data point for your audience. This helps you segment your users more accurately.
- 02 Capability
Create person
Add a new subscriber to your audience. You just need to provide their email address.
- 03 Capability
Delete custom field
Remove a custom field you no longer need. This keeps your data structure clean.
- 04 Capability
Get person
Pull up the specific details for a person. Use their UID to see their full profile.
05—07
3 capabilities in this set.
Part of 10 available through Audienceful.
- 05 Capability
List custom fields
See all the custom fields you have defined. This is great for checking your current data structure.
- 06 Capability
List people
List everyone in your audience. You can filter by status or search for a specific email.
- 07 Capability
List send reports
Get a list of your recent email send reports. Use this to check your last campaign's reach.
08—10
3 capabilities in this set.
Part of 10 available through Audienceful.
- 08 Capability
Trigger automation
Manually start an automation for a specific person. This is perfect for custom onboarding.
- 09 Capability
Delete person
Permanently remove a person from your audience. Use this carefully to clean up your list.
- 10 Capability
Update person
Change the information on an existing subscriber profile. Use this to keep your data current.
Set up in minutes
One URL. Then ask Audienceful to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Audienceful 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_wJXe9p7VoVX66ZTrWBgDDV4wFUEqppffwCQK41Tb/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 Audienceful, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Audienceful for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_wJXe9p7VoVX66ZTrWBgDDV4wFUEqppffwCQK41Tb/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 Audienceful URL.
- Step 03
Save and start
Save the connection and enable Audienceful in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"audienceful": {
"url": "https://edge.vinkius.com/vk_preview_wJXe9p7VoVX66ZTrWBgDDV4wFUEqppffwCQK41Tb/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 Audienceful
Open Agent mode in chat and ask: "Using Audienceful, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"audienceful": {
"url": "https://edge.vinkius.com/vk_preview_wJXe9p7VoVX66ZTrWBgDDV4wFUEqppffwCQK41Tb/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 Audienceful
Ask Copilot: "Using Audienceful, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"audienceful": {
"url": "https://edge.vinkius.com/vk_preview_wJXe9p7VoVX66ZTrWBgDDV4wFUEqppffwCQK41Tb/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 Audienceful
Open Cascade and ask: "Using Audienceful, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"audienceful": {
"url": "https://edge.vinkius.com/vk_preview_wJXe9p7VoVX66ZTrWBgDDV4wFUEqppffwCQK41Tb/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 Audienceful
Ask Cline: "Using Audienceful, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add audienceful --transport http "https://edge.vinkius.com/vk_preview_wJXe9p7VoVX66ZTrWBgDDV4wFUEqppffwCQK41Tb/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 Audienceful
Ask Claude: "Using Audienceful, show me...". 10 tools are ready
Where the request belongs
Work Audienceful can move forward.
This is for marketing managers and growth engineers who are tired of manual data entry and want to automate their newsletter workflows.
Content Creator
Manages newsletter growth and checks stats while drafting new posts.
Growth Engineer
Builds out custom data mapping and automation triggers from their IDE.
Marketing Manager
Updates user tags and triggers onboarding sequences for new leads.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsButtondown
Manage your newsletter via Buttondown. track subscribers, send emails, and monitor analytics directly from any AI agent.
Constant Contact
Equip your AI agent to construct, analyze, and dispatch robust email marketing campaigns seamlessly through Constant Contact.
Kit (ConvertKit)
Enable your AI agent to manage email subscribers, organize tags, and monitor broadcast campaigns via the Kit API.
Campaigner
Manage email marketing via Campaigner. track campaigns, manage subscribers, and monitor performance directly from any AI agent.
Flodesk
Design gorgeous email campaigns with intuitive templates that grow your audience and reflect your brand without design skills.
Cordial
Equip your AI agent to manage subscribers, campaigns, and automated messaging through the Cordial Marketing API.
Bring your own AI
Change the model, client or framework. Keep Audienceful 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 Audienceful.
The practical details behind the request, access and result.
Can Audienceful MCP help me manage my newsletter?
Yes, it lets your AI client handle subscriber updates and list management so you don't have to do it manually. You can update profiles and tags through a simple chat.
How does Audienceful MCP handle my subscribers?
It lets your agent create, search, and update person profiles using their email addresses. This makes it easy to keep your audience data organized without constant manual entry.
Can I use Audienceful MCP to start email sequences?
You can tell your agent to trigger specific automations for any person in your audience instantly. It's perfect for custom onboarding or lead nurturing.
Does Audienceful MCP support custom data?
Yes, it lets you create and manage custom fields to segment your audience more effectively. You can define new data points for your users on the fly.
Can I see my campaign stats with Audienceful MCP?
Your agent can pull recent send reports and list your current audience size to give you a quick update on your growth and reach.
Is Audienceful MCP good for growth marketing?
It's great for growth engineers who need to automate data mapping and trigger sequences for new leads. It helps you manage the entire lifecycle of a subscriber.
Can the AI automatically update a subscriber's custom field values?
Yes! By using the update_person capability, your agent can modify any existing custom field values for a specific subscriber identified by their email or ID in seconds.
How do I trigger an automation sequence for a new user?
Simply ask the agent to run the trigger_automation action. You'll need to provide the slug of the automation and the target person's email address.
Does this integration allow for bulk deletion of my entire audience?
No. The current toolset focuses strictly on managing individual subscriber records and queries. Destructive actions on the entire audience structure are not exposed to ensure your data remains secure.
One connection away
Give your agent a direct line to Audienceful.
Connect Audienceful once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available