Gmail MCP
by mkpoli · devops · mcp-server, lobehub, validated, social
Multi-account Gmail on a Cloudflare Worker you deploy yourself: search and read mail, send, reply-all with quoted history, forward, attachments and inline images, drafts, labels, and threads. Each connection binds to one Google account and the refresh token stays in your own Cloudflare account.
Source: https://github.com/mkpoli/gmail-mcp
Install
git clone https://github.com/mkpoli/gmail-mcpUse this forAI-extracted
- →Read and search Gmail messages across multiple accounts from Claude or other MCP clients
- →Send emails and manage labels programmatically through AI agents
- →Retrieve email threads and attachments for processing in automated workflows
- →Monitor and filter incoming mail by sender, subject, or label for notifications
Works with
Tags: mcp-server, lobehub, validated, social
⭐ 38 GitHub stars · Source: lobehub
About devops MCP servers and Claude skills
devops MCP servers extend what AI agents can do inside Claude Code, Cursor, Copilot, Codex, and Windsurf. The Skiln directory indexes 16,000+ such integrations across 22 categories.
Gmail MCP is one of hundreds of devops entries indexed on Skiln. Browse the full devops category or the complete directory of Claude skills, MCP servers, agents, commands, and hooks.
Related devops MCPs and skills
- gmail-mcp by mkpoli
gmail-mcp is a remote MCP server that exposes Gmail as a set of tools — search, read, label, draft, send — over streamable HTTP with OAuth 2.1. It runs on Cloudflare Workers under your own domain.
- MCP Storage Map by cyhoon
MCP server for unified database and storage access. Configure database connections via environment variables with pattern STORAGE_<ID>_<PROPERTY> for MySQL, AWS Athena, and more.
- Peeky Search by TripCreighton
IR-based HTML content extraction with MCP server for web search. Requires Docker to run the SearXNG search backend locally.
- MCP MySQL Server by sajithrw
A Model Context Protocol (MCP) server for MySQL databases, including support for AWS RDS and other cloud MySQL instances. Requires environment variables for MySQL connection configuration such as MYSQL_HOST, MYSQL_PORT, MYSQL_USER, MYSQL_PASSWORD, MYSQL_DATABASE, and MYSQL_SSL.
- german-law-mcp by kai-bruell
MCP server for accessing German federal law texts from gesetze-im-internet.de. Downloads and parses German federal law XML files from gesetze-im-internet.de. External law XML files are stored locally and their location can be overridden via the LAWS_DIR environment variable.
- AI Group Markdown to Word MCP Server by jackdark425
Markdown-to-Word MCP server with advanced styling, tables, formulas, images, Mermaid rendering, and HTTP deployment support.
- dbx by t8y2
DBX is a lightweight open-source database manager supporting 70+ databases in 20 MB, with desktop and Docker self-hosting options and a built-in AI assistant.
- SurfSense: The Open-Source NotebookLM Alternative for Open Web Research by modsetter
SurfSense is an open-source NotebookLM alternative providing an MCP server with live data connectors for Reddit, YouTube, Instagram, TikTok, Amazon, Google Maps, Google Search, and more. It exposes connectors as native tools via a REST API or MCP server. Self-hosting is free and open source. Requires Docker Desktop for self-hosted deployment using the provided install scripts.
Frequently asked questions
How do I install Gmail MCP?
Add the install command above to your Claude Code, Cursor, or Windsurf MCP configuration. Most servers register via npx, a local command, or a Docker image. Refer to the source repository for environment variables and credential requirements.
Which clients support Gmail MCP?
Any MCP-compatible client works: Claude Desktop, Claude Code CLI, Cursor, Windsurf, Zed, and VS Code with the official MCP extension. OpenAI Codex and GitHub Copilot increasingly support MCP via adapter bridges.
Is Gmail MCP free?
The server itself is typically open source. Any upstream service (API keys, paid tiers, hosted infrastructure) may have its own pricing. Check the source repository for details.