Skip to main content
Glama
dhtim135

outlook-mcp-server

by dhtim135

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OUTLOOK_MCP_CLIENT_IDYesAzure application client ID for Microsoft Graph API access.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_emailsA

Search emails using Graph KQL syntax.

Examples: 'from:amazon.com', 'subject:invoice', 'from:receipts@x.com received>=2026-01-01'.
Returns list of {id, subject, from, received, snippet, hasAttachments, isRead}.
read_emailB

Read full body + headers of one message.

Returns {id, subject, from, to, received, body, body_type, hasAttachments}.
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).

Returns {path, bytes_written, name}.
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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