Loading MCP server directory, please wait...
Full-control MCP server for a personal Outlook.com mailbox and calendar (Microsoft Graph).
npx @getmcp/cli add io.github.salahawad/outlook-personal-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
OUTLOOK_MCP_CLIENT_IDAzure App Registration client ID (Application ID). Required. Create a free app at https://portal.azure.com — see README for the three-minute setup.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.salahawad/outlook-personal-mcp": {
"command": "uvx",
"args": [
"mcp-outlook-personal"
],
"env": {
"OUTLOOK_MCP_CLIENT_ID": "",
"OUTLOOK_MCP_AUTHORITY": "",
"OUTLOOK_MCP_FILE_ROOT": "",
"OUTLOOK_MCP_MAX_FILE_BYTES": "",
"OUTLOOK_MCP_ALLOW_PERMANENT_DELETE": "",
"OUTLOOK_MCP_DEBUG": ""
}
}
}
}