outlook-personal-mcp
by salahawad
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OUTLOOK_MCP_DEBUG | No | Set to true to log each Graph request's method, URL, and HTTP status code to stderr. Never logs tokens or message content. | false |
| OUTLOOK_MCP_AUTHORITY | No | MSAL authority URL (change only if you move to a work/school tenant) | https://login.microsoftonline.com/consumers |
| OUTLOOK_MCP_CLIENT_ID | Yes | Azure app's Application (client) ID | |
| OUTLOOK_MCP_FILE_ROOT | No | Only files under this directory can be read by add_attachment or written by download_attachment | ~/.local/share/outlook-personal-mcp/files |
| OUTLOOK_MCP_TOKEN_CACHE | No | Path to the MSAL token cache file | ~/.config/outlook-personal-mcp/token_cache.bin |
| OUTLOOK_MCP_MAX_FILE_BYTES | No | Maximum bytes allowed for local attachment reads and attachment downloads | 3145728 |
| OUTLOOK_MCP_ALLOW_PERMANENT_DELETE | No | Set to true to enable the permanent_delete tool (irreversible) | false |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
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/salahawad/outlook-personal-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server