{
"mcpServers": {
"mcp-email-server": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
IMAP and SMTP via MCP Server
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
BSD-3-Clause. View license →
Is it maintained?
Last commit 2 days ago. 211 stars.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
This MCP server allows Claude and other AI assistants to access your LinkedIn. Scrape LinkedIn profiles, companies and jobs, and manage your inbox.
B2B lead generation MCP server - 20+ scrapers, email finder, skip trace, and more.
Real-time DNS security analysis — DNSSEC, email auth, and RDAP. Built for SOC investigations.
MCP server that integrates the LINE Messaging API to connect an AI Agent to the LINE Official Account.
MCP Security Weekly
Get CVE alerts and security updates for Mcp Email Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
IMAP and SMTP via MCP Server
We recommend using uv to manage your environment.
Try uvx mcp-email-server@latest ui to config, and use following configuration for mcp client:
{
"mcpServers": {
"zerolib-email": {
"command": "uvx",
"args": ["mcp-email-server@latest", "stdio"]
}
}
}
This package is available on PyPI, so you can install it using pip install mcp-email-server
After that, configure your email server using the ui: mcp-email-server ui
You can also configure the email server using environment variables, which is particularly useful for CI/CD environments like Jenkins. zerolib-email supports both UI configuration (via TOML file) and environment variables, with environment variables taking precedence.
{
"mcpServers": {
"zerolib-email": {
"command": "uvx",
"args": ["mcp-email-server@latest", "stdio"],
"env": {
"MCP_EMAIL_SERVER_ACCOUNT_NAME": "work",
"MCP_EMAIL_SERVER_FULL_NAME": "John Doe",
"MCP_EMAIL_SERVER_EMAIL_ADDRESS": "john@example.com",
"MCP_EMAIL_SERVER_USER_NAME": "john@example.com",
"MCP_EMAIL_SERVER_PASSWORD": "your_password",
"MCP_EMAIL_SERVER_IMAP_HOST": "imap.gmail.com",
"MCP_EMAIL_SERVER_IMAP_PORT": "993",
"MCP_EMAIL_SERVER_SMTP_HOST": "smtp.gmail.com",
"MCP_EMAIL_SERVER_SMTP_PORT": "465"
}
}
}
}
| Variable | Description | Default | Required |
| --------------------------------------------- | ------------------------------------------------------ | ------------- | -------- |
| MCP_EMAIL_SERVER_ACCOUNT_NAME | Account identifier | "default" | No |
| MCP_EMAIL_SERVER_FULL_NAME | Display name | Email prefix | No |
| MCP_EMAIL_SERVER_EMAIL_ADDRESS | Email address | - | Yes |
| MCP_EMAIL_SERVER_USER_NAME | Login username | Same as email | No |
| MCP_EMAIL_SERVER_PASSWORD | Email password | - | Yes |
| MCP_EMAIL_SERVER_IMAP_HOST | IMAP server host | - | Yes |
| MCP_EMAIL_SERVER_IMAP_PORT | IMAP server port | 993 | No |
| MCP_EMAIL_SERVER_IMAP_SSL | Enable IMAP SSL