MCP Servers / communication / MCP Email Server

MCP Email Server

JSON →
stdionone1communication

Manage emails using Gmail and IMAP protocols. Requires external configuration for credentials and settings.

Install
How to run this server
[ { "cmd": "npx tsx", "imports": [] } ]
server path: mcp-email-server
Tools
What this server exposes
list_emails
任意のアカウントからメール一覧を取得(種別自動判定)
search_emails
任意のアカウントでメール検索(種別自動判定)
search_all_emails
全てのGmailとIMAPアカウントを横断検索
get_email_detail
任意のアカウントから詳細メール情報を取得
archive_email
任意のアカウントでメールをアーカイブ(種別自動判定)
send_email
任意のアカウントからメール送信(種別自動判定)
list_accounts
設定済みメールアカウントをステータス付きで一覧表示
test_connection
特定のアカウントへの接続テスト
get_account_stats
全アカウントの包括的統計情報を取得
Configuration
Environment & auth
authnone
envEMAIL_ENCRYPTION_KEY
envGMAIL_CLIENT_ID
envGMAIL_CLIENT_SECRET
Resources
MCP Email Server — MCP Server · libregistry