🍋 Lemon Email MCP Server

Web Interface & API

📊 Status

Server: Running ✅

Email Service: Ready ✅

Mode: Public API (users provide their own API key)

🔑 Getting Your API Key

DM the CEO on Twitter or email the CTO at manojk030303@gmail.com - we will send you an API key within seconds!

🔍 Available Endpoints

📡 MCP Integration

This server is designed for Model Context Protocol (MCP) integration.

For MCP usage, connect to this server using the MCP protocol on the standard input/output.

🔧 Quick Test

Test the email API (replace with your Lemon Email API key):

curl -X POST hhttps://lemon-email-mcp-production.up.railway.app/send-email \
  -H "Content-Type: application/json" \
  -d '{
    "to": "test@example.com",
    "subject": "Test Email",
    "body": "Hello from Railway!",
    "fromemail": "mail@normanszobotka.com",
    "api_key": "your-lemon-email-api-key-here"
  }'