Skip to content

Microsoft 365 Calendar for Cursor

io.github.mindstone/mcp-server-microsoft-calendar

Microsoft 365 Outlook calendar via Graph: list, get, create, update, respond, free/busy.

client:Cursor transport:stdio runtime:npm

Install Microsoft 365 Calendar 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": {
    "mcp-server-microsoft-calendar": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@mindstone/mcp-server-microsoft-calendar"
      ],
      "env": {
        "MS_CLIENT_ID": "<MS_CLIENT_ID>",
        "MS_CONFIG_DIR": "<MS_CONFIG_DIR>",
        "MS_ACCOUNT_EMAIL": "<MS_ACCOUNT_EMAIL>",
        "MS_MCP_PACKAGE_ID": "<MS_MCP_PACKAGE_ID>",
        "MICROSOFT_REQUEST_TIMEOUT_MS": "<MICROSOFT_REQUEST_TIMEOUT_MS>"
      }
    }
  }
}

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

Microsoft 365 Calendar in other clients