Outlook runs on your own machine — the client starts it, so there is no endpoint to ping. 447 installs a week from npm.
Outlook integration with OAuth, message search, batch operations, and calendar management
Today is the operative word: we check Outlook every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add mcp-outlook -- npx -y @mcp-z/mcp-outlook
{
"mcpServers": {
"mcp-outlook": {
"args": [
"-y",
"@mcp-z/mcp-outlook"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-outlook]
command = "npx"
args = ["-y", "@mcp-z/mcp-outlook"]
{
"mcpServers": {
"mcp-outlook": {
"args": [
"-y",
"@mcp-z/mcp-outlook"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mcp-outlook": {
"args": [
"-y",
"@mcp-z/mcp-outlook"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
MS_CLIENT_ID (Microsoft OAuth client ID (required for OAuth authentication modes)), MS_TENANT_ID (Microsoft tenant ID (required for OAuth authentication)), MS_CLIENT_SECRET (Microsoft OAuth client secret (optional for public clients)), AUTH_MODE (Authentication mode), HEADLESS (Disable browser auto-open, return auth URL instead (true/false)), REDIRECT_URI (OAuth redirect URI (optional, default: ephemeral loopback)), DCR_MODE (Dynamic Client Registration mode), DCR_VERIFY_URL (External verification endpoint URL (required for external DCR mode)), DCR_STORE_URI (DCR client storage URI (for self-hosted DCR mode)), RESOURCE_STORE_URI (Resource store URI for CSV export files (file://)), PORT (HTTP server port (overrides --port)), BASE_URL (Base URL for HTTP transport (used for OAuth/DCR endpoints and file links)), LOG_LEVEL (Logging level).
The author declared them in the registry entry; get the values from the project itself.
Gmail integration with OAuth authentication, message search, batch operations, and Sheets export
Unified email MCP server for Gmail, Outlook, iCloud, and IMAP with batch operations
A MCP server that works with Outlook Calendar to manage event listing, reading, and updates.
Microsoft Outlook MCP server — 22 tools for email, calendar, contacts, and mailbox management.
Job search management: applications, interviews, offers, recruiter email, and company openings.
AI-native Microsoft Teams integration — read chats, send messages, search people
Manage Microsoft 365 email, calendar, contacts and inbox rules via the Graph API with OAuth 2.0.
Telegram MCP server: read, send, and search messages and manage chats via your account.
Answers built from our own checks of this server.