📬 Claude デスクトップ用 EmailAssistant
EmailAssistantは、Gmail APIと連携し、カスタムクエリや最近のアクティビティに基づいてメールを取得・要約するMCP対応サーバーです。Claude Desktopと併用することで、受信トレイをハンズフリーで操作できます。
⚙️ セットアップ手順
1. Gmail APIを有効にする
Google Cloud Consoleに移動します。
新しいプロジェクトを作成するか、既存のプロジェクトを使用します。
「API とサービス」でGmail APIを有効にします。
OAuth 2.0 クライアント ID資格情報を作成します。
client_secret_XXXXX.json
ファイルをダウンロードします。
🔧 構成の概要
🔁 config.py
でこれらを置き換えます
/absolute/path/to/your/project
ローカルの EmailAssistant プロジェクト ディレクトリへの完全なパスに置き換えます。"your_client_secret_file.json"
Google Cloud からダウンロードした OAuth 認証情報の正確なファイル名に置き換えます。
🖥️ 3. クロードデスクトップ構成
Claude Desktop 構成ファイル内:
✅ 実行する
設定が完了したら:
Claudeデスクトップを起動
Claude は
EmailAssistant
MCP サーバーを自動的に認識します。Claude を使用して次のような関数を呼び出すことができるようになりました。
📌 要件
Python 3.9以上
uv
(uv
を使用していない場合はpip
を使用)次の Python パッケージ:
google-api-python-client
google-auth-httplib2
google-auth-oauthlib
mcp[cli]
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Gmail API と統合し、カスタム クエリや最近のアクティビティに基づいてメールを取得して要約する MCP 対応サーバーです。
Related MCP Servers
- AsecurityAlicenseAqualityProvides tools for interacting with Gmail and Calendar APIs. This server enables you to manage your emails and calendar events programmatically through the MCP interface.Last updated -26MIT License
- -securityAlicense-qualityIntegrates with Gmail to enable sending, reading, drafting, and managing emails via the Model Context Protocol (MCP), allowing users to interact with email tasks through automated client prompts.Last updated -2GPL 3.0
- -securityAlicense-qualityMCP server that integrates with Gmail to enable sending, reading, and managing emails through tools like send-email, trash-email, get-unread-emails, and read-email.Last updated -60GPL 3.0
- -securityAlicense-qualityAn MCP server that enables Gmail integration, allowing users to manage emails (send, receive, read, trash, mark as read) directly through MCP clients like Claude Desktop.Last updated -MIT License