Outlook MCP

v3.7.4β€’Communicationβ€’stable

πŸ“‡ ☁️ - Ask your AI assistant to search your inbox, send emails, schedul

aiai-assistantanthropiccalendarchatgpt
Share:
375
Stars
0
Downloads
0
Weekly
0/5

What is Outlook MCP?

Outlook MCP is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to πŸ“‡ ☁️ - ask your ai assistant to search your inbox, send emails, schedul

πŸ“‡ ☁️ - Ask your AI assistant to search your inbox, send emails, schedul

This server falls under the Communication category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • MCP protocol support

Use Cases

Inbox search and email management
Calendar and event scheduling
Email automation
littlebearapps

Maintainer

LicenseMIT License
Languagejavascript
Versionv3.7.4
UpdatedMay 21, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

NPM

npx -y @littlebearapps/outlook-assistant

Manual Installation

npx -y @littlebearapps/outlook-assistant

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Outlook MCP

The Outlook Assistant MCP Server connects AI clients to Microsoft Outlook and Microsoft 365 accounts via the Microsoft Graph API, providing 22 tools for email search, reading, sending, calendar management, contact lookup, and mailbox organization. It supports delegated OAuth authentication for personal and organizational Microsoft accounts, enabling developers and professionals to manage their entire Outlook inbox and calendar through natural-language conversations.

Prerequisites

  • Node.js 18.0.0 or higher
  • A Microsoft account (personal, work, or school) or Microsoft 365 subscription
  • An Azure app registration with Microsoft Graph delegated permissions (free Azure account sufficient)
  • An MCP-compatible client such as Claude Desktop, Claude Code, Cursor, or Windsurf
1

Register an Azure app for Microsoft Graph access

Go to the Azure Portal (portal.azure.com), create a new App Registration, and set the redirect URI to http://localhost:3333/auth/callback. Select 'Accounts in any organizational directory and personal Microsoft accounts'.

2

Grant Microsoft Graph delegated permissions

In your app registration under API Permissions, add these Microsoft Graph delegated permissions: offline_access, User.Read, Mail.Read, Mail.ReadWrite, Mail.Send, Calendars.Read, Calendars.ReadWrite, Contacts.Read, Contacts.ReadWrite, MailboxSettings.ReadWrite, People.Read. Grant admin consent if required.

3

Create a client secret

In Certificates & Secrets, create a new client secret. Copy the Value (not the ID) immediately β€” it is only shown once. Also copy your Application (client) ID from the Overview page.

4

Add the server to your MCP client configuration

Add the outlook entry to your claude_desktop_config.json using your client ID and secret value.

5

Authenticate with Microsoft on first use

The first time you use an email or calendar tool, ask your AI to authenticate. It will call the auth tool which provides a device code. Visit microsoft.com/devicelogin, enter the code, and sign in with your Microsoft account.

6

Complete authentication and verify access

After signing in, ask the AI to complete authentication. Tokens are saved to ~/.outlook-assistant-tokens.json and auto-refresh. Then try a simple email search to confirm everything works.

Outlook MCP Examples

Client configuration

claude_desktop_config.json entry for the Outlook Assistant MCP Server. Replace the env values with your Azure app credentials.

{
  "mcpServers": {
    "outlook": {
      "command": "npx",
      "args": ["-y", "@littlebearapps/outlook-assistant"],
      "env": {
        "OUTLOOK_CLIENT_ID": "your-azure-application-client-id",
        "OUTLOOK_CLIENT_SECRET": "your-client-secret-value"
      }
    }
  }
}

Prompts to try

Sample prompts for email, calendar, and contact management once authenticated.

- "Search my inbox for emails from [email protected] about the Q3 budget"
- "Send an email to [email protected] summarizing today's meeting notes"
- "Show me my calendar events for this week"
- "Schedule a 30-minute meeting with [email protected] tomorrow at 2pm"
- "Find the contact details for Sarah Johnson in my organization directory"
- "Check the headers of this email for phishing indicators"

Troubleshooting Outlook MCP

Authentication fails with AADSTS errors during device code login

Verify that your app registration has 'Allow public client flows' enabled in Authentication settings. Also confirm the account type selected during app creation matches the Microsoft account you are signing in with.

Mail or calendar tools return 403 Forbidden errors

Check that all required Microsoft Graph permissions are added and that admin consent has been granted if your organization requires it. In the Azure Portal, go to API Permissions and click 'Grant admin consent for [tenant]'.

OUTLOOK_CLIENT_SECRET is rejected with invalid_client error

Ensure you copied the client secret Value, not the Secret ID. Secret values look like a random string; IDs look like a GUID. If unsure, delete the old secret and create a new one.

Frequently Asked Questions about Outlook MCP

What is Outlook MCP?

Outlook MCP is a Model Context Protocol (MCP) server that πŸ“‡ ☁️ - ask your ai assistant to search your inbox, send emails, schedul It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Outlook MCP?

Install via npm with the command: npx -y @littlebearapps/outlook-assistant. Then add the server configuration to your AI client's JSON config file (e.g., claude_desktop_config.json or .cursor/mcp.json).

Which AI clients work with Outlook MCP?

Outlook MCP works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Outlook MCP free to use?

Yes, Outlook MCP is open source and available under the MIT License license. You can use it freely in both personal and commercial projects.

Browse More Communication MCP Servers

Explore all communication servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "outlook": { "command": "npx", "args": ["-y", "@littlebearapps/outlook-assistant"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide β†’

Ready to use Outlook MCP?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides