LogoSTMCP
Download
mcp-google-email

MCP Google Email Service

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.

Tools

1. list_message

List messages with search capabilities and result limits.

2. send_message

Send an email to a specified recipient with a subject and message text.

3. get_todays_messages

Retrieve today's messages with a configurable result limit.

4. reply_to_message

Reply to an existing message using its ID and reply text.

Open Graph image for MCP Google Email Service

JSON Config

{
  "mcpServers": {
    "gmail": {
      "command": "python",
      "args": ["-m", "src.server"],
      "env": {
        "GOOGLE_APPLICATION_CREDENTIALS": "/path/to/credentials.json",
        "GOOGLE_CREDENTIALS_CONFIG": "{...}"
      }
    }
  }
}

Useful Links

Information