add-gmail-agent

Installation
SKILL.md

Add Email to Agent (Gmail)

Gives the agent access to email via MCP tools. Read, search, send, and manage emails from the bot.

This is optional. Email is not core to GhostClaw. But it's useful — your bot can read verification codes, check for urgent emails, send summaries, or flag things that need attention. One practical use: the bot reads its own auth codes automatically during setup.

Email providers

Gmail is the easiest path because there's a well-maintained MCP server for it. But this isn't Gmail-specific — any email provider with an MCP server or IMAP access works. Options:

Provider Approach Difficulty
Gmail MCP server with OAuth (documented below) Medium — Google Cloud setup required
Outlook/365 Microsoft Graph MCP server Medium — Azure app registration
Any IMAP Generic IMAP MCP server Easy — just server/user/password
Proton Mail Proton Bridge + IMAP MCP Medium — needs Bridge running

The Gmail route is documented here. For other providers, the wiring is identical — just swap the MCP server command in the agent runner config.

Installs
1
GitHub Stars
100
First Seen
Jun 16, 2026
add-gmail-agent — b1rdmania/ghostclaw