SERVER
MCP Outlook
Rank #25610io.github.mcp-z/mcp-outlook
Outlook integration with OAuth, message search, batch operations, and calendar management
3 versions
First listed
Dec 29, 2025
Last publish date
Jan 10, 2026
OVERVIEW
MCP Outlook is a Model Context Protocol (MCP) server. It ranks #25610 of 58,832 servers tracked on MCP Toplist. MCP Outlook is listed on Official MCP, with 3 tracked versions. It was first listed on Dec 29, 2025 and most recently updated on Jan 10, 2026.
STANDING
#25,610of 58,832 tracked serversTop 50%
Ranks ahead of 33,222 of 58,832 servers on MCP Toplist.
CONNECT
Use MCP Outlook
Add MCP Outlook to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
npm package
{
"mcpServers": {
"mcp-outlook": {
"command": "npx",
"args": [
"-y",
"@mcp-z/mcp-outlook"
],
"env": {
"MS_CLIENT_ID": "<your MS_CLIENT_ID>",
"MS_TENANT_ID": "<your MS_TENANT_ID>",
"MS_CLIENT_SECRET": "<your MS_CLIENT_SECRET>",
"AUTH_MODE": "<your AUTH_MODE>",
"HEADLESS": "<your HEADLESS>",
"REDIRECT_URI": "<your REDIRECT_URI>",
"STORAGE_DIR": "<your STORAGE_DIR>",
"PORT": "<your PORT>",
"BASE_URL": "<your BASE_URL>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Replace each placeholder with your own value before saving.
npm package
{
"mcpServers": {
"mcp-outlook": {
"command": "npx",
"args": [
"-y",
"@mcp-z/mcp-outlook"
],
"env": {
"MS_CLIENT_ID": "<your MS_CLIENT_ID>",
"MS_TENANT_ID": "<your MS_TENANT_ID>",
"MS_CLIENT_SECRET": "<your MS_CLIENT_SECRET>",
"AUTH_MODE": "<your AUTH_MODE>",
"HEADLESS": "<your HEADLESS>",
"REDIRECT_URI": "<your REDIRECT_URI>",
"DCR_MODE": "<your DCR_MODE>",
"DCR_VERIFY_URL": "<your DCR_VERIFY_URL>",
"DCR_STORE_URI": "<your DCR_STORE_URI>",
"STORAGE_DIR": "<your STORAGE_DIR>",
"PORT": "<your PORT>",
"BASE_URL": "<your BASE_URL>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Replace each placeholder with your own value before saving.
REGISTRIES
Listed on 1 registry
VERSIONS
Available versions (3)
| Version | Published |
|---|---|
| 1.0.13 | Jan 10, 2026 |
| 1.0.0 | Dec 29, 2025 |
| 0.1.0 | Nov 25, 2024 |
FAQ
Frequently asked questions
- What is MCP Outlook?
- Outlook integration with OAuth, message search, batch operations, and calendar management
- Is MCP Outlook an official MCP server?
- Yes — MCP Outlook is listed on the Official MCP Registry.
- How many versions does MCP Outlook have?
- MCP Toplist tracks 3 versions of MCP Outlook, most recently published on Jan 10, 2026.
EXPLORE