Home
MCP Integrations

Zed

Connect Nitrosend to Zed via MCP for AI-powered email marketing

Zed + Nitrosend MCP

Zed is a high-performance code editor with AI assistant support. Zed supports remote MCP custom servers directly, including OAuth-based authentication.

Setup

Step 1: Add the MCP server

Add Nitrosend to your Zed settings (Settings → Open Settings), or use Agent Panel → Settings → Add Custom Server:

{
  "context_servers": {
    "nitrosend": {
      "url": "https://api.nitrosend.com/mcp"
    }
  }
}

Step 2: Sign in

On first tool call, Zed will prompt you to authenticate against Nitrosend using the standard MCP OAuth flow. Log in or create a free account — no API key needed.

Step 3: Verify

In Zed's AI assistant, ask:

What's my Nitrosend account status?

Example workflows

Set up my brand from https://mysite.com and draft a welcome email.
Create a campaign called "Product Update" targeting my main list.

Troubleshooting

Sign-in prompt didn't open

Open Zed's Agent Panel settings and confirm the nitrosend server is active. If you configured the server with a plain url and no Authorization header, Zed should prompt for OAuth on first tool use.

Server stays inactive

Check the indicator in Zed's Agent Panel settings. If it is not green, verify the url is exactly https://api.nitrosend.com/mcp and that Zed can reach api.nitrosend.com from your network.

Info

Nitrosend works with Zed's native remote MCP support. No bridge package or local Node process is required for the standard setup.