Built using Python as the implementation language for the MCP server
๐ Lemon Email MCP - Direct API Integration
Send emails directly from AI agents. No intermediate servers. Zero config.
๐ What This Does
Connects AI agents directly to Lemon Email API - no intermediate servers, no proxies, just direct API calls.
โ Direct connection to Lemon Email API
โ No Railway or other intermediates - pure API client
โ MCP protocol for AI agent integration
โ Works with Claude Desktop, Continue.dev, Cline
โ Open source - see exactly what it does
โก Quick Start (30 seconds)
1. Clone & Install
2. Get API Key
DM @Norman_Szobotka on Twitter
Or email: manojk030303@gmail.com
You'll get your key instantly!
3. Set API Key
4. Test It
Done! ๐
๐ง Usage Methods
Method 1: Claude Desktop (Recommended for Mac users)
1. Find your Claude config:
Mac:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.json
2. Add this to your config:
3. Restart Claude Desktop
4. Test it:
Claude will now send emails directly via Lemon API!
Method 2: Continue.dev (VS Code)
1. Install Continue.dev extension in VS Code
2. Create MCP config file:
Create .continue/config.json in your project:
3. Restart VS Code
4. Ask Continue:
Method 3: Direct API (No MCP)
Want to use the Lemon API directly in your Python code?
๐ How It Works
No intermediate servers! Direct connection to Lemon Email.
๐ Available Tool
The MCP server exposes one tool: send_email
Parameters:
to(required) - Recipient emailsubject(required) - Email subjectbody(required) - Email contentfromname(optional) - Sender name (default: "Email Assistant")fromemail(optional) - Sender email (default: "mail@member-notification.com")toname(optional) - Recipient nametag(optional) - Email tag for trackingvariables(optional) - Template variablesreplyto(optional) - Reply-to address
๐งช Testing
Test direct API connection:
Start MCP server:
Get help:
๐ ๏ธ Troubleshooting
"LEMON_EMAIL_API_KEY required"
Set environment variable:
export LEMON_EMAIL_API_KEY="your-key"Or add to your MCP config (see examples above)
"MCP library not available"
"Connection timeout"
Check your internet connection
Verify API key is correct
Try test command:
python simple_mcp_server.py test
Claude Desktop not seeing the tool
Verify JSON syntax in config file
Use full absolute paths, not ~
Restart Claude Desktop completely
Check Claude logs for errors
๐ Architecture
What's removed:
โ Railway deployment
โ Web server wrapper
โ FastAPI endpoints
โ Intermediate API layer
What remains:
โ Direct Lemon API client
โ MCP protocol server
โ Pure Python implementation
โ Minimal dependencies
๐ค Contributing
Contributions welcome! See CONTRIBUTING.md
๐ License
MIT License - see LICENSE
๐ Getting API Key
Need a Lemon Email API key?
DM @Norman_Szobotka on Twitter
Or email: manojk030303@gmail.com
You'll get your key within seconds!
๐ Features
Direct API - No proxies or intermediate servers
Fast - Direct connection means lower latency
Simple - One Python file, minimal dependencies
Reliable - Fewer moving parts = fewer failures
Open Source - See exactly what it does
AI-Ready - Perfect for AI agents and automation
Ready to send emails from AI?
Questions? โ manojk030303@gmail.com
This server cannot be installed
Related Resources
Related MCP Servers
- Asecurity-licenseAqualityGives on-the-fly inboxes to AI agents. Agents / LLM's can send, receive, and take action in isolated inboxes. Built for AI unlike Gmail. Check us out at agentmail.toLast updated -1033
- Asecurity-licenseAqualityIntegrates with Mailtrap Email Platform to enable sending transactional emails via API.Last updated -15549MIT License
- AsecurityFlicenseAqualityA Model Context Protocol server that enables AI models to send emails via simple tool calls, supporting both plain text and HTML formats with JWT authentication.Last updated -1298
- -securityAlicense-qualityProvides AI assistants with the ability to manage email accounts through cPanel's UAPI, enabling automated email account creation, deletion, configuration, and forwarding management.Last updated -2MIT License