MCP Google Email Service is a Gmail integration implementation using Model Context Protocol (MCP) that provides standardized email functionality including sending, receiving, and managing emails through Gmail's API with multiple authentication methods.
List messages with search capabilities and result limits.
Send an email to a specified recipient with a subject and message text.
Retrieve today's messages with a configurable result limit.
Reply to an existing message using its ID and reply text.
{
"mcpServers": {
"gmail": {
"command": "python",
"args": ["-m", "src.server"],
"env": {
"GOOGLE_APPLICATION_CREDENTIALS": "/path/to/credentials.json",
"GOOGLE_CREDENTIALS_CONFIG": "{...}"
}
}
}
}