Skip to content
Cursor

OWA Exchange MCP Server for Cursor

io.github.nhype/owa-exchange-mcp

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

client:Cursor transport:stdio runtime:pypi

Install OWA Exchange MCP Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "owa-exchange-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "exchange-mcp-server"
      ],
      "env": {
        "EXCHANGE_OWA_URL": "<EXCHANGE_OWA_URL>",
        "EXCHANGE_COOKIE_FILE": "<EXCHANGE_COOKIE_FILE>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

OWA Exchange MCP Server in other clients