Stats
Actions
Tags
From better-email-mcp
Local MCP server providing better email handling for communication tasks. Runs as a Node.js subprocess via npx. No secrets or API keys required.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"better-email-mcp": {
"command": "npx",
"args": [
"--yes",
"@n24q02m/better-email-mcp@latest"
],
"env": {
"MCP_TRANSPORT": "stdio",
"EMAIL_CREDENTIALS": "${user_config.EMAIL_CREDENTIALS}"
}
}
}
}Replace placeholder values for: EMAIL_CREDENTIALS
Review these signals before enabling this server
This MCP server needs API keys or credentials. Configure them in your environment before use.
Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Environment variables set when the server starts
MCP_TRANSPORT=stdioEMAIL_CREDENTIALS=${user_config.EMAIL_CREDENTIALS}Sensitive values you must provide — never committed to source control
Declared capabilities of this MCP server
npx claudepluginhub n24q02m/better-email-mcp