✨ From vibe coding to vibe deployment. UBOS MCP turns ideas into infra with one message.

Learn more

Sitecore Send MCP Server (Unofficial)

NPM Version smithery badge

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

sse

npx send-mcp sse --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]

Featured Templates

View More
Customer service
AI-Powered Product List Manager
153 868
AI Characters
Sarcastic AI Chat Bot
129 1713
AI Assistants
Image to text with Claude 3
152 1366
Verified Icon
AI Assistants
Speech to Text
137 1882

Start your free trial

Build your solution today. No credit card required.

Sign In

Register

Reset Password

Please enter your username or email address, you will receive a link to create a new password via email.