Loading MCP server directory, please wait...
Gmail MCP server — send, read, and search email. By Strider Labs.
npx @getmcp/cli add io.github.markswendsen-code/gmailRequires Node.js 18+. Community-contributed server. Review source before installing.
GOOGLE_CLIENT_IDGoogle OAuth 2.0 Client ID from Google Cloud Console
GOOGLE_CLIENT_SECRETGoogle OAuth 2.0 Client Secret
GOOGLE_REFRESH_TOKENGoogle OAuth 2.0 Refresh Token for the user's Gmail account
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.markswendsen-code/gmail": {
"command": "npx",
"args": [
"-y",
"@striderlabs/mcp-gmail"
],
"env": {
"GOOGLE_CLIENT_ID": "",
"GOOGLE_CLIENT_SECRET": "",
"GOOGLE_REFRESH_TOKEN": ""
}
}
}
}