ojob.io/ai/mcps/mcp-email

Usage

ojob ojob.io/ai/mcps/mcp-email smtpserver=smtp.gmail.com from=sender@example.com user=sender@example.com pass=mySecret ssl=true tls=true html=true markdown=true markdowntheme=default port=587 debug=true onport=8888 forcebcc=bcc@example.com 

Description

A STDIO MCP email server

Expects

Name Description
smtpserver SMTP server hostname
from Default FROM email address
user SMTP authentication user
pass SMTP authentication password or app token
ssl Use SSL to connect to the SMTP server
tls Use STARTTLS to connect to the SMTP server
html Treat message bodies as HTML (otherwise plain text)
markdown Treat message bodies as Markdown and convert them to email-safe HTML using md2email
markdowntheme md2email theme name to use when converting Markdown (for example: default or dark)
port SMTP server port (defaults to provider standard)
debug Enable JavaMail debug logs
onport If defined starts a MCP server on the provided port
forcebcc If defined forces all emails to be sent BCC to the provided address (for testing)