Installation & Configuration
{
"mcpServers": {
"Gemini Email Generator": {
"command": "node",
"args": [
"./dist/index.js"
],
"cwd": ".",
"env": {
"GEMINI_API_KEY": "your_api_key_here",
"NODEMAILER_EMAIL": "[email protected]",
"NODEMAILER_PASSWORD": "your_app_password_here"
}
}
}
}Information
Transport
stdio
Language
TypeScript
Created
2026/6/13
Updated
2026/6/13