
Company News
AWS Security Hub Adds Socket for Supply Chain Security
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.
ms-sharepoint-mcp
Advanced tools
Microsoft SharePoint Model Context Protocol server — 23 tools over the Microsoft Graph v1.0 API. Runs over stdio (local) or Streamable HTTP (remote).
Part of microsoft-mcps.
Sign in once with your own free Microsoft Entra ID app. Register an app as a public client (redirect URI http://localhost, "Allow public client flows" = Yes) and grant these delegated Microsoft Graph permissions: User.Read, Sites.ReadWrite.All. Then:
export MICROSOFT_CLIENT_ID=<your-client-id>
npx -y ms-sharepoint-mcp login # opens the browser
# npx -y ms-sharepoint-mcp login --device-code # headless alternative
The refresh token is cached under ~/.config/microsoft-mcp/ and renewed automatically — no token pasting, no 1-hour expiry.
{
"mcpServers": {
"microsoft-sharepoint": {
"command": "npx",
"args": ["-y", "ms-sharepoint-mcp"],
"env": { "MICROSOFT_CLIENT_ID": "<your-client-id>" }
}
}
}
Advanced: set MICROSOFT_ACCESS_TOKEN to supply a pre-acquired Graph token instead of signing in.
npx -y ms-sharepoint-mcp --http --port 3000
Point a Streamable-HTTP MCP client at http://localhost:3000/mcp and send the token per request as Authorization: Bearer <token>.
See the main repo for the full Entra app walkthrough, environment variables, and the tool list.
MIT
FAQs
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.