AgentMail Connector for AI agents.
11 live capabilities
Manage automated email correspondence and inbox workflows.
Waiting for input…
Why people use AgentMail
AgentMail Email Automation for Support Agents
AgentMail changes this by giving your AI agent its own functional inbox. It can read the full history of a thread, grab attachments, and reply contextually without you having to feed it snippets of text. You get a system where the agent actually handles the correspondence from start to finish.
What Vinkius changes
That your agent gets a functional email account it can use to communicate with the world autonomously.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Support Triage
A customer sends a ticket with a screenshot.
- Real-world use case 02
Sales Outreach
An agent uses create_inbox to set up a new lead handle, then uses send_message to start a sequence.
- Real-world use case 03
Thread Monitoring
A user asks the agent to "summarize my recent emails.
Complete set · 11capabilities
The complete AgentMail capability set.
These are the exact actions your AI can choose when you ask it to work with AgentMail.
01—04
4 capabilities in this set.
Part of 11 available through AgentMail.
- 01 Capability
Create inbox
Generate a new email address for an agent, with the option to link a custom domain. This is how you scale different agent identities.
- 02 Capability
Delete inbox
Remove an inbox and all its associated emails from your account permanently. Use this to clean up old agent accounts.
- 03 Capability
List threads
View all active conversation threads within a specific inbox to see recent previews. This helps the agent identify which conversations need attention.
- 04 Capability
Get thread
Read every message inside a specific conversation to give your agent full context. It ensures the agent doesn't miss previous details.
05—08
4 capabilities in this set.
Part of 11 available through AgentMail.
- 05 Capability
Get attachment
Download and read files attached to messages, which might be encoded in base64. This lets your agent process PDFs or images directly.
- 06 Capability
Reply to message
Send a reply to an existing message while keeping the conversation in the same thread. This maintains a clean, organized history.
- 07 Capability
Forward message
Forward an email to a new recipient with the option to add extra text. This is perfect for escalating hot leads to humans.
- 08 Capability
Update message
Modify message metadata, such as marking a specific email as read. This helps your agent track which items it has already processed.
09—11
3 capabilities in this set.
Part of 11 available through AgentMail.
- 09 Capability
List inboxes
Get a list of all email addresses and IDs assigned to your API key. This lets you see what accounts your agent can access.
- 10 Capability
Get inbox
Fetch the specific details and status of a single inbox by its unique ID. Use this to check the status of a specific account.
- 11 Capability
Send message
Send a brand new email from a specific inbox you've already listed. Use this for starting new conversations or outreach.
Set up in minutes
One URL. Then ask AgentMail to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use AgentMail 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_b43E06KrNMs80shD9R9dmddbro5OyX0omCS8mTQZ/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 AgentMail, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable AgentMail for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_b43E06KrNMs80shD9R9dmddbro5OyX0omCS8mTQZ/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 AgentMail URL.
- Step 03
Save and start
Save the connection and enable AgentMail in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"agentmail": {
"url": "https://edge.vinkius.com/vk_preview_b43E06KrNMs80shD9R9dmddbro5OyX0omCS8mTQZ/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 AgentMail
Open Agent mode in chat and ask: "Using AgentMail, help me...". 11 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"agentmail": {
"url": "https://edge.vinkius.com/vk_preview_b43E06KrNMs80shD9R9dmddbro5OyX0omCS8mTQZ/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 AgentMail
Ask Copilot: "Using AgentMail, help me...". 11 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"agentmail": {
"url": "https://edge.vinkius.com/vk_preview_b43E06KrNMs80shD9R9dmddbro5OyX0omCS8mTQZ/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 AgentMail
Open Cascade and ask: "Using AgentMail, help me...". 11 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"agentmail": {
"url": "https://edge.vinkius.com/vk_preview_b43E06KrNMs80shD9R9dmddbro5OyX0omCS8mTQZ/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 AgentMail
Ask Cline: "Using AgentMail, help me...". 11 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add agentmail --transport http "https://edge.vinkius.com/vk_preview_b43E06KrNMs80shD9R9dmddbro5OyX0omCS8mTQZ/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 AgentMail
Ask Claude: "Using AgentMail, show me...". 11 tools are ready
Where the request belongs
Work AgentMail can move forward.
This is for the developer building an automated customer service bot or the sales lead who wants an agent to handle the first 50 reaches of a campaign without manual intervention.
AI Developer
Builds autonomous agents that need to interact with humans via email for long-term projects.
Customer Support Lead
Deploys agents to triage support tickets and draft initial responses to common queries.
Sales Operations Manager
Automates cold outreach and monitors replies to keep the pipeline moving.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsNylas
Equip your AI agent to manage emails, calendars, and contacts across all providers (Gmail, Outlook) through a single unified interaction.
Missive
Collaborative email and shared inbox for teams.
Gmail
Manage your inbox from AI. read, search, organize, and reply to emails across your Gmail efficiently.
Front
Manage shared inboxes across email, SMS, and social with team collaboration capabilities that keep customer conversations organized.
Smaily
Automate email marketing and automations via Smaily. manage subscribers, campaigns, and responders directly from any AI agent.
Helpwise
Collaborate on customer emails, SMS, and WhatsApp messages in shared team inboxes with assignment and automation rules.
Bring your own AI
Change the model, client or framework. Keep AgentMail 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 AgentMail.
The practical details behind the request, access and result.
Can AgentMail help my AI handle customer support emails?
Yes, it lets your agent read incoming tickets, look at attachments, and send replies while keeping the conversation in the same thread.
How does AgentMail handle email threads?
It uses specific capabilities to list and read full conversations, so your agent always knows what was said previously before it drafts a response.
Can I use AgentMail for sales outreach?
You can create multiple inboxes for different campaigns and let your agent send messages and monitor replies autonomously.
Does AgentMail support attachments?
Yes, your agent can download and read files attached to emails, which is great for processing invoices or screenshots.
How do I manage multiple different email addresses?
You can create, list, and delete custom inboxes on the fly, allowing your agent to manage different identities for different tasks.
Can my agent mark emails as read?
Yes, it can update message metadata to mark emails as read, helping you keep your primary inbox organized.
Does my AI agent need a preexisting Gmail or Outlook account to use this?
No. AgentMail is entirely standalone. You can use your agent to programmatically provision brand new, unique email addresses in seconds, completely independent of legacy email providers.
Can my agent download files that users send to its email address?
Yes. When scanning threads in the inbox, your agent will detect any attached files. It can then use the dedicated attachments capability to retrieve and analyze the contents of the file before drafting a reply.
Is it possible to manage multiple outreach campaigns at the same time?
Absolutely. Your agent can create and manage multiple inboxes simultaneously. It can list all active boxes, read unread threads for each, and contextualize its replies based on the specific campaign inbox.
One connection away
Give your agent a direct line to AgentMail.
Connect AgentMail once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available