email-MCP-Server

trpthsimran-gif/email-MCP-Server
★ 0 stars Jupyter Notebook AI/LLM Updated 14d ago
MCP server connecting Claude to Gmail
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "email-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "trpthsimran-gif/email-MCP-Server"
      ]
    }
  }
}

README Excerpt

MCP server connecting Claude to Gmail readme_content = """# Email MCP Server A Model Context Protocol (MCP) server that connects Claude Desktop to Gmail. - Read recent emails with full body content - Reply to emails in the SAME thread (no duplicate emails) - Send new emails - Search emails using Gmail search syntax

Tools (4)

read_emailsreply_in_threadsearch_emailssend_email