概览
What is Mcp Server Pypi?
Mcp Server Pypi is a Python package that integrates Gmail and Google Calendar with Claude Desktop. It allows users to summarize emails, send emails, and automatically create calendar events for important emails using an MCP server.
How to use Mcp Server Pypi?
Install via pip install gmail-mcp-server, set up Google Cloud credentials, and run with gmail-mcp-server. Configure Claude Desktop by adding a server entry in claude_desktop_config.json with command gmail-mcp-server.
Key features of Mcp Server Pypi?
- Summarize recent emails in Gmail inbox.
- Send emails directly from Claude Desktop.
- Create Google Calendar events manually or automatically.
- Automatic processing of important emails every 10 minutes.
- Tags processed emails with
calendar_event_created. - Runs as a background server with scheduler.
Use cases of Mcp Server Pypi?
- Summarize the last few emails in your inbox.
- Send an email with subject and body.
- Create a calendar event for the last important email.
- Automatically create events for emails labeled important.
FAQ from Mcp Server Pypi
What does Mcp Server Pypi do?
It integrates Gmail and Google Calendar with Claude Desktop, enabling email summarization, sending, and automatic calendar event creation.
What are the dependencies?
It depends on google-api-python-client, google-auth-oauthlib, mcp, and schedule.
How to set up credentials?
Enable Gmail and Google Calendar APIs in Google Cloud Console, download credentials.json, and place it in ~/.gmail_mcp_server/ (or C:\Users\<Username>\.gmail_mcp_server\ on Windows).
How does automatic calendar event creation work?
Emails labeled "important" are processed every 10 minutes; a calendar event is created and the email is tagged with calendar_event_created.
What transport/auth does it use?
It uses the MCP (Model Context Protocol) and OAuth 2.0 authentication via Google libraries.