@lnwebworks/outlook-mcp-server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@@lnwebworks/outlook-mcp-serverFind any unread emails in my inbox from the last 24 hours."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@lnwebworks/outlook-mcp-server
An MCP (Model Context Protocol) server that connects Claude (or any MCP-compatible client) to Outlook via the Microsoft Graph API, using client-credentials (app-only) auth.
Installation
npm install -g @lnwebworks/outlook-mcp-serverOr run directly with npx:
npx @lnwebworks/outlook-mcp-serverRelated MCP server: Outlook Graph MCP
Configuration
Copy .env.example to .env and fill in your Azure AD app registration details:
cp .env.example .envRequired:
AZURE_TENANT_IDAZURE_CLIENT_IDAZURE_CLIENT_SECRETOUTLOOK_USER_EMAIL— the mailbox this server acts on by default
Optional:
OUTLOOK_EXCLUDED_FOLDER_IDSOUTLOOK_SKIP_EXCLUDED_FOLDERSOUTLOOK_SIGNOFF_NAME
Usage with an MCP client
Add this server to your MCP client's config, e.g.:
{
"mcpServers": {
"outlook": {
"command": "npx",
"args": ["-y", "@lnwebworks/outlook-mcp-server"],
"env": {
"AZURE_TENANT_ID": "...",
"AZURE_CLIENT_ID": "...",
"AZURE_CLIENT_SECRET": "...",
"OUTLOOK_USER_EMAIL": "..."
}
}
}
}License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityBmaintenanceMCP server for Microsoft Outlook via Graph API. 20 consolidated tools for email, calendar, contacts, folders, rules, categories, and settings with safety controls (dry-run preview, rate limiting, recipient allowlists) and MCP annotations on every tool.221,03736MIT
- FlicenseNot gradedqualityCmaintenanceEnables to manage your Outlook mailbox via Microsoft Graph (write access) with delegated permissions, providing MCP tools to create, modify, and send emails, folders, categories, rules, and automatic replies.
- AlicenseNot gradedqualityBmaintenanceMCP server for sending and managing Microsoft Outlook email via the Microsoft Graph API, including drafts, replies, contacts, and directory search.114MIT
- AlicenseNot gradedqualityCmaintenanceEnables reading, sending, and managing Microsoft 365/Outlook emails through MCP tools with OAuth 2.1 authentication.114MIT
Related MCP Connectors
Outlook Mail (Microsoft 365) MCP Pack
Outlook Contacts (Microsoft 365) MCP Pack
OAuth scope approvals and consent receipts for remote MCP servers.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/access-ctrl/outlook-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server