outlook-mcp (XenoXilus/outlook-mcp) is an MCP server listed on the M8ven Trust Index. It scores 52 out of 100, grade D. It declares 48 tools. No publisher has claimed this listing.

D
Caution
52/100

outlook-mcp

MCP server for Microsoft Office 365 Outlook – email, calendar & SharePoint integration for Claude, ChatGPT, and AI assistants via Microsoft Graph API

Caution. Specific findings reduced this grade. They are listed on the page. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.

How we verified

Code Verified⚡ Live Monitored: not connected

Verified is a snapshot. Live keeps it current, and builds your track record.

⚡ Connect GitHub → continuous verification on every pushwhy connect →

Who stands behind it

XenoXilus

Source: github_topic · also listed on Glama

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →

Install from

The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.

// key findings
🚨
Known vulnerabilities in dependencies: 1 critical, 5 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
// tools this server exposes48 tools

These names and descriptions are the publisher's own, read from the source code. We print them as written. Our assessment is the findings above, not this list.

outlook_list_emails
outlook_send_email
outlook_get_email
outlook_search_emails
outlook_create_draft
outlook_reply_to_email
outlook_reply_all
outlook_forward_email
outlook_delete_email
outlook_move_email
outlook_mark_as_read
outlook_flag_email
outlook_categorize_email
outlook_archive_email
outlook_batch_process_emails
outlook_list_events
outlook_create_event
outlook_get_event
outlook_update_event
outlook_delete_event
outlook_respond_to_invite
outlook_validate_event_datetimes
outlook_create_recurring_event
outlook_find_meeting_times
outlook_check_availability
outlook_schedule_online_meeting
outlook_list_calendars
outlook_get_calendar_view
outlook_get_busy_times
outlook_build_recurrence_pattern
outlook_create_recurrence_helper
outlook_check_calendar_permissions
outlook_list_folders
outlook_create_folder
outlook_rename_folder
outlook_get_folder_stats
outlook_list_attachments
outlook_download_attachment
outlook_add_attachment
outlook_scan_attachments
outlook_get_sharepoint_file
outlook_list_sharepoint_files
outlook_resolve_sharepoint_link
outlook_save_attachment
outlook_fetch_billing_pdf
outlook_extract_receipt
outlook_render_email_pdf
outlook_collect_receipts
// known CVEs in dependencies1 critical5 high

Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.

criticalvitest@3.2.4GHSA-5xrq-8626-4rwp

When Vitest UI server is listening, arbitrary file can be read and executed

high@modelcontextprotocol/sdk@1.15.0GHSA-345p-7cg4-v4c7

@modelcontextprotocol/sdk has cross-client data leak via shared server/transport instance reuse

high@modelcontextprotocol/sdk@1.15.0GHSA-8r9q-7v3j-jr4g

Anthropic's MCP TypeScript SDK has a ReDoS vulnerability

high@modelcontextprotocol/sdk@1.15.0GHSA-w48q-cv73-mx4w

Model Context Protocol (MCP) TypeScript SDK does not enable DNS rebinding protection by default

highxlsx@0.18.5GHSA-4r6h-8v6p-xvw6

Prototype Pollution in sheetJS

Depend on this server? Get alerted when its CVEs change.Watch this server free →
// environment variables
To run this server yourself, you supply these values. They go in your own MCP client configuration and stay on your machine. The secret label means the value is sensitive, not that the server mishandles it.
configAZURE_CLIENT_ID"": "your-azure-client-id",
configAZURE_TENANT_ID"": "your-azure-tenant-id",
configBILLING_DOMAIN_ALLOWLISTComma-separated hosts outlook_fetch_billing_pdf may contact (default: pay.stripe.com,invoice.stripe.com,files.stripe.com,m.stripe.network)
configMCP_OUTLOOK_ALLOWED_WRITE_DIRSNo Comma-separated extra directories save tools may write into when given an explicit destDir. Permission only — defaults are unchanged
configMCP_OUTLOOK_AUTH_MODEinteractive (default) or headless — headless never opens a browser and fails fast if silent refresh is impossible
configMCP_OUTLOOK_CHROME_PATHChrome/Chromium binary for outlook_render_email_pdf (auto-detected when unset)
configMCP_OUTLOOK_RECEIPTS_DIRDirectory where receipt/invoice PDFs are saved (falls back to work dir). Also passable per-call as destDir.
configMCP_OUTLOOK_REDIRECT_URI
configMCP_OUTLOOK_REFRESH_TOKEN_PATHDirectory of the encrypted token store for headless runs (defaults to the built-in store)
configMCP_OUTLOOK_SHARED_MAILBOXNo Delegated/shared mailbox to read; empty = own mailbox
configMCP_OUTLOOK_WORK_DIR"": "/optional/download/directory"
configRECEIPT_FILENAME_TEMPLATEReceipt naming pattern (default: {vendor} {DDMmmYY} Invoice.pdf). Also passable per-vendor as filenameTemplate.
// quality suggestions

Tool annotations

No tools have read-only/destructive annotations

Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.

All four hints declared on every tool

48/48 tools missing one or more hints — outlook_list_emails (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); outlook_send_email (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); outlook_get_email (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +45 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.

For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.

License file

No license file

Add a LICENSE file (MIT, Apache-2.0, etc.).

Tool test coverage

25/48 tools referenced in tests (52%)

Write tests that reference each tool by name so every tool has at least one test.

Secrets not logged

1 secret value sent to console.log

Redact or omit secret values from log output.

Production dependencies are patched

0 critical, 5 high severity in production deps — @modelcontextprotocol/sdk@1.15.0 (high), @modelcontextprotocol/sdk@1.15.0 (high)

Run npm audit fix, or upgrade the affected packages to a non-vulnerable version.

Dev dependencies

1 critical/high in dev-only deps (does not ship to users)

Upgrade dev dependencies when convenient.

Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.

// full audit trail
The findings above are the summary. The full trail, every check we ran, each deduction, the network hosts observed and the dependency advisories, goes to verified publishers, along with an alert whenever a new one lands. Verified publishers can also review each finding and dispute it in one click. Publisher corrections have sharpened several of our checks this month, because the maintainer knows the codebase better than any scanner.
// improvement guidance — verified publishers only
We have 7 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Verified](https://m8ven.ai/badge/mcp/xenoxilus/outlook-mcp?variant=verified)](https://m8ven.ai/mcp/xenoxilus/outlook-mcp)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: f0b640a406f1d3570f11235a354653f218a83fbf
code hash: 0b960b627aa68cf0369670351c78587d6894a67a0bc1dbb2da377ebd1912d36b
view raw JSON →
Check MCPs from inside your assistant
Tool Check · MCP

Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.

https://m8ven.ai/api/mcp/tool-check
check_toolsearch_toolscompare_toolsrecommend_alternativescheck_publisherreport_concern
How to add it →Free · no account needed · works in any MCP client