Skip to content
VS Code

Email Server for VS Code

live.alpic.staging/email-server

An MCP server that provides email capabilities, hosted on Alpic platform

client:VS Code transport:streamable-http

Install Email Server in VS Code

.vscode/mcp.json

{
  "servers": {
    "email-server": {
      "type": "http",
      "url": "https://node-email-mcp-ead34801.staging.alpic.live"
    }
  }
}

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

Email Server in other clients