Skip to content
VS Code

Agent Email List for VS Code

com.agentemaillist/agent-email-list

Email sending and receiving for AI agents, with a Mailgun-shaped API. An agent can open a free account on its own with create_account, add and verify a sending domain, send mail with a test mode, and read inbox messages and delivery events. Authenticate later calls with the returned API key as a bearer token.

client:VS Code transport:streamable-http tools:8

Install Agent Email List in VS Code

.vscode/mcp.json

{
  "servers": {
    "agent-email-list": {
      "type": "http",
      "url": "https://ai.agentemaillist.com/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

What VS Code can do once it is connected

Agent Email List in other clients