MCP server
Gmail MCP Server (AutoAuth)
Gmail access for MCP clients with a browser-based OAuth step that runs once.
Add it to your client
CommunityInstall
npx @gongrzhe/server-gmail-autoauth-mcp
mcpServers
{
"mcpServers": {
"gmail-mcp": {
"command": "npx",
"args": [
"@gongrzhe/server-gmail-autoauth-mcp"
]
}
}
}- Transport
- stdio
- Runtime
- Node
- Auth
- Required
- License
- MIT
Tools
send_emaildraft_emailread_emailsearch_emailsmodify_emailbatch_modify_emailscreate_label
The server covers sending and drafting mail, search, reading threads, label creation, filters, batch operations and attachment handling. Its selling point is the setup path: an auth subcommand opens the browser, completes the OAuth exchange and stores the token under the home directory, so no manual credential juggling is needed afterwards. It is a community project rather than anything published by Google.
Similar MCP servers
GitHub MCP Server
MCP serverGitHub's own server for repos, issues, pull requests and workflow runs
Developer ToolsVersion Control & Repos
Vercel MCP
MCP serverHosted endpoint for Vercel docs, projects, deployments and logs.
Developer ToolsCloud Platforms & Infrastructure
Fetch (MCP Reference Server)
MCP serverReference server that retrieves a URL and hands back markdown.
Developer ToolsSearch Engines & Web
Comments(0)
Sign in to comment