Back to Home
peacockery-studio icon

sharepoint-mcp

Verified Safe

by peacockery-studio

Overview

Provides Claude with access to Microsoft SharePoint for folder and document management via the Microsoft Graph API.

Installation

Run Command
npm start

Environment Variables

  • SHAREPOINT_CLIENT_ID
  • SHAREPOINT_CLIENT_SECRET
  • SHAREPOINT_TENANT_ID
  • SHAREPOINT_SITE_URL
  • SHAREPOINT_DOC_LIBRARY

Security Notes

The server correctly uses environment variables for sensitive credentials (client ID, client secret, tenant ID). OAuth tokens are stored locally in a file (`~/.sharepoint-mcp-tokens.json`), which is a common practice for local MCP servers, but implies that these tokens are vulnerable if the user's local machine is compromised. The authentication server runs on localhost using HTTP, which is standard for local OAuth callback flows. No 'eval' or obvious malicious patterns were found.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens20000
Stars0
Forks0
Last Update2025-12-05

Tags

SharePointMicrosoft Graph APIDocument ManagementFolder ManagementOAuth