
Microsoft Outlook
CommunityPopularMicrosoft Outlook MCP server. Read, search, and send emails, manage calendar events, and handle contacts via Microsoft Graph API. Works with personal and work accounts.
| Publisher | microsoft |
| Repository | outlook-mcp |
| Language | TypeScript |
| Forks | 0 |
| Stars | 7.6K |
| Available tools | 18 |
| Transport type | stdio |
| Categories | |
| License | MIT |
| Links |
- Connect tools to AI workflows
Microsoft Outlook exposes MCP capabilities that can be used by compatible AI clients and agents.
- 18 available tools
Browse the callable actions below, including names and descriptions when provided by the server.
- Ready-to-copy setup
Use the installation snippets to configure this server in your preferred MCP client.
- Open source signals
7.6K stars and 0 forks from the linked repository.
Installation
Node.js 18+
{
"mcpServers": {
"outlook": {
"command": "npx",
"args": [
"-y",
"@microsoft/outlook-mcp"
],
"env": {
"MS_CLIENT_ID": "<YOUR_CLIENT_ID>",
"MS_CLIENT_SECRET": "<YOUR_SECRET>"
}
}
}
}Available Tools
- list_emails
Retrieve a list of emails from the user's mailbox with optional filtering by folder, date range, or sender
- get_email
Get detailed information about a specific email by its ID, including body content and attachments
- send_email
Send a new email message with recipients, subject, body, and optional attachments
- search_emails
Search for emails using keywords, sender, subject, or other criteria across all folders
- create_calendar_event
Create a new calendar event with title, date/time, location, attendees, and description
- list_calendar_events
Retrieve calendar events within a specified date range or from a specific calendar
- update_calendar_event
Modify an existing calendar event's details such as time, location, or attendees
- delete_calendar_event
Remove a calendar event from the user's calendar by event ID
- get_calendar_event
Retrieve detailed information about a specific calendar event including all attendees and details
- list_contacts
Get a list of contacts from the user's address book with optional filtering and sorting
- create_contact
Add a new contact to the address book with name, email, phone, and other contact information
- update_contact
Modify an existing contact's information such as email address, phone number, or other details
- delete_contact
Remove a contact from the user's address book by contact ID
- search_contacts
Search for contacts by name, email address, company, or other contact fields
- list_folders
Retrieve a list of email folders and subfolders in the user's mailbox
- mark_email_read
Mark one or more emails as read or unread by email ID
- move_email
Move an email from one folder to another within the mailbox
- get_user_profile
Retrieve the current user's profile information including name, email address, and account details
Use Microsoft Outlook MCP with multiple AI models
TypingMind connects MCP tools at the workspace level, so once Microsoft Outlook is connected, you can use it with different AI models in TypingMind instead of setting it up separately for each model. This MCP runs locally through the TypingMind MCP connector on your device.
Setup guide to use the local connector
Use this when the MCP server needs access to local files, apps, or private resources on your computer.
Open the MCP settings
In TypingMind, go to Settings, Advanced Settings, then Model Context Protocol and choose Setup Connector.
- Open TypingMind in your browser.
- Click the Settings icon.
- Go to Advanced Settings.
- Open the Model Context Protocol section.
- Click Setup Connector and choose This Device.

Run the connector command
Choose This Device, copy the command from TypingMind, and run it in Terminal. Keep the process running while you use MCP.
- Copy the setup command shown by TypingMind.
- Open Terminal on macOS or Windows Terminal on Windows.
- Paste and run the command.
- Approve the package install if Terminal asks you to proceed.
- Keep the Terminal window running while using MCP tools.
Add Microsoft Outlook as a server
When the connector status is Ready, click Edit Servers and paste the MCP server configuration.
- Wait until the connector status shows Ready.
- Click Edit Servers.
- Paste the Microsoft Outlook MCP server configuration.
- Save the server list.
- Refresh if you want to confirm the connector is still ready.

{
"mcpServers": {
"microsoft-outlook": {
"command": "npx",
"args": [
"-y",
"@microsoft/outlook-mcp"
]
}
}
}Use it across models
Save the server list, open Plugins, enable the Microsoft Outlook MCP tools, then select any supported AI model in TypingMind and use the tools in chat or assign them to an AI agent.
- Open the Plugins page in TypingMind.
- Enable the Microsoft Outlook MCP tools.
- Start a chat and choose the AI model you want to use.
- Use the MCP tools in chat or assign them to an AI agent.
- Switch to another AI model whenever needed without reconnecting MCP.


Here is what I found using Microsoft Outlook.
Frequently asked questions
What is the Microsoft Outlook MCP server used for?
Microsoft Outlook is an MCP server that lets compatible AI clients connect to external tools and context. In TypingMind, you can add this MCP server once and make its tools available in your AI workspace.
Can I use Microsoft Outlook MCP with multiple AI models in TypingMind?
Yes. TypingMind connects MCP tools at the workspace level, so you can use Microsoft Outlook with different AI models such as Claude, ChatGPT, Gemini, or other models you have configured in TypingMind without setting up the MCP server separately for each model.
Why use Microsoft Outlook MCP with TypingMind?
TypingMind is one of the best frontends for LLM chat because it brings multiple AI models, prompts, plugins, AI agents, API keys, and MCP tools into one workspace. With Microsoft Outlook connected, you can use its MCP tools across your preferred models while keeping your chat workflow organized in TypingMind.
How do I connect Microsoft Outlook MCP to TypingMind?
Microsoft Outlook runs through the TypingMind local MCP connector. This is best when the MCP server needs access to local files, desktop apps, command-line tools, or private resources on your computer.
What tools does Microsoft Outlook MCP provide in TypingMind?
Microsoft Outlook exposes 18 MCP tools that can be enabled from the TypingMind Plugins page and used in chat or assigned to AI agents.
Do I need to share my API keys with TypingMind to use Microsoft Outlook MCP?
No. TypingMind is local-first and lets you keep your model providers, API keys, prompts, and MCP configuration under your control. If Microsoft Outlook requires authentication, add the required headers, OAuth settings, or local configuration for that MCP server when you create the connection.
Related MCP Servers
View allWhatsApp MCP
WhatsApp MCP server

Mailchimp
Mailchimp MCP server. Manage audiences, campaigns, automations, and templates. Send emails, track opens/clicks, and analyze performance metrics from AI clients.
Google Workspace MCP
Control Gmail, Google Calendar, Docs, Sheets, Slides, Chat, Forms, Tasks, Search & Drive with AI - Comprehensive Google Workspace / G Suite MCP Server & CLI Tool
chatmcp
ChatMCP is an AI chat client implementing the Model Context Protocol (MCP).
