outlook-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OUTLOOK_MCP_CLIENT_ID | Yes | Azure application client ID for Microsoft Graph API access. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_emailsA | Search emails using Graph KQL syntax. |
| read_emailB | Read full body + headers of one message. |
| list_attachmentsB | List attachments on a message. Returns list of {id, name, contentType, size}. |
| download_attachmentB | Download an attachment to save_path (absolute path; parent dirs auto-created). |
| mark_as_readA | Mark a message as read (default) or unread. Returns {id, isRead}. |
| move_emailA | Move a message to a folder. folder = well-known name (archive, inbox, deleteditems, junkemail, sentitems, drafts) or a folder ID returned by another Graph call. Returns {id, parentFolderId}. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
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/dhtim135/outlook-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server