Gmail MCP Server for Windsurf
io.github.artymclabin/gmail-mcp-server
Lean Gmail MCP server with auto authentication support
client:Windsurf
transport:stdio
runtime:npm
Install Gmail MCP Server in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"gmail-mcp-server": {
"command": "npx",
"args": [
"-y",
"@artymclabin/gmail-mcp"
],
"env": {
"GMAIL_OAUTH_PATH": "<GMAIL_OAUTH_PATH>",
"GMAIL_CREDENTIALS_PATH": "<GMAIL_CREDENTIALS_PATH>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs