OWA Exchange MCP Server
About
MCP server for Microsoft Exchange / OWA — email, calendar, directory, availability
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
EXCHANGE_OWA_URL EXCHANGE_COOKIE_FILEClaude Code
claude mcp add --env EXCHANGE_OWA_URL= --env EXCHANGE_COOKIE_FILE= owa-exchange-mcp -- uvx exchange-mcp-server
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"owa-exchange-mcp","command":"uvx","args":["exchange-mcp-server"],"env":{"EXCHANGE_OWA_URL":"","EXCHANGE_COOKIE_FILE":""}}'
JSON
{
"mcpServers": {
"owa-exchange-mcp": {
"command": "uvx",
"args": [
"exchange-mcp-server"
],
"env": {
"EXCHANGE_OWA_URL": "",
"EXCHANGE_COOKIE_FILE": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.