Odel
OWA Exchange MCP Server

OWA Exchange MCP Server

Local
@nhype7PythonMITUpdated 6mo ago

MCP server for Microsoft Exchange / OWA — email, calendar, directory, availability

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIexchange-mcp-serverv1.0.1

Run

uvx exchange-mcp-server

MCP client config

{
  "mcpServers": {
    "owa-exchange-mcp-server": {
      "command": "uvx",
      "args": [
        "exchange-mcp-server"
      ]
    }
  }
}