Sitecore Send
STREAMABLE HTTPSitecore Send电子邮件管理服务器
Sitecore Send电子邮件管理服务器
send_smtp_email - Send an email using SMTPget_lists - get email listsget_list_members - get email list membersadd_list_member - add email list memberremove_list_member - remove email list membersend_transactional_email - Send an email using transactional email service{ "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" } } } }
npx send-mcp
npx send-mcp http --port 3000
# 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]