SharePoint MCP Server
Server Details
Server URL: https://sharepoint.mintmcp.com/mcp
Available Tools
Tool Descriptions
- list_sites_and_groups - Discover SharePoint sites and Microsoft 365 Groups, with optional search filtering for sites
- list_drives - List document libraries for a site or group, or auto-discover all accessible drives across the organization
- list_drive_items - Browse files and folders with path navigation and pagination support
- get_drive_item - Get file metadata and optionally read text content inline or get a download URL
- search_items - Full-text search across file names and content using Microsoft Search
- create_item - Create files (text or binary) and folders in any document library
- update_item - Rename, move, or replace file content in a single operation
- delete_item - Delete files or folders (moved to recycle bin for recovery)
Configuration
Add this configuration to your MCP client settings:
{
"mcpServers": {
"sharepoint": {
"command": "npx",
"args": [
"mcp-remote",
"https://sharepoint.mintmcp.com/mcp"
]
}
}
}
Features
- Browse and search across SharePoint sites, groups, and document libraries
- Read text-based files inline (Markdown, CSV, JSON, Python, and 20+ formats)
- Pre-authenticated download URLs for any file type
- Full CRUD operations: create, update, rename, move, and delete
- Enterprise shared folder support via Microsoft 365 Groups
- Auto-discovery of all accessible drives across the organization
- Pagination for large libraries and search results
- Rate-limit handling with automatic retry