4 months ago
MCP (Model Context Protocol) server for any Microsoft Exchange / OWA (Outlook Web Access) deployment. Gives LLM agents access to email, calendar, directory search, folders, availability, and meeting analytics via 30 tools.
Works with any on-premise or hosted Exchange server that exposes OWA.
Server Config
{
"mcpServers": {
"exchange-mcp": {
"type": "stdio",
"command": "exchange-mcp-server",
"env": {
"EXCHANGE_OWA_URL": "https://owa.example.com"
}
}
}
}