JUHE API Marketplace
BrianCusack avatar
MCP Server

Sharepoint MCP Server

Provides access to organizational Sharepoint documents through the Microsoft Graph API, enabling search and retrieval of Sharepoint content for AI assistants.

21
GitHub Stars
3/10/2026
Last Updated
MCP Server Configuration
1{
2 "name": "sharepoint",
3 "command": "docker",
4 "args": [
5 "run",
6 "-i",
7 "--rm",
8 "--init",
9 "-e",
10 "DOCKER_CONTAINER=true",
11 "-e",
12 "TENANT_ID=your-tenant-id",
13 "-e",
14 "CLIENT_ID=your-client-id",
15 "-e",
16 "CLIENT_SECRET=your-client-secret",
17 "-e",
18 "SITE_ID=your-site-id",
19 "-e",
20 "DRIVE_ID=your-drive-id",
21 "mcp/sharepoint"
22 ]
23}
JSON23 lines
  1. Home
  2. MCP Servers
  3. mcpsharepoint

README Documentation

Sharepoint - WIP, just for R&D ATM

A Model Context Protocol server that provides access to Organisational Sharepoint.

Implementation

ComponentOperationResourceDynamic ResourceTool
Users❌❌❌
Read User❌❌❌
Find User❌❌❌
Sites❌❌❌
List Sites✅❌❌
Get Site Details❌❌❌
Create Subsite❌❌❌
Delete Site❌❌❌
Drives❌❌❌
List Folders❌❌❌
Search Folders❌❌✅
Create Folder❌❌❌
Delete Folder❌❌❌
Upload File❌❌❌
List Items❌✅❌
Download File❌❌✅
Read File✅❌❌
Move File❌❌❌
Copy File❌❌❌
Lists❌❌❌
Create List❌❌❌
Read List❌❌❌
Add to List❌❌❌
Update List❌❌❌
Delete List❌❌❌
Calendar❌❌❌
Create Event❌❌❌
Read Event❌❌❌
Update Event❌❌❌
Delete Event❌❌❌

Prompts

  • document-summary
  • find-relevant-documents
  • explore-folder

Enviremental Variables

  • Copy .env.example as .env
  • Fill the requires fields

Inspector

From root

npx @modelcontextprotocol/inspector -e TENANT_ID=your_tenant_id -e CLIENT_ID=your_client_id -e CLIENT_SECRET=your_client_secret -e SITE_ID=your_site_id -e DRIVE_ID=your_drive_id -- node dist/index.js

Usage with Claude Desktop

To use this server with the Claude Desktop app, add the following configuration to the "mcpServers" section of your claude_desktop_config.json:

Docker

  • Docker build and tag docker build -t mcp/sharepoint .
{
  "mcpServers": {
    "sharepoint": {
      "command": "docker",
      "args": [
        "run", 
        "-i", 
        "--rm", 
        "--init", 
        "-e", "DOCKER_CONTAINER=true",
        "-e", "TENANT_ID=your-tenant-id",
        "-e", "CLIENT_ID=your-client-id",
        "-e", "CLIENT_SECRET=your-client-secret",
        "-e", "SITE_ID=your-site-id",
        "-e", "DRIVE_ID=your-drive-id",
        "mcp/sharepoint"
      ]
    }
  }
}

MCP configuration file

pnpm run build
{
  "mcpServers": {
    "sharepoint": {
      "command": "node",
      "args": ["run", "start"],
      "env": {
        "TENANT_ID": "your-tenant-id",
        "CLIENT_ID": "your-client-id",
        "CLIENT_SECRET": "your-client-secret",
        "SITE_ID": "your-site-id",
        "DRIVE_ID": "your-drive-id",
      }
    }
  }
}

License

This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.

Quick Install

Quick Actions

View on GitHubView All Servers

Key Features

Model Context Protocol
Secure Communication
Real-time Updates
Open Source

Boost your projects with Wisdom Gate LLM API

Supporting GPT-5, Claude-4, DeepSeek v3, Gemini and more.

Enjoy a free trial and save 20%+ compared to official pricing.

Learn More
JUHE API Marketplace

Accelerate development, innovate faster, and transform your business with our comprehensive API ecosystem.

JUHE API VS

  • vs. RapidAPI
  • vs. API Layer
  • API Platforms 2025
  • API Marketplaces 2025
  • Best Alternatives to RapidAPI

For Developers

  • Console
  • Collections
  • Documentation
  • MCP Servers
  • Free APIs
  • Temp Mail Demo

Product

  • Browse APIs
  • Suggest an API
  • Wisdom Gate LLM
  • Global SMS Messaging
  • Temp Mail API

Company

  • What's New
  • Welcome
  • About Us
  • Contact Support
  • Terms of Service
  • Privacy Policy
Featured on Startup FameFeatured on Twelve ToolsFazier badgeJuheAPI Marketplace - Connect smarter, beyond APIs | Product Huntai tools code.marketDang.aiFeatured on ShowMeBestAI
Copyright © 2026 JUHEDATA HK LIMITED - All rights reserved