Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"gmail-imap": {
"command": "/bin/sh",
"args": [
"-c",
"PATH=\"$PATH:/opt/homebrew/bin:/usr/local/bin\"; exec node \"${CLAUDE_PLUGIN_ROOT}/dist/index.cjs\""
],
"env": {
"GMAIL_USERNAME": "${GMAIL_USERNAME}",
"GMAIL_APP_PASSWORD": "${GMAIL_APP_PASSWORD}",
"GMAIL_ATTACHMENTS_DIR": "${GMAIL_ATTACHMENTS_DIR}"
}
}
}
}Replace placeholder values for: GMAIL_APP_PASSWORD
Review these signals before enabling this server
This MCP server needs API keys or credentials. Configure them in your environment before use.
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
/bin/shCommand-line arguments passed to the server process
Environment variables set when the server starts
GMAIL_USERNAME=${GMAIL_USERNAME}GMAIL_APP_PASSWORD=${GMAIL_APP_PASSWORD}GMAIL_ATTACHMENTS_DIR=${GMAIL_ATTACHMENTS_DIR}Sensitive values you must provide — never committed to source control
npx claudepluginhub manuelfedele/gmail-imap --plugin gmail-imap