EmailAssistant
📬 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ファイルをダウンロードします。
Related MCP server: Gmail Plugin MCP Server
🔧 構成の概要
🔁 config.pyでこれらを置き換えます
/absolute/path/to/your/projectローカルの EmailAssistant プロジェクト ディレクトリへの完全なパスに置き換えます。"your_client_secret_file.json"Google Cloud からダウンロードした OAuth 認証情報の正確なファイル名に置き換えます。
🖥️ 3. クロードデスクトップ構成
Claude Desktop 構成ファイル内:
{
"mcpServers": {
"EmailAssistant": {
"command": "uv",
"args": [
"run",
"--with",
"mcp[cli]",
"--with",
"google-api-python-client",
"--with",
"google-auth-httplib2",
"--with",
"google-auth-oauthlib",
"mcp",
"run",
"/absolute/path/to/your/project/MCPEmailAssistant/main.py"
]
}
}
}✅ 実行する
設定が完了したら:
Claudeデスクトップを起動
Claude は
EmailAssistantMCP サーバーを自動的に認識します。Claude を使用して次のような関数を呼び出すことができるようになりました。
get_email_summary(time="newer_than:1d")
get_top_matching_email(query_keywords="project deadline")📌 要件
Python 3.9以上
uv(uvを使用していない場合はpipを使用)次の Python パッケージ:
google-api-python-clientgoogle-auth-httplib2google-auth-oauthlibmcp[cli]
This server cannot be deployed
Maintenance
Related MCP Connectors
A MCP server for Gmail that lets you search, read, and draft emails and replies.
Email infrastructure for AI agents — send, receive, search, and reply to email over MCP.
An MCP server that provides email capabilities, hosted on Alpic platform
An MCP server that provides email capabilities, hosted on Alpic platform
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceMCP 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.72GPL 3.0
- AlicenseNot gradedqualityDmaintenanceAn 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.1MIT
- FlicenseNot gradedqualityDmaintenanceThis MCP server provides a natural language interface to the Gmail API, allowing users to interact with Gmail functionality (like emails, threads, labels, etc.) through the Model Context Protocol.-
- AlicenseNot gradedqualityDmaintenanceAn MCP server that provides Gmail access for LLMs, enabling email composition, sending, searching, and label management via the Gmail API.MIT