Skip to content

cli microsoft365 mcp server for Cursor

io.github.pnp/cli-microsoft365-mcp-server

MCP server for CLI for Microsoft 365 to manage your tenant using natural language

client:Cursor transport:stdio runtime:npm

Install cli microsoft365 mcp server in Cursor

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

{
  "mcpServers": {
    "cli-microsoft365-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@pnp/cli-microsoft365-mcp-server"
      ]
    }
  }
}

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

cli microsoft365 mcp server in other clients