
Product
Microsoft Teams Notifications Are Now Available in Socket
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.
@nitrosend/mcp
Advanced tools
MCP server for Nitrosend — connect any AI agent to your email marketing platform.
Manage contacts, compose emails, build automated flows, and launch campaigns through natural language.
No API key needed. Claude Code handles sign-in automatically via OAuth.
Add to .mcp.json:
{
"mcpServers": {
"nitrosend": {
"type": "http",
"url": "https://api.nitrosend.com/mcp"
}
}
}
Or via CLI:
claude mcp add --transport http nitrosend https://api.nitrosend.com/mcp
API key — add to .cursor/mcp.json:
{
"mcpServers": {
"nitrosend": {
"command": "npx",
"args": ["-y", "@nitrosend/mcp"],
"env": {
"NITROSEND_API_KEY": "nskey_live_..."
}
}
}
}
OAuth — use mcp-remote as a proxy:
{
"mcpServers": {
"nitrosend": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://api.nitrosend.com/mcp"]
}
}
}
Go to Settings → Connectors → Add custom connector and enter:
https://api.nitrosend.com/mcp
Add to ~/.codeium/windsurf/mcp_config.json:
{
"mcpServers": {
"nitrosend": {
"command": "npx",
"args": ["-y", "@nitrosend/mcp"],
"env": {
"NITROSEND_API_KEY": "nskey_live_..."
}
}
}
}
Add to Zed settings under context_servers:
{
"context_servers": {
"nitrosend": {
"command": {
"path": "npx",
"args": ["-y", "@nitrosend/mcp"],
"env": {
"NITROSEND_API_KEY": "nskey_live_..."
}
}
}
}
}
{
"command": "npx",
"args": ["-y", "@nitrosend/mcp"],
"env": {
"NITROSEND_API_KEY": "nskey_live_..."
}
}
Get your API key at nitrosend.com → Settings → API Keys.
Once connected, your agent can:
| Variable | Description |
|---|---|
NITROSEND_API_KEY | API key (nskey_live_...) — for stdio transport |
NITROSEND_BEARER_TOKEN | OAuth bearer token — alternative to API key |
NITROSEND_API_URL | Override API endpoint (default: https://api.nitrosend.com/mcp) |
MIT
FAQs
MCP server for Nitrosend — connect Claude to your email marketing platform
The npm package @nitrosend/mcp receives a total of 99 weekly downloads. As such, @nitrosend/mcp popularity was classified as not popular.
We found that @nitrosend/mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.

Product
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.

Security News
pnpm 12 rewrites the package manager in Rust, cutting install times by up to 90% while preserving pnpm 11 workflows and lockfiles.

Security News
Socket CTO Ahmad Nassri joins AppSec leaders at Black Hat to discuss active malware, package manager risks, and software supply chain defense.