Gmail MCP ServerServer

Samarth2001
GitHub
email managementAI integrationGmail

Loading subscription status...

💡 Description

An integrated Model Context Protocol (MCP) server that allows AI assistants like Claude to interact directly with Gmail using natural language. It offers a comprehensive set of tools for email management, facilitating seamless integration between conversational AI and your inbox.

📝 JSON Entries

{
  "mcpServers": [
    {
      "gmail": {
        "args": [
          "/absolute/path/to/gmail-mcp-server/gmail_server.py"
        ],
        "command": "python"
      }
    }
  ]
}

🛠️ Tools

send_emailread_emailsearch_emailscreate_email_draftget_email_labels

Features

  • Complete email management
  • Advanced integration with Google Cloud
  • Batch operations on emails

💬 Example Queries

  • Send an email to john@example.com with the subject 'Project Update' and let them know we're still on track for the deadline next week.
  • Search my inbox for any emails from Bank of America in the last month and summarize them for me.
  • Find all unread emails from my boss and create a summary of any action items mentioned in them.