# š¤ Outlook MCP Server **AI-powered email management for Microsoft Outlook** - Search, compose, organize, and batch forward emails with natural
Connect Outlook to Claude, Cursor or any other MCP client and it stops being a tab you switch to. # š¤ Outlook MCP Server AI-powered email management for Microsoft Outlook - Search, compose, organize, and batch forward emails with natural language commands. ā **This saved you time? [Star. The outlook mcp server is what makes that connection.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
Requirements ā The Requirements tool exposed by this serverInstallation goes through your MCP client rather than a global install: point it at not on PyPI and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.
This sits in the team communication group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Outlook's toolset ā Requirements ā is a fair guide to whether it matches your workflow. It is maintained by marlonluo2018; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Outlook's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| Requirements | The Requirements tool exposed by this server. |
**Method 2: Standard Python**
```bash
# 1. Install
git clone https://github.com/marlonluo2018/outlook-mcp-server.git
cd outlook-mcp-server
pip install -r requirements.txt
python -m outlook_mcp_server
# 2. Configure your AI assistant
# Use this in your MCP client settings:
{
"mcpServers": {
"outlook": {
"command": "python",
"args": ["-m", "outlook_mcp_server"]
}
}
}Configuration as documented by the project. Restart the client after saving.
Your assistant inside the workspace ā read channels, search history, post messages and tame the noise.
Inbox intelligence ā search, read, draft and send Gmail through your assistant with OAuth auto-setup.
Read and write Jira, Confluence, Bitbucket, JSM and Compass from your AI client ā with your own permissions.
Read and send Telegram messages through your assistant ā chats, channels and history via the client API.
Enables Discord bot integration with Model Context Protocol (MCP) compatible applications like Claude Desktop.
Exposes REST APIs defined by OpenAPI specifications as Model Context Protocol (MCP) tools, facilitating seamless integration into MCP-based workflows.