Loading MCP server directory, please wait...
Microsoft 365 SharePoint via Graph: sites, libraries, pages, lists, search, file/list mutations.
npx @getmcp/cli add io.github.mindstone/mcp-server-microsoft-sharepointRequires Node.js 18+. Community-contributed server. Review source before installing.
MS_CLIENT_IDMicrosoft Entra (Azure AD) application client ID
MS_CONFIG_DIRPath to the per-user Microsoft config directory (credentials/, accounts.json)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.mindstone/mcp-server-microsoft-sharepoint": {
"command": "npx",
"args": [
"-y",
"@mindstone/mcp-server-microsoft-sharepoint"
],
"env": {
"MS_CLIENT_ID": "",
"MS_CONFIG_DIR": "",
"MS_ACCOUNT_EMAIL": "",
"MS_MCP_PACKAGE_ID": "Microsoft365SharePoint",
"MICROSOFT_REQUEST_TIMEOUT_MS": "60000"
}
}
}
}