mcp-email-client
Mail Client MCPは、Pythonベースのメールクライアントで、ユーザーがメール設定を管理し、メールを送信し、最新の未読メールを読むことを可能にします。複数のメール設定の追加、更新、削除ができ、指定された設定を使用してメールを送信する機能も備えています。
GitHubスター
14
ユーザー評価
未評価
フォーク
4
イシュー
1
閲覧数
1
お気に入り
0
README
Mail Client MCP
Overview
Mail Client MCP is a Python-based email client that allows users to manage email configurations, send emails, and read the latest unread emails. It provide MCP for Claude Desktop
Features
- List all email configurations
- Add new email configurations
- Update existing email configurations
- Delete email configurations
- Send emails using specified configurations
- Read the latest 5 unread emails
Installation
Clone the repository:
git clone https://github.com/gamalan/mcp-email-client.git cd mcp-email-clientInstall uv Linux/MacOS
curl -LsSf https://astral.sh/uv/install.sh | shWindows
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"Install dependencies:
uv sync
Configuration
Configuration example using Claude Desktop
{
"mcpServers": {
"mcp_email_client": {
"command": "uv",
"args": [
"run",
"--directory",
"D:\\Project\\RepoPath",
"mcp_email_client"
]
}
}
}
or in VsCode
{
"servers": {
"any-name": {
"type": "stdio",
"command": "/path/to/uv",
"args": [
"run",
"--directory",
"/path/to/repo",
"run_mcp_server.py",
]
}
}
}
スレッド