Send MCP
Sitecore Send MCP Server
Install / Use
/learn @izharikov/Send MCPAbout this skill
Quality Score
0/100
Category
Development & EngineeringSupported Platforms
Claude Code
Cursor
README
Sitecore Send MCP Server (Unofficial)
<a href="https://glama.ai/mcp/servers/@izharikov/send-mcp"> <img width="380" height="200" src="https://glama.ai/mcp/servers/@izharikov/send-mcp/badge" /> </a>Tools
SMTP
- :white_check_mark:
send_smtp_email- Send an email using SMTP
API
- :white_check_mark:
get_lists- get email lists - :white_check_mark:
get_list_members- get email list members - :white_check_mark:
add_list_member- add email list member - :white_check_mark:
remove_list_member- remove email list member - :white_check_mark:
send_transactional_email- Send an email using transactional email service
Usage
Manual install
{
"mcpServers": {
"send-mcp": {
"command": "npx",
"args": ["send-mcp"],
"env": {
"API_KEY": "xxxxx",
"TRANSACTIONAL_EMAILS_CAMPAIGN_ID": "xxxxx",
"SMTP_ENABLED": "true",
"SMTP_FROM": "xxxxx",
"SMTP_USER": "xxxxx",
"SMTP_PASSWORD": "xxxxx"
}
}
}
}
stdio
npx send-mcp
http
npx send-mcp http --port 3000
Environment variables
# To Use API
API_KEY=[Sitecore Send API Key]
# To enable send_transactional_email
TRANSACTIONAL_EMAILS_CAMPAIGN_ID=[transactional email campaign id]
# Enable SMTP
SMTP_ENABLED=true
# SMTP
SMTP_FROM=[SMTP From Address]
SMTP_USER=[SMTP User]
SMTP_PASSWORD=[SMTP Password]
Related Skills
gh-issues
332.9kFetch GitHub issues, spawn sub-agents to implement fixes and open PRs, then monitor and address PR review comments. Usage: /gh-issues [owner/repo] [--label bug] [--limit 5] [--milestone v1.0] [--assignee @me] [--fork user/repo] [--watch] [--interval 5] [--reviews-only] [--cron] [--dry-run] [--model glm-5] [--notify-channel -1002381931352]
node-connect
332.9kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
oracle
332.9kBest practices for using the oracle CLI (prompt + file bundling, engines, sessions, and file attachment patterns).
tmux
332.9kRemote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output.
