mcp-outlook-desktop
Microsoft Outlook MCP Server для Claude и Antigravity (AGY)
Высокопроизводительный 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
🔒 Архитектура конфиденциальности и безопасности
Human-in-the-Loop by Design: Все исходящие черновики сообщений по умолчанию сохраняются в папку
DraftsOutlook для ручной проверки. Прямая отправка без проверки (outlook_send_mail) требует явного флагаconfirm_send=Trueдля предотвращения случайных отправок.Защита от косвенной инъекции промптов: Тела входящих электронных писем заключены в XML-теги
<untrusted_email_body_content>, чтобы гарантировать, что ИИ-модели обрабатывают внешний контент строго как пассивные данные.Ноль облачных токенов / Без паролей: Подключается на 100% локально к вашему запущенному приложению Windows Outlook Desktop через Windows MAPI (
win32com).Строгий
.gitignore: Все локальные конфигурации, кэши и окружения игнорируются.
🚀 Установка и быстрый старт
Метод 1: Мгновенный запуск с помощью uvx (не требуется клонирование git)
Если у вас установлен uv, вы можете запустить сервер напрямую:
uvx mcp-outlook-desktopКонфигурация Claude 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-инструменты
Имя инструмента | Параметры | Описание |
| none | Проверить подключение к Outlook |
|
| Список последних писем из Входящих, Отправленных, Черновиков |
|
| Поиск сообщений по всему почтовому ящику |
|
| Получить полное тело письма и данные отправителя, безопасно заключенные в XML-границы |
|
| Создать черновик письма или ответа в папке Черновики Outlook (рекомендуется) |
|
| Отправить письмо напрямую (перенаправляется в Черновики, если не |
|
| Список предстоящих встреч и событий |
|
| Запланировать встречу в календаре Outlook |
| none | Список почтовых папок с количеством непрочитанных |
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