Skip to content
VS Code

agentsbase — Email for AI Agents for VS Code

net.agentsbase/mcp

Email for AI agents. Create mailboxes, send/receive emails, and auto-extract verification codes.

client:VS Code transport:stdio runtime:npm

Install agentsbase — Email for AI Agents in VS Code

.vscode/mcp.json

{
  "servers": {
    "mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "agentsbase-mcp"
      ]
    }
  }
}

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

agentsbase — Email for AI Agents in other clients