From 1a880efcc1c9d701e54baecbb6789daa682403d6 Mon Sep 17 00:00:00 2001 From: Mats0926 Date: Fri, 14 Aug 2026 23:11:57 +0900 Subject: [PATCH 1/3] Add ma2no4413/outlook-mcp --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 67370cd77..18ecc994f 100644 --- a/README.md +++ b/README.md @@ -790,6 +790,7 @@ Integration with communication platforms for message management and channel oper - [littlebearapps/outlook-assistant](https://github.com/littlebearapps/outlook-assistant) [![outlook-assistant MCP server](https://glama.ai/mcp/servers/@littlebearapps/outlook-assistant/badges/score.svg)](https://glama.ai/mcp/servers/@littlebearapps/outlook-assistant) 📇 ☁️ - Ask your AI assistant to search your inbox, send emails, schedule meetings, manage contacts, and configure mailbox settings — without leaving the conversation. Works with Claude, Cursor, Windsurf, and any MCP-compatible client. - [loicfontaine-max/qorami-sdk](https://github.com/loicfontaine-max/qorami-sdk/tree/main/mcp) [![qorami-sdk MCP server](https://glama.ai/mcp/servers/loicfontaine-max/qorami-sdk/badges/score.svg)](https://glama.ai/mcp/servers/loicfontaine-max/qorami-sdk) 📇 ☁️ - Check an email before an AI agent sends it: returns send / ask-a-human / block, with machine reason codes and prompt-injection detection. - [Leximo-AI/leximo-ai-call-assistant-mcp-server](https://github.com/Leximo-AI/leximo-ai-call-assistant-mcp-server) 📇 ☁️ - Make AI-powered phone calls on your behalf — book reservations, schedule appointments, and view call transcripts +- [ma2no4413/outlook-mcp](https://github.com/ma2no4413/outlook-mcp) 🐍 🏠 🍎 🪟 🐧 - Clean up a large Outlook / Hotmail mailbox via Microsoft Graph. Bulk moves and bulk mark-read with dry-run previews, whole-subtree folder moves that relocate thousands of messages in one call, and server-side inbox rules. Replies go to Drafts — no send tool exists and `Mail.Send` is never requested, so a prompt-injected agent has no way out. Deletes only ever reach Deleted Items. Personal Hotmail/Outlook.com accounts supported. - [madbonez/caldav-mcp](https://github.com/madbonez/caldav-mcp) 🐍 ☁️ - Universal MCP server for CalDAV protocol integration. Works with any CalDAV-compatible calendar server including Yandex Calendar, Google Calendar (via CalDAV), Nextcloud, ownCloud, Apple iCloud, and others. Supports creating events with recurrence, categories, priority, attendees, reminders, searching events, and retrieving events by UID. - [marlinjai/email-mcp](https://github.com/marlinjai/email-mcp) 📇 ☁️ 🏠 - Unified MCP server for email across Gmail (REST API), Outlook (Microsoft Graph), iCloud, and generic IMAP/SMTP. 24 tools for search, send, organize, and batch-manage emails with built-in OAuth2 and encrypted credential storage. - [marras0914/agent-toolbelt](https://github.com/marras0914/agent-toolbelt) [![marras0914/agent-toolbelt MCP server](https://glama.ai/mcp/servers/marras0914/agent-toolbelt/badges/score.svg)](https://glama.ai/mcp/servers/marras0914/agent-toolbelt) 📇 ☁️ - 20 focused API tools for AI agents: schema generation, text extraction, token counting, regex/cron building, prompt optimization, web summarization, document comparison, and more. TypeScript SDK + LangChain wrappers included. From aee95e85d5b4db88577b9746d117f975328e358c Mon Sep 17 00:00:00 2001 From: Mats0926 Date: Sat, 15 Aug 2026 00:09:03 +0900 Subject: [PATCH 2/3] Lead with folder-subtree moves in the outlook-mcp entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 18ecc994f..94901d58b 100644 --- a/README.md +++ b/README.md @@ -790,7 +790,7 @@ Integration with communication platforms for message management and channel oper - [littlebearapps/outlook-assistant](https://github.com/littlebearapps/outlook-assistant) [![outlook-assistant MCP server](https://glama.ai/mcp/servers/@littlebearapps/outlook-assistant/badges/score.svg)](https://glama.ai/mcp/servers/@littlebearapps/outlook-assistant) 📇 ☁️ - Ask your AI assistant to search your inbox, send emails, schedule meetings, manage contacts, and configure mailbox settings — without leaving the conversation. Works with Claude, Cursor, Windsurf, and any MCP-compatible client. - [loicfontaine-max/qorami-sdk](https://github.com/loicfontaine-max/qorami-sdk/tree/main/mcp) [![qorami-sdk MCP server](https://glama.ai/mcp/servers/loicfontaine-max/qorami-sdk/badges/score.svg)](https://glama.ai/mcp/servers/loicfontaine-max/qorami-sdk) 📇 ☁️ - Check an email before an AI agent sends it: returns send / ask-a-human / block, with machine reason codes and prompt-injection detection. - [Leximo-AI/leximo-ai-call-assistant-mcp-server](https://github.com/Leximo-AI/leximo-ai-call-assistant-mcp-server) 📇 ☁️ - Make AI-powered phone calls on your behalf — book reservations, schedule appointments, and view call transcripts -- [ma2no4413/outlook-mcp](https://github.com/ma2no4413/outlook-mcp) 🐍 🏠 🍎 🪟 🐧 - Clean up a large Outlook / Hotmail mailbox via Microsoft Graph. Bulk moves and bulk mark-read with dry-run previews, whole-subtree folder moves that relocate thousands of messages in one call, and server-side inbox rules. Replies go to Drafts — no send tool exists and `Mail.Send` is never requested, so a prompt-injected agent has no way out. Deletes only ever reach Deleted Items. Personal Hotmail/Outlook.com accounts supported. +- [ma2no4413/outlook-mcp](https://github.com/ma2no4413/outlook-mcp) 🐍 🏠 🍎 🪟 🐧 - Restructure a large Outlook / Hotmail mailbox. `move_folder` relocates a whole folder subtree in one API call — thousands of messages change place without being moved, their IDs stay valid, and inbox rules pointing at that folder keep working. Also bulk move and bulk mark-read with dry-run previews, and server-side inbox rules as first-class tools. Replies are written to Drafts; there is no send tool and `Mail.Send` is never requested. Deletes only ever reach Deleted Items. - [madbonez/caldav-mcp](https://github.com/madbonez/caldav-mcp) 🐍 ☁️ - Universal MCP server for CalDAV protocol integration. Works with any CalDAV-compatible calendar server including Yandex Calendar, Google Calendar (via CalDAV), Nextcloud, ownCloud, Apple iCloud, and others. Supports creating events with recurrence, categories, priority, attendees, reminders, searching events, and retrieving events by UID. - [marlinjai/email-mcp](https://github.com/marlinjai/email-mcp) 📇 ☁️ 🏠 - Unified MCP server for email across Gmail (REST API), Outlook (Microsoft Graph), iCloud, and generic IMAP/SMTP. 24 tools for search, send, organize, and batch-manage emails with built-in OAuth2 and encrypted credential storage. - [marras0914/agent-toolbelt](https://github.com/marras0914/agent-toolbelt) [![marras0914/agent-toolbelt MCP server](https://glama.ai/mcp/servers/marras0914/agent-toolbelt/badges/score.svg)](https://glama.ai/mcp/servers/marras0914/agent-toolbelt) 📇 ☁️ - 20 focused API tools for AI agents: schema generation, text extraction, token counting, regex/cron building, prompt optimization, web summarization, document comparison, and more. TypeScript SDK + LangChain wrappers included. From b40a23bef5125a8391210f89940140d5088aadef Mon Sep 17 00:00:00 2001 From: Mats0926 Date: Sun, 16 Aug 2026 07:49:26 +0900 Subject: [PATCH 3/3] Add Glama score badge to the outlook-mcp entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 94901d58b..2d7982961 100644 --- a/README.md +++ b/README.md @@ -790,7 +790,7 @@ Integration with communication platforms for message management and channel oper - [littlebearapps/outlook-assistant](https://github.com/littlebearapps/outlook-assistant) [![outlook-assistant MCP server](https://glama.ai/mcp/servers/@littlebearapps/outlook-assistant/badges/score.svg)](https://glama.ai/mcp/servers/@littlebearapps/outlook-assistant) 📇 ☁️ - Ask your AI assistant to search your inbox, send emails, schedule meetings, manage contacts, and configure mailbox settings — without leaving the conversation. Works with Claude, Cursor, Windsurf, and any MCP-compatible client. - [loicfontaine-max/qorami-sdk](https://github.com/loicfontaine-max/qorami-sdk/tree/main/mcp) [![qorami-sdk MCP server](https://glama.ai/mcp/servers/loicfontaine-max/qorami-sdk/badges/score.svg)](https://glama.ai/mcp/servers/loicfontaine-max/qorami-sdk) 📇 ☁️ - Check an email before an AI agent sends it: returns send / ask-a-human / block, with machine reason codes and prompt-injection detection. - [Leximo-AI/leximo-ai-call-assistant-mcp-server](https://github.com/Leximo-AI/leximo-ai-call-assistant-mcp-server) 📇 ☁️ - Make AI-powered phone calls on your behalf — book reservations, schedule appointments, and view call transcripts -- [ma2no4413/outlook-mcp](https://github.com/ma2no4413/outlook-mcp) 🐍 🏠 🍎 🪟 🐧 - Restructure a large Outlook / Hotmail mailbox. `move_folder` relocates a whole folder subtree in one API call — thousands of messages change place without being moved, their IDs stay valid, and inbox rules pointing at that folder keep working. Also bulk move and bulk mark-read with dry-run previews, and server-side inbox rules as first-class tools. Replies are written to Drafts; there is no send tool and `Mail.Send` is never requested. Deletes only ever reach Deleted Items. +- [ma2no4413/outlook-mcp](https://github.com/ma2no4413/outlook-mcp) [![ma2no4413/outlook-mcp MCP server](https://glama.ai/mcp/servers/ma2no4413/outlook-mcp/badges/score.svg)](https://glama.ai/mcp/servers/ma2no4413/outlook-mcp) 🐍 🏠 🍎 🪟 🐧 - Restructure a large Outlook / Hotmail mailbox. `move_folder` relocates a whole folder subtree in one API call — thousands of messages change place without being moved, their IDs stay valid, and inbox rules pointing at that folder keep working. Also bulk move and bulk mark-read with dry-run previews, and server-side inbox rules as first-class tools. Replies are written to Drafts; there is no send tool and `Mail.Send` is never requested. Deletes only ever reach Deleted Items. - [madbonez/caldav-mcp](https://github.com/madbonez/caldav-mcp) 🐍 ☁️ - Universal MCP server for CalDAV protocol integration. Works with any CalDAV-compatible calendar server including Yandex Calendar, Google Calendar (via CalDAV), Nextcloud, ownCloud, Apple iCloud, and others. Supports creating events with recurrence, categories, priority, attendees, reminders, searching events, and retrieving events by UID. - [marlinjai/email-mcp](https://github.com/marlinjai/email-mcp) 📇 ☁️ 🏠 - Unified MCP server for email across Gmail (REST API), Outlook (Microsoft Graph), iCloud, and generic IMAP/SMTP. 24 tools for search, send, organize, and batch-manage emails with built-in OAuth2 and encrypted credential storage. - [marras0914/agent-toolbelt](https://github.com/marras0914/agent-toolbelt) [![marras0914/agent-toolbelt MCP server](https://glama.ai/mcp/servers/marras0914/agent-toolbelt/badges/score.svg)](https://glama.ai/mcp/servers/marras0914/agent-toolbelt) 📇 ☁️ - 20 focused API tools for AI agents: schema generation, text extraction, token counting, regex/cron building, prompt optimization, web summarization, document comparison, and more. TypeScript SDK + LangChain wrappers included.