Aimtell Connector for AI agents.
10 live capabilities
Manage web push campaigns and subscriber segments through natural conversation.
Waiting for input…
Why people use Aimtell
Stop dashboard hopping with Aimtell web push management
This Connector lets you stay in your chat window. You ask your agent for the conversion rate of your last push, and it gives you the number instantly. You can check your segments or trigger a one-off alert without ever opening a browser tab. It turns a five-minute navigation task into a five-second conversation.
What Vinkius changes
You get a conversational interface for your entire web push notification stack.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Checking flash sale results
A marketing manager asks their agent how the last push performed.
- Real-world use case 02
Tagging high-intent users
A growth specialist wants to tag everyone who clicked a specific link.
- Real-world use case 03
Verifying abandoned cart flows
An e-commerce lead wants to make sure their automated emails are firing.
Complete set · 10capabilities
The complete Aimtell capability set.
These are the exact actions your AI can choose when you ask it to work with Aimtell.
01—04
4 capabilities in this set.
Part of 10 available through Aimtell.
- 01 Capability
Send one off notification
Trigger a single push alert to a specific group. Use this for time-sensitive offers that need to go out immediately.
- 02 Capability
Get campaign performance
Pull clicks, sends, and conversions for any campaign. This provides the real-time data you need to optimize your strategy.
- 03 Capability
Add subscriber attribute
Add custom data points to a subscriber's profile. This is the fastest way to personalize your marketing based on user behavior.
- 04 Capability
List api campaigns
View all campaigns triggered via the API. Use this to verify backend configurations for your custom integrations.
05—07
3 capabilities in this set.
Part of 10 available through Aimtell.
- 05 Capability
List triggered campaigns
See all automated campaigns like abandoned carts or welcomes. This helps you monitor your automated re-engagement flows.
- 06 Capability
List sites
See all websites currently managed within your Aimtell account. This helps you keep track of all your connected properties.
- 07 Capability
List subscribers
Get a list of all subscribers for a specific site. Use this to see the scale of your audience on different domains.
08—10
3 capabilities in this set.
Part of 10 available through Aimtell.
- 08 Capability
Get subscriber details
Pull specific metadata and attributes for a single subscriber. This is useful for inspecting individual user data.
- 09 Capability
List segments
View all active subscriber segments for your targeting. Use this to audit your audience groups for marketing precision.
- 10 Capability
List campaigns
Browse all push notification campaigns in your account. This gives you a full overview of your active and past sends.
Set up in minutes
One URL. Then ask Aimtell to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Aimtell 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_bZ3sfu3ptYaEYScaIr4UsHfmrJ9Tt1TkQ8NH5Ex0/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 Aimtell, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Aimtell for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_bZ3sfu3ptYaEYScaIr4UsHfmrJ9Tt1TkQ8NH5Ex0/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 Aimtell URL.
- Step 03
Save and start
Save the connection and enable Aimtell in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"aimtell": {
"url": "https://edge.vinkius.com/vk_preview_bZ3sfu3ptYaEYScaIr4UsHfmrJ9Tt1TkQ8NH5Ex0/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 Aimtell
Open Agent mode in chat and ask: "Using Aimtell, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"aimtell": {
"url": "https://edge.vinkius.com/vk_preview_bZ3sfu3ptYaEYScaIr4UsHfmrJ9Tt1TkQ8NH5Ex0/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 Aimtell
Ask Copilot: "Using Aimtell, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"aimtell": {
"url": "https://edge.vinkius.com/vk_preview_bZ3sfu3ptYaEYScaIr4UsHfmrJ9Tt1TkQ8NH5Ex0/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 Aimtell
Open Cascade and ask: "Using Aimtell, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"aimtell": {
"url": "https://edge.vinkius.com/vk_preview_bZ3sfu3ptYaEYScaIr4UsHfmrJ9Tt1TkQ8NH5Ex0/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 Aimtell
Ask Cline: "Using Aimtell, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add aimtell --transport http "https://edge.vinkius.com/vk_preview_bZ3sfu3ptYaEYScaIr4UsHfmrJ9Tt1TkQ8NH5Ex0/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 Aimtell
Ask Claude: "Using Aimtell, show me...". 10 tools are ready
Where the request belongs
Work Aimtell can move forward.
Marketing managers who are tired of jumping between five different tabs to check push notification stats and growth specialists who need to move faster on re-engagement tactics.
Marketing Manager
Checks campaign CTR while drafting new copy and sends one-off alerts for flash sales.
Growth Specialist
Audits subscriber segments to ensure lifecycle marketing is hitting the right people.
E-commerce Lead
Verifies that abandoned cart triggers are active and pulling correct conversion data.
Web Developer
Inspects subscriber metadata and API campaign configurations via simple chat commands.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsPushEngage
Re-engage website visitors with browser push notifications that increase traffic, recover abandoned carts, and boost retention.
MoEngage
Engage mobile app users with personalized push notifications, in-app messages, and AI-optimized customer journeys across channels.
Airship
Mobile engagement orchestration. manage push notifications, segments, and channels via AI.
OneSignal
Automate push notifications via OneSignal. send messages, manage segments, and track delivery stats directly from any AI agent.
Cordial
Equip your AI agent to manage subscribers, campaigns, and automated messaging through the Cordial Marketing API.
Audienceful
Manage subscribers, custom fields, and email automations via Audienceful. orchestrate newsletters and campaigns directly via AI.
Bring your own AI
Change the model, client or framework. Keep Aimtell 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 Aimtell.
The practical details behind the request, access and result.
Can I use Aimtell MCP to send push notifications?
Yes, you can trigger one-off push notifications to specific groups directly through your AI client. This allows you to send alerts for time-sensitive offers without leaving your chat window.
How do I see my campaign stats with Aimtell MCP?
Your agent can pull real-time metrics like clicks, sends, and conversions for any campaign. You just need to ask for the performance data of a specific campaign by name or ID.
Can Aimtell MCP help with subscriber segments?
Yes, you can list and audit all your active subscriber segments. This helps you ensure your targeting is accurate before you launch your next campaign.
Does Aimtell MCP work for abandoned carts?
Yes, it can monitor your automated triggered campaigns, including abandoned cart flows. You can check their status and performance via your agent.
Can I update user data using Aimtell MCP?
Yes, you can add custom attributes to subscriber profiles. This is a great way to update user data based on their behavior without using a spreadsheet.
How many websites can I manage with Aimtell MCP?
You can view and manage all the different websites associated with your account. Your agent can list these for you whenever you need to switch contexts.
Where do I find my Aimtell API Key?
Log in to your Aimtell dashboard, navigate to Settings > API Key. You will find your unique authorization key there. It must be used in the X-Authorization-Api-Key header.
Can I send a notification to a specific segment?
Yes! Use the send_one_off_notification capability and specify the segmentId. Your agent will trigger the push alert to all subscribers currently in that segment.
Does this support tracking custom attributes?
Yes, you can use the add_subscriber_attribute capability to enrich subscriber profiles with custom data (like name or interests), which can then be used for dynamic content in notifications.
One connection away
Give your agent a direct line to Aimtell.
Connect Aimtell once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available