An MCP server that turns a Markdown report into a polished, email-safe HTML message and sends it over SMTP.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"mail-report-mcp": {
"command": "uvx",
"args": [
"mail-report-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mail-report-mcp uvx mail-report-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mail-report-mcp": {
"command": "uvx",
"args": [
"mail-report-mcp"
]
}
}
}
📋 Copy
Or install with pip: pip install mail-report-mcp
README Excerpt
An MCP server that turns a Markdown report into a polished, email-safe HTML message and sends it over SMTP. | | | | ---------------- | ---------------------------------------------------------------------------- |
Tools (20)
Caddyfile MAIL_REPORT_ACCENT MAIL_REPORT_ALLOWED_RECIPIENTS MAIL_REPORT_ALLOW_TO_ARG MAIL_REPORT_ATTACH_TTL MAIL_REPORT_LOGO MAIL_REPORT_LOGO_WIDTH MAIL_REPORT_MAX_ATTACHMENT_BYTES MAIL_REPORT_MAX_ATTEMPTS MAIL_REPORT_MAX_PER_MINUTE MAIL_REPORT_MAX_TOTAL_BYTES MAIL_REPORT_PILLS MAIL_REPORT_REQUIRE_TO MAIL_REPORT_RETRY_WINDOW_SECONDS MCP_ALLOWED_HOSTS MCP_ATTACH_PATH MCP_AUTH_TOKEN MCP_HOST MCP_LOG_LEVEL MCP_PORT
Topics
mail mcp mcp-server mcp-service mcp-tools