Home › Communication › mcp-outlook
mcp-outlook
Outlook mail and OneDrive files via Microsoft Graph — read, search, send and organize.
Topics: Communication
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (npm 0.2.0)
npx -y @dockndevai/mcp-outlook@0.2.0
Or add to your MCP client config:
{
"mcpServers": {
"mcp-outlook": {
"command": "npx",
"args": [
"-y",
"@dockndevai/mcp-outlook@0.2.0"
],
"env": {
"OUTLOOK_CLIENT_ID": "<YOUR_VALUE>",
"OUTLOOK_TENANT_ID": "<YOUR_VALUE>",
"OUTLOOK_CLIENT_SECRET": "<YOUR_VALUE>",
"OUTLOOK_TOKEN": "<YOUR_VALUE>",
"OUTLOOK_USER": "<YOUR_VALUE>",
"OUTLOOK_MODE": "<YOUR_VALUE>",
"OUTLOOK_ALLOW_SEND": "<YOUR_VALUE>"
}
}
}
}
OUTLOOK_CLIENT_ID— Entra (Azure AD) app (client) id. For browser sign-in, register a public client with redirect URI http://localhost.OUTLOOK_TENANT_ID— Directory tenant: a tenant id, or common | organizations | consumers (default common).OUTLOOK_CLIENT_SECRETsecret — App secret for app-only (client-credentials) auth. Omit to use interactive browser sign-in.OUTLOOK_TOKENsecret — A pre-obtained Microsoft Graph bearer token (alternative to browser or app-only auth).OUTLOOK_USER— Target mailbox (user id or UPN) for app-only auth. Omit to use the signed-in user's mailbox (/me).OUTLOOK_MODE— Access mode: read-only | read-write | admin. Starts read-only; writes need read-write.OUTLOOK_ALLOW_SEND— Set true to permit sending mail (send/reply/forward). Off by default.
Related servers
inbox-zero
An MCP server for Inbox Zero. Adds functionality on top of Gmail like finding out which emails you need to reply to or need to follow up on.
whatsapp-mcp
An MCP server for searching your personal WhatsApp messages, contacts and sending messages to individuals or groups
slack-mcp-server
The most powerful MCP server for Slack Workspaces.
telegram-mcp
Telegram API integration for accessing user data, managing dialogs (chats, channels, groups), retrieving messages, sending messages and…
emailmd
Render markdown into email-safe HTML, lint drafts for deliverability problems, and preview emails.
Microsoft 365 MCP Server
Interact with Microsoft 365 and Office services through the Microsoft Graph API.
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry