Skip to content
Cursor

ms sharepoint mcp for Cursor

io.github.0xka13b/ms-sharepoint-mcp

Microsoft SharePoint MCP server — access sites, lists, and documents through Microsoft Graph.

client:Cursor transport:stdio runtime:npm

Install ms sharepoint mcp 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": {
    "ms-sharepoint-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "ms-sharepoint-mcp"
      ],
      "env": {
        "MICROSOFT_CLIENT_ID": "<MICROSOFT_CLIENT_ID>"
      }
    }
  }
}

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

ms sharepoint mcp in other clients