Skip to content
Cursor

Outlook MCP for Cursor

io.github.mpalermiti/outlook-mcp

Microsoft Outlook personal accounts: mail, calendar, contacts, to-do, drafts (62 tools).

client:Cursor transport:stdio runtime:pypi

Install Outlook MCP in Cursor

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

{
  "mcpServers": {
    "outlook-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "outlook-graph-mcp"
      ]
    }
  }
}

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

Outlook MCP in other clients