Enables Gmail integration for MCP clients, providing direct email management.
If you already use Gmail Plugin, the gmail plugin mcp server is the piece that lets your assistant work with it directly. Enables Gmail integration for MCP clients, providing direct email management.
A powerful MCP server that enables Gmail integration, allowing you to manage emails directly through MCP clients. This plugin provides seamless access to Gmail's core functionality including reading, sending, and managing emails.
The server ships on npm as @modelcontextprotocol/inspector, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
send-email — Send an emailget-unread-emails — Retrieve unread emailsread-email — Read email contenttrash-email — Move email to trashmark-email-as-read — Mark email as readopen-email — Open email in browserPrerequisites — The Prerequisites tool exposed by this serverInstallation — 1. Clone the repository: bash git clone https://github.com/yourusername/gmail-plugin.git cd gmail-pluginConfiguration — The Configuration tool exposed by this serverDebugging — Use the MCP Inspector for debugging:This sits in the team communication group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Gmail Plugin's toolset — send-email, get-unread-emails, read-email and 7 more — is a fair guide to whether it matches your workflow. It is maintained by sanchisingh01; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Gmail Plugin's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| send-email | Send an email |
| get-unread-emails | Retrieve unread emails |
| read-email | Read email content |
| trash-email | Move email to trash |
| mark-email-as-read | Mark email as read |
| open-email | Open email in browser |
| Prerequisites | The Prerequisites tool exposed by this server. |
| Installation | 1. Clone the repository: bash git clone https://github.com/yourusername/gmail-plugin.git cd gmail-plugin |
| Configuration | The Configuration tool exposed by this server. |
| Debugging | Use the [MCP Inspector](https://github.com/modelcontextprotocol/inspector) for debugging: |
#### For Published Servers
```json
"mcpServers": {
"gmail-plugin": {
"command": "uvx",
"args": [
"gmail-plugin"
]
}
}Configuration as documented by the project. Restart the client after saving.
Your assistant inside the workspace — read channels, search history, post messages and tame the noise.
Inbox intelligence — search, read, draft and send Gmail through your assistant with OAuth auto-setup.
Read and write Jira, Confluence, Bitbucket, JSM and Compass from your AI client — with your own permissions.
Read and send Telegram messages through your assistant — chats, channels and history via the client API.
Enables Discord bot integration with Model Context Protocol (MCP) compatible applications like Claude Desktop.
Exposes REST APIs defined by OpenAPI specifications as Model Context Protocol (MCP) tools, facilitating seamless integration into MCP-based workflows.