39
/ 100
6 days ago
glama

SharePoint MCP Server

Enables AI assistants to interact with Microsoft SharePoint via natural language, supporting document management, list operations, search, and site provisioning through the Microsoft Graph API.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
⚠️
Tool descriptions don’t match what handlers do
1 tool describes read intent but its handler mutates — download_file (line 467: os.remove(tmp_path))
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 2 credentials: CLIENT_SECRET, PASSWORD
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configSITE_URLSharePoint site URL (https://{tenant}.sharepoint.com/sites/{name})
configTENANT_IDAzure AD tenant ID
configCLIENT_IDAzure AD application (client) ID
🔐 secretCLIENT_SECRETAzure AD client secret
🔐 secretPASSWORD
configMCP_TRANSPORTstreamable-http MCP_PORT=8000 python server.py
configMCP_HOST
configMCP_PORTMCP_TRANSPORT=streamable-http =8000 python server.py
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 8 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/lpanigrahi-ms-sharepoint-mcp-1pqpys)](https://m8ven.ai/mcp/lpanigrahi-ms-sharepoint-mcp-1pqpys)
commit: 57aa74b94f5c298ffc37873ec781859f25e9dd69
code hash: 1449b773bb7e0c1723a5662a71108cf52e7bafa36781c5d9936ece2448bac9ec
verified: 7/25/2026, 8:39:14 AM
view raw JSON →