Gmail-MCP-Server

Himank-J/Gmail-MCP-Server

3.1

If you are the rightful owner of Gmail-MCP-Server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

Gmail MCP server connects Gmail functionalities with LLM using the Model Context Protocol.

Overview

Gmail MCP server - Connecting Gmail and LLM using MCP

Project

  • using functionalities of Gmail applications we create tools to send mail, create draft, mark email as read and more...
  • The aim is to to manually convert an LLM into an Agent without using any framework. Using iterative prompting we get our LLM to utilise tools and send email to required receipient

Demo

Code Details

This is the server file that enlists all the tools that our LLM can use. Below is the main code that opens FreeForm app, creates a rectangle and adds text inside it.

This is the client file that uses MCP to send the query to the server.