Installation & Configuration
{
"email-server": {
"command": "uv",
"args": [
"--directory",
"/path/to/email-mcp-server",
"run",
"python",
"-m",
"email_mcp_server.server"
],
"env": {
"SMTP_HOST": "smtp.gmail.com",
"SMTP_PORT": "587",
"SMTP_SECURE": "false",
"SMTP_USER": "[email protected]",
"SMTP_FROM": "[email protected]",
"SMTP_PASS": "your-app-password"
}
}
}Information
Transport
stdiostreamable-http
Language
Python
Created
2026/6/12
Updated
2026/6/13