MCP Server
MCP
Microsoft 365 SharePoint
Microsoft 365 SharePoint via Graph: sites, libraries, pages, lists, search, file/list mutations.
Install
npx -y @mindstone/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@mindstone/mcp-server-microsoft-sharepoint",
"version": "0.2.1",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Microsoft Entra (Azure AD) application client ID",
"isRequired": true,
"format": "string",
"name": "MS_CLIENT_ID"
},
{
"description": "Path to the per-user Microsoft config directory (credentials/, accounts.json)",
"isRequired": true,
"format": "filepath",
"name": "MS_CONFIG_DIR"
},
{
"description": "Account email when running in multi-account per-instance mode (falls back to the first account in accounts.json)",
"format": "string",
"name": "MS_ACCOUNT_EMAIL"
},
{
"description": "Logical package ID surfaced in error responses",
"format": "string",
"default": "Microsoft365SharePoint",
"name": "MS_MCP_PACKAGE_ID"
},
{
"description": "Override the upstream Microsoft Graph request timeout in milliseconds (max 300000 = 5 min)",
"format": "number",
"default": "60000",
"name": "MICROSOFT_REQUEST_TIMEOUT_MS"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment