VS Code + Nitrosend MCP
VS Code with GitHub Copilot supports MCP servers natively. Connect Nitrosend and Copilot becomes your email marketing assistant — compose campaigns, manage contacts, and check analytics from your editor.Setup
Step 1: Add the MCP server
Add to.vscode/mcp.json in your workspace:
https://api.nitrosend.com/mcp.
For global access across all workspaces, use the MCP: Open User Configuration command instead.
Step 2: Sign in
VS Code handles OAuth automatically. On first tool call, your browser opens for Nitrosend sign-in. Log in or create a free account — no API key needed.Step 3: Verify
In Copilot chat, ask:nitro_get_status and shows your account health.
Managing tools
Click the Configure Tools button in the Copilot chat input to see all 20 Nitrosend tools. You can toggle specific tools on or off.Example workflows
Brand setup + first email
Campaign creation
Performance check
Troubleshooting
OAuth window doesn't open
OAuth window doesn't open
Make sure you’re running VS Code 1.99 or later — MCP support was added in this version. Check that GitHub Copilot extension is installed and active.
Server not detected
Server not detected
Verify the
mcp.json file is valid JSON. Use the command palette MCP: List Servers to check if Nitrosend appears.Tool calls time out
Tool calls time out
Brand scraping can take 20-30 seconds. If other calls time out, check connectivity to
api.nitrosend.com.VS Code supports OAuth 2.1 natively for MCP servers — no API keys or middleware needed.