mcp-outlook-desktop
Claude と Antigravity (AGY) のための Microsoft Outlook MCP サーバー
高性能な Model Context Protocol (MCP) サーバーで、Microsoft 365 Outlook のメール、カレンダー、連絡先に直接かつ安全にアクセスできます。
Claude Code CLI
Claude Desktop
Antigravity CLI (AGY)
🖥️ ライブターミナルデモ
[1;36m>[0m [1mclaude[0m "Check my unread emails and prepare a draft follow-up to Alex about tomorrow's sync"
[1;34m⚡ Calling Tool:[0m outlook_list_messages(folder="inbox", unread_only=True, top=5)
[32m✔ Found 2 unread messages:[0m
[1] [1mFrom:[0m Alex Mercer <alex@company.com> | [1mSubject:[0m Agenda for Q3 Planning Sync
[2] [1mFrom:[0m Cloud Alerts <alerts@infra.io> | [1mSubject:[0m Weekly Node Health Report
[1;34m⚡ Calling Tool:[0m outlook_get_message(message_id="MSG_049281")
[32m✔ Retrieved message safely encapsulated in <untrusted_email_body_content> boundary.[0m
[1;34m⚡ Calling Tool:[0m outlook_create_draft(
to_recipients=["alex@company.com"],
subject="Re: Agenda for Q3 Planning Sync",
body="Hi Alex,\n\nThanks for sending over the agenda. I reviewed the distributed queue items and added notes for tomorrow's sync.\n\nBest,\nJosh"
)
[1;32m✔ Draft created successfully in Outlook Drafts folder (ID: DRAFT_839120)[0m
[2;37m [Human-in-the-Loop Safe]: The draft is ready in your Outlook app for review before sending.[0mRelated MCP server: outlook-mcp
🔒 プライバシーとセキュリティアーキテクチャ
設計によるヒューマン・イン・ザ・ループ: すべての送信メッセージの下書きは、手動レビューのために Outlook の
Draftsフォルダにデフォルト設定されます。未レビューの直接送信 (outlook_send_mail) には、誤送信を防ぐために明示的なconfirm_send=Trueフラグが必要です。間接プロンプトインジェクション対策: 受信メールの本文は
<untrusted_email_body_content>XML タグでカプセル化され、AI モデルが外部コンテンツを厳密に受動的データとして解析するようにします。クラウドトークンゼロ / パスワード不要: Windows MAPI (
win32com) を介して、実行中の Windows Outlook デスクトップアプリケーションに 100% ローカルで接続します。厳格な
.gitignore: すべてのローカル設定、キャッシュ、環境は無視されます。
🚀 インストールとクイックスタート
方法1: uvx による即時実行(git clone 不要)
uv がインストールされている場合、サーバーを直接実行できます:
uvx mcp-outlook-desktopClaude Desktop の設定 (%APPDATA%\Claude\claude_desktop_config.json):
{
"mcpServers": {
"outlook": {
"command": "uvx",
"args": ["mcp-outlook"]
}
}
}Claude Code CLI:
claude mcp add outlook uvx mcp-outlook-desktop方法2: pip によるローカルインストール
pip install mcp-outlook-desktop次に、Claude Desktop の設定で:
{
"mcpServers": {
"outlook": {
"command": "mcp-outlook"
}
}
}方法3: ソースからクローン (C:\projects\mcp-outlook)
cd C:\projects
gh repo clone Jpatching/mcp-outlook
cd mcp-outlook
setup.bat接続をテスト(Outlook を開いた状態で):
run.bat --status
run.bat --test🛠️ 利用可能な MCP ツール
ツール名 | パラメータ | 説明 |
| なし | Outlook への接続を確認 |
|
| 受信トレイ、送信済み、下書きから最近のメールを一覧表示 |
|
| メールボックス全体でメッセージを検索 |
|
| メール本文と送信者情報を XML 境界で安全にカプセル化して取得 |
|
| Outlook の下書きフォルダに下書きメールまたは返信下書きを作成(推奨) |
|
| メールを直接送信( |
|
| 今後の会議と予定を一覧表示 |
|
| Outlook カレンダーに会議をスケジュール |
| なし | 未読数を含むメールフォルダを一覧表示 |
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityFmaintenanceEnables AI-powered email management for Microsoft Outlook, allowing users to search, compose, organize, and batch forward emails using natural language commands with 100% local processing.30MIT
- AlicenseBqualityCmaintenanceEnables AI assistants to manage Microsoft Outlook email and calendar through the Microsoft Graph API, including reading, sending, searching emails, and handling calendar events.434225MIT
- Flicense-qualityDmaintenanceProvides programmatic access to Microsoft Outlook mailboxes, enabling AI assistants to search, analyze, and extract insights from emails in personal and shared mailboxes.
- AlicenseAqualityDmaintenanceEnables AI assistants to manage Microsoft 365 email, calendar, and contacts through natural language, with zero Azure setup required.159MIT
Related MCP Connectors
Governed email for AI agents (Mailbuttons / mbag.ai): sandbox inboxes, policy gate, audit log.
Let ChatGPT, Claude & Cursor use your Mac: email, calendar, iMessage, Teams, files. Local, free.
Authenticated email gateway for AI agents — per-agent inboxes, HITL approval, SPF/DKIM verified.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Jpatching/mcp-outlook'
If you have feedback or need assistance with the MCP directory API, please join our Discord server