← Back to Plugins
MCP Server MCP

OWA Exchange MCP Server

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx exchange-mcp-server

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "exchange-mcp-server",
      "version": "1.0.1",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Base URL of your OWA instance (e.g. https://owa.example.com)",
          "name": "EXCHANGE_OWA_URL"
        },
        {
          "description": "Path to session cookies file (default: session-cookies.txt)",
          "name": "EXCHANGE_COOKIE_FILE"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...