Back to directory
highlight-ing/gmail-mcp-server

highlight-ing/gmail-mcp-server

@highlight-ing

A Model Context Protocol (MCP) server that provides tools for interacting with Gmail API.

gmailemailmcpoauthgoogle-apiemail-managementtypescripttool

Installation & Configuration

{
  "mcpServers": {
    "google-gmail": {
      "command": "node",
      "args": [
        "/path/to/google-gmail-server/build/index.js"
      ],
      "env": {
        "GOOGLE_ACCESS_TOKEN": "your_access_token"
      }
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2026/6/14
Updated
2026/6/15