Skip to content

resend mcp server for Zed

io.github.friendlygeorge/resend-mcp-server

MCP server for Resend — transactional email API for AI assistants...

client:Zed transport:stdio runtime:npm

Install resend mcp server in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "resend-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@supernova123/resend-mcp-server"
      ],
      "env": {
        "YOUR_API_KEY": "<YOUR_API_KEY>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

resend mcp server in other clients