Skip to content
Cursor

mcp outlook for Cursor

io.github.dockndevai/mcp-outlook

Outlook mail and OneDrive files via Microsoft Graph — read, search, send and organize.

client:Cursor transport:stdio runtime:npm

Install mcp outlook 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-outlook": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@dockndevai/mcp-outlook"
      ],
      "env": {
        "OUTLOOK_CLIENT_ID": "<OUTLOOK_CLIENT_ID>",
        "OUTLOOK_TENANT_ID": "<OUTLOOK_TENANT_ID>",
        "OUTLOOK_CLIENT_SECRET": "<OUTLOOK_CLIENT_SECRET>",
        "OUTLOOK_TOKEN": "<OUTLOOK_TOKEN>",
        "OUTLOOK_USER": "<OUTLOOK_USER>",
        "OUTLOOK_MODE": "<OUTLOOK_MODE>",
        "OUTLOOK_ALLOW_SEND": "<OUTLOOK_ALLOW_SEND>"
      }
    }
  }
}

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

mcp outlook in other clients