MCP Server
MCP
SharePoint MCP Server
MCP server for Microsoft SharePoint — manage folders, documents, and metadata.
Install
uvx sharepoint-mcp
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "sharepoint-mcp",
"version": "1.1.1",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Azure AD application (client) ID",
"isRequired": true,
"name": "SHP_ID_APP"
},
{
"description": "Azure AD client secret",
"isRequired": true,
"isSecret": true,
"name": "SHP_ID_APP_SECRET"
},
{
"description": "Microsoft Entra (Azure AD) tenant ID",
"isRequired": true,
"name": "SHP_TENANT_ID"
},
{
"description": "SharePoint site URL (e.g. https://tenant.sharepoint.com/sites/MySite)",
"isRequired": true,
"name": "SHP_SITE_URL"
},
{
"description": "SharePoint document library path",
"default": "Shared Documents/mcp_server",
"name": "SHP_DOC_LIBRARY"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment