MCP Server
io.github.n24q02m/better-email-mcp MCP Server
io.github.n24q02m/better-email-mcp
What is the io.github.n24q02m/better-email-mcp MCP server?
IMAP/SMTP MCP server for Email with composite tools. Multi-account, auto-discovery.
How to install io.github.n24q02m/better-email-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
EMAIL_CREDENTIALSrequiredsecretEmail credentials (format: user@gmail.com:app-password). Multiple accounts: comma-separated.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"better-email-mcp": {
"command": "npx",
"args": [
"-y",
"@n24q02m/better-email-mcp"
],
"env": {
"EMAIL_CREDENTIALS": "<YOUR_EMAIL_CREDENTIALS>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"better-email-mcp": {
"command": "npx",
"args": [
"-y",
"@n24q02m/better-email-mcp"
],
"env": {
"EMAIL_CREDENTIALS": "<YOUR_EMAIL_CREDENTIALS>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"better-email-mcp": {
"command": "npx",
"args": [
"-y",
"@n24q02m/better-email-mcp"
],
"env": {
"EMAIL_CREDENTIALS": "<YOUR_EMAIL_CREDENTIALS>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"better-email-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@n24q02m/better-email-mcp"
],
"env": {
"EMAIL_CREDENTIALS": "<YOUR_EMAIL_CREDENTIALS>"
}
}
}
}Claude Code
claude mcp add better-email-mcp --env EMAIL_CREDENTIALS=<YOUR_EMAIL_CREDENTIALS> -- npx -y @n24q02m/better-email-mcpRelated MCP servers
Knowledge graph for token-efficient code reviews with fixed search and configurable embeddings
View repository →MCP server for Godot Engine 4.x with 17 tools for scenes, scripts, and shaders.
View repository →Markdown-first MCP server for Notion API with 9 composite tools and 39+ actions.
View repository →Telegram MCP server — dual-mode Bot API + MTProto, 6 composite tools.
View repository →MCP server for image/video understanding & generation (Gemini/OpenAI/Grok)
View repository →Persistent AI memory with hybrid search (FTS5 + semantic) and cross-machine sync.
View repository →