Back to directory
ayush-k-shukla/gmail-mcp-server

ayush-k-shukla/gmail-mcp-server

@Ayush-k-Shukla

Implementation of a Gmail MCP server with RAG support

gmailemailmcpragchromadbvector-searchtypescriptoauthtool

Installation & Configuration

{
  "gmail-mcp-server": {
    "type": "stdio",
    "command": "node",
    "args": [
      "<absolute path to dist/mcp.js>"
    ],
    "env": {
      "GMAIL_OAUTH_PATH": "<absolute path to gmail-server-credentials.json>",
      "ENABLE_RAG": "false"
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2026/6/12
Updated
2026/6/13