ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use AgentMail with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Build agents that communicate with the world via email.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 11 capabilities

The complete AgentMail capability set.

These are the exact actions your AI can choose when you ask it to work with AgentMail.

Capability set01 / 03

01-04

4 capabilities in this set.

Part of 11 available through AgentMail.

  1. 01

    Delete inbox

    Delete a specific inbox by ID. Warning: this action deletes all emails within that inbox.

  2. 02

    Get thread

    Read every message inside a specific conversation thread, requiring only the thread ID.

  3. 03

    List threads

    List all conversation threads within a specific inbox. The results include subject lines and recent message previews, helping your agent triage incoming mail.

  4. 04

    Reply to message

    Reply to an existing email message or thread. This action preserves the original conversation history.

Capability set02 / 03

05-08

4 capabilities in this set.

Part of 11 available through AgentMail.

  1. 05

    Update message

    Mark an existing message as read or update its metadata.

  2. 06

    Get inbox

    Retrieve detailed information about a specific inbox using its unique ID.

  3. 07

    List inboxes

    List all inboxes assigned to your API key. This returns an array of inboxes, providing their IDs, email addresses, and names, which you need before sending or receiving mail.

  4. 08

    Create inbox

    Create a new email inbox for your agent. You can optionally link the new inbox to a custom domain for branding.

Capability set03 / 03

09-11

3 capabilities in this set.

Part of 11 available through AgentMail.

  1. 09

    Forward message

    Forward an existing email message. You can optionally add custom text to the body of the forwarded message.

  2. 10

    Get attachment

    Download or read a specific attachment from a message, which may be encoded in base64.

  3. 11

    Send message

    Send a brand new email message. You must provide the sender's inbox ID to execute this capability.

Observed, not estimated

916ms average. Fast in production.

AgentMail is checked daily against the live service.

Daily averagePeak 1177ms
Aug 20Today
Fastest day
771ms
Slowest day
1177ms
14-day trend
Slowing+22%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 11 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of AgentMail, so you can see the experience inside your AI.

It does not authenticate your account with AgentMail. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

AgentMail Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_b43E06KrNMs80shD9R9dmddbro5OyX0omCS8mTQZ/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — AgentMail capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "agentmail-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_b43E06KrNMs80shD9R9dmddbro5OyX0omCS8mTQZ/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

Who it's for

Built for the work AgentMail owners hand off.

This MCP is essential for building any agent that needs to communicate via email. Developers use it to build autonomous agents, support teams use it to triage tickets, and sales teams use it to manage follow-up campaigns.

  • 01

    AI Developers

    Build agents that need to communicate with users via email, managing the entire lifecycle from inbox creation to message deletion.

  • 02

    Customer Support

    Deploy agents that read incoming support tickets, draft thoughtful replies, and manage conversation threads.

  • 03

    Sales Automation

    Let your agent handle outreach, monitor responses, and follow up with prospects automatically.

FAQ

Questions AgentMail owners ask.

  • 01

    Does this MCP handle attachments?

    Yes. You can use the get_attachment capability to download and process files attached to incoming emails. This means your agent can read data from PDFs or other file types.

  • 02

    Can my agent reply to a conversation thread?

    Absolutely. The reply_to_message capability lets your agent reply to an existing thread, ensuring the entire conversation history is preserved for context.

  • 03

    Do I need to create an inbox first?

    Yes. You must first use the list_inboxes or create_inbox capability to get an inbox ID. This ID is required for the agent to send or receive any messages.

  • 04

    Is this just for reading emails, or can it send them?

    It does both. You can use send_message to send brand new emails, and you can also use reply_to_message to respond to existing messages.

  • 05

    What happens if I delete an inbox?

    Be careful. The delete_inbox capability deletes the entire inbox, including all messages and threads within it. Use this only when you are certain you want to clear the data.