gmail-mcp-server
0
The Gmail MCP Server integrates Gmail functionality with FastMCP, allowing AI assistants to perform email operations using natural language requests. The project combines OAuth authentication and the Gmail API with an LLM client for comprehensive email management.
Gmail MCP Server
A Gmail integration with FastMCP, enabling AI assistants to interact with Gmail through a range of operations such as sending and reading emails, viewing content, and email management using OAuth 2.0 and the Gmail API. It features an LLM-powered client that interprets natural language requests.
Components
- Gmail Server: Offers MCP tools for Gmail with OAuth and email operations.
- Smart Gmail Client: Natural language interface using LLM for Gmail operations.
Setup and Requirements
- Install dependencies from
requirements.txt
. - Set up Gmail API and Gemini API credentials.
Usage
- Start the server with authentication credentials.
- Interactive client supports natural language commands for email tasks.
Security Note
Credential files should not be committed to the repository.