Gmail MCP server
A super simple and tiny MCP server for gmail in python
claude-gmail-mcp
A super tiny Gmail MCP server for Claude Code. Lets Claude send emails on your behalf via Gmail SMTP. I needed something for my projects - there were a bunch around which seemed super complicated. So why not have claude CLI build one for me :-p
Prerequisites
- uv installed
- A Gmail account with a generated App Password
Install
Add the MCP server to Claude Code (this will make it available to all projects):
claude mcp add gmail --scope user \
-e [email protected] \
-e GMAIL_APP_PASSWORD=your-app-password \
-- uvx claude-gmail-mcp
Replace [email protected] and your-app-password with your actual credentials.
To make it available to only the current project directory:
claude mcp add gmail \
-e [email protected] \
-e GMAIL_APP_PASSWORD=your-app-password \
-- uvx claude-gmail-mcp
Verify
claude mcp list
You should see gmail listed as a configured server.
Usage
Once installed, ask Claude to send an email:
Send an email to [email protected] with subject "Hello" and body "Hi from Claude!"
Claude will use the send_email tool, which supports:
- to - recipient address(es)
- subject - email subject
- body - plain text or HTML body
- cc/bcc - optional CC/BCC recipients
- html - set to true to send HTML email
For Development
git clone https://github.com/pliablepixels/claude-gmail-mcp.git
cd claude-gmail-mcp
uv sync
Run the server locally:
uv run claude-gmail-mcp
To test with Claude Code using your local copy instead of the published package:
claude mcp add gmail \
-e [email protected] \
-e GMAIL_APP_PASSWORD=your-app-password \
-- uv run --directory /path/to/claude-gmail-mcp claude-gmail-mcp
相关服务器
WhatsApp API Multi Device Version
A multi-device WhatsApp API server for AI agents and tools.
Ayni Protocol
Visual coordination protocol for AI agents — 22 MCP tools for glyph-based communication with 50-70% token savings, shared memory, governance, and on-chain attestation.
Machine 2 Machine Protocol
A proof-of-concept for autonomous economic interactions between AI agents using MCP, A2A, and x402 protocols.
Instagram DMs
Send Instagram DMs via your LLM
Instantly
Manage email campaigns and leads using the Instantly.ai v2 API.
WhatsApp Cloned Voice Messages
Integrates WhatsApp and Minimax to send personalized voice messages using cloned voices.
Warpcast
An MCP server for interacting with the Warpcast social network.
Teams MCP
Interact with Microsoft Teams, users, and organizational data via the Microsoft Graph API.
VoidMob MCP
Mobile proxies, SMS verifications, and global eSIM data plans for AI agents and MCP clients.
AI Therapist
Provides emotional support and mental health tools for AI agents.