Outlook Assistant MCP Server

1

Add it to Claude Code

Run this in a terminal.

Run in terminal
claude mcp add -e "MICROSOFT_CLIENT_ID=${MICROSOFT_CLIENT_ID}" -e "MICROSOFT_CLIENT_SECRET=${MICROSOFT_CLIENT_SECRET}" -e "MICROSOFT_TENANT_ID=${MICROSOFT_TENANT_ID}" outlook-assistant -- npx -y @littlebearapps/outlook-assistant
Required:MICROSOFT_CLIENT_IDMICROSOFT_CLIENT_SECRETMICROSOFT_TENANT_ID
README.md

MCP server for Outlook email, calendar, and contacts

Outlook Assistant

MCP server for Outlook email, calendar, and contacts — let your AI assistant manage your inbox directly from the conversation.

Outlook Assistant connects AI assistants to your Microsoft Outlook account through the Model Context Protocol. 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.

Works with personal Outlook.com and work/school Microsoft 365 accounts.

Search inbox → read & summarise → draft a reply — all from the conversation

What you can do

  • 📨 Search and read emails — find messages by sender, subject, date, or keywords; read full threads with conversation grouping; batch flag, move, export, or categorise multiple emails at once
  • 🛡️ Send emails with safety controls — dry-run preview, pre-send mail tips (out-of-office, mailbox full, delivery restrictions), session rate limiting, and recipient allowlist to prevent mistakes
  • 📅 Manage your calendar — view upcoming events, schedule meetings with attendees, decline or cancel invitations
  • 📦 Export emails — save to Markdown, EML, MBOX, JSON, or HTML for archiving, analysis, or migration; export search results or entire threads in one call
  • 🔍 Investigate email headers — check DKIM, SPF, and DMARC authentication; trace delivery chains; analyse spam scores — useful for phishing investigation and compliance
  • 🗂️ Organise your inbox — create folders, set up inbox rules, colour-code with categories, manage Focused Inbox — all work together for complete inbox automation
  • 🔄 Track inbox changes — delta sync detects new, modified, and deleted emails since your last check, with tokens for incremental polling
  • 👥 Manage contacts — search your contact book and organisational directory, create and update contact records
  • ⚙️ Configure settings — set out-of-office auto-replies, working hours, and time zone
  • 📬 Access shared mailboxes — read team inboxes and service accounts (Microsoft 365)
  • 🏢 Find meeting rooms — search by building, floor, capacity, AV equipment, and wheelchair accessibility (Microsoft 365)

Why Outlook Assistant?

Without Outlook Assistant With Outlook Assistant
Switch between your AI tool and Outlook to manage email Read, search, send, and export emails directly from your AI assistant
Manually search and export email threads Full email tools including search, threading, and bulk export
Context-switch for calendar and contacts Manage calendar events, contacts, and settings in one place
Copy-paste email content into conversations Your AI assistant reads your emails natively with full context
No programmatic access to mailbox rules or categories Create inbox rules, manage categories, configure auto-replies
Manually check each email for phishing red flags Forensic header analysis — DKIM, SPF, DMARC, spam scores, and delivery chain in one call
Poll your inbox to check for new mail Delta sync returns only changes since your last check, with tokens for continuous polling

Features

Module Tools What You Can Do
Email 7 search-emails (list/search/delta/conversations), read-email (content + forensic headers), send-email

Tools (3)

search-emailsList, search, or perform delta sync on emails and conversations.
read-emailRead full email content and forensic headers.
send-emailSend an email with safety controls and preview.

Environment Variables

MICROSOFT_CLIENT_IDrequiredAzure AD Application Client ID
MICROSOFT_CLIENT_SECRETrequiredAzure AD Application Client Secret
MICROSOFT_TENANT_IDrequiredAzure AD Tenant ID

Configuration

claude_desktop_config.json
{"mcpServers": {"outlook-assistant": {"command": "npx", "args": ["-y", "@littlebearapps/outlook-assistant"], "env": {"MICROSOFT_CLIENT_ID": "your_client_id", "MICROSOFT_CLIENT_SECRET": "your_client_secret", "MICROSOFT_TENANT_ID": "your_tenant_id"}}}}

Try it

Search my inbox for emails from my manager received in the last 3 days and summarize the main action items.
Draft a reply to the latest email from the project team confirming I will attend the meeting on Friday.
Check my calendar for any conflicts tomorrow and suggest a new time for a 30-minute meeting.
Find all emails related to the recent invoice and export them to a markdown file.
Analyze the headers of the latest email from 'support@example.com' to check for phishing indicators.

Frequently Asked Questions

What are the key features of Outlook Assistant?

Search and read emails with conversation grouping. Send emails with safety controls like dry-run preview and recipient allowlists. Manage calendar events including scheduling and cancellations. Export emails to Markdown, EML, MBOX, JSON, or HTML. Perform forensic email header analysis for DKIM, SPF, and DMARC.

What can I use Outlook Assistant for?

Automating email triage by having AI summarize threads and draft responses. Managing complex scheduling by letting AI check calendar availability and propose meeting times. Performing security investigations by using AI to analyze email headers for phishing red flags. Archiving important email threads into structured formats like Markdown for documentation.

How do I install Outlook Assistant?

Install Outlook Assistant by running: npx -y @littlebearapps/outlook-assistant

What MCP clients work with Outlook Assistant?

Outlook Assistant works with any MCP-compatible client including Claude Desktop, Claude Code, Cursor, and other editors with MCP support.

Turn this server into reusable context

Keep Outlook Assistant docs, env vars, and workflow notes in Conare so your agent carries them across sessions.

Need the old visual installer? Open Conare IDE.
Open Conare