Loading MCP server directory, please wait...
MCP server for Microsoft SharePoint — manage folders, documents, and metadata.
npx @getmcp/cli add io.github.ravikant1918/sharepoint-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
SHP_ID_APPAzure AD application (client) ID
SHP_ID_APP_SECRETAzure AD client secret
SHP_TENANT_IDMicrosoft Entra (Azure AD) tenant ID
SHP_SITE_URLSharePoint site URL (e.g. https://tenant.sharepoint.com/sites/MySite)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.ravikant1918/sharepoint-mcp": {
"command": "uvx",
"args": [
"sharepoint-mcp"
],
"env": {
"SHP_ID_APP": "",
"SHP_ID_APP_SECRET": "",
"SHP_TENANT_ID": "",
"SHP_SITE_URL": "",
"SHP_DOC_LIBRARY": "Shared Documents/mcp_server"
}
}
}
}