Back to Browse

Sharepoint MCP Server

Developer ToolsUse Caution4.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

MCP server for Microsoft SharePoint — manage folders, documents, and metadata.

About

MCP server for Microsoft SharePoint — manage folders, documents, and metadata.

Security Report

4.2
Use Caution4.2High Risk

Valid MCP server (1 strong, 1 medium validity signals). 11 known CVEs in dependencies (0 critical, 3 high severity) Package registry verified. Imported from the Official MCP Registry.

3 files analyzed · 12 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

What You'll Need

Set these up before or after installing:

Azure AD application (client) IDOptional

Environment variable: SHP_ID_APP

Azure AD client secretRequired

Environment variable: SHP_ID_APP_SECRET

Microsoft Entra (Azure AD) tenant IDOptional

Environment variable: SHP_TENANT_ID

SharePoint site URL (e.g. https://tenant.sharepoint.com/sites/MySite)Optional

Environment variable: SHP_SITE_URL

SharePoint document library pathOptional

Environment variable: SHP_DOC_LIBRARY

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-ravikant1918-sharepoint-mcp": {
      "env": {
        "SHP_ID_APP": "your-shp-id-app-here",
        "SHP_SITE_URL": "your-shp-site-url-here",
        "SHP_TENANT_ID": "your-shp-tenant-id-here",
        "SHP_DOC_LIBRARY": "your-shp-doc-library-here",
        "SHP_ID_APP_SECRET": "your-shp-id-app-secret-here"
      },
      "args": [
        "sharepoint-mcp"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!