Skip to main content
Glama

Sharepoint MCP Server

by BrianCusack

Sharepoint - WIP、現在は研究開発専用

組織の Sharepoint へのアクセスを提供するモデル コンテキスト プロトコル サーバー。

実装

成分手術リソース動的リソース道具
ユーザー
ユーザーを読む
ユーザーを探す
サイト
サイト一覧
サイトの詳細を取得
サブサイトの作成
サイトを削除
ドライブ
フォルダの一覧
検索フォルダ
フォルダを作成
フォルダを削除
ファイルをアップロード
リスト項目
ファイルをダウンロード
ファイルを読む
ファイルを移動
ファイルをコピー
リスト
リストを作成
読むリスト
リストに追加
更新リスト
リストを削除
カレンダー
イベントを作成
イベントを読む
更新イベント
イベントを削除

プロンプト

  • 文書概要
  • 関連文書を見つける
  • フォルダを探索する

環境変数

  • .env.example を .env としてコピーします。
  • 必須項目を入力してください

検査官

ルートから

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

Claude Desktopでの使用

このサーバーを Claude Desktop アプリで使用するには、 claude_desktop_config.jsonの「mcpServers」セクションに次の構成を追加します。

ドッカー

  • Docker ビルドとタグ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 構成ファイル

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", } } } }

ライセンス

このMCPサーバーはMITライセンスに基づいてライセンスされています。つまり、MITライセンスの条件に従って、ソフトウェアを自由に使用、改変、配布することができます。詳細については、プロジェクトリポジトリのLICENSEファイルをご覧ください。

Install Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Microsoft Graph API を通じて組織の Sharepoint ドキュメントへのアクセスを提供し、AI アシスタントによる Sharepoint コンテンツの検索と取得を可能にします。

  1. 実装
    1. プロンプト
  2. 環境変数
    1. 検査官
      1. Claude Desktopでの使用
        1. ドッカー
        2. MCP 構成ファイル
      2. ライセンス

        Related MCP Servers

        • -
          security
          F
          license
          -
          quality
          Provides tools for accessing the Semantic Scholar API to search papers, retrieve paper and author details, and fetch citations and references through the Model Context Protocol.
          Last updated -
          23
          Python
          • Apple
          • Linux
        • -
          security
          A
          license
          -
          quality
          A Model Context Protocol server that enables interaction with Microsoft 365 services (Excel, Calendar, Mail, OneDrive, Teams, etc.) through the Graph API, allowing AI assistants to manage Microsoft 365 resources via natural language.
          Last updated -
          1,530
          194
          TypeScript
          MIT License
        • -
          security
          F
          license
          -
          quality
          A modular server for interacting with Microsoft Graph API that enables management of users, groups, applications, sign-in logs, MFA status, and other Azure AD resources through natural language commands.
          Last updated -
          14
          Python
        • -
          security
          A
          license
          -
          quality
          Provides search functionality for arXiv.org papers through the official arXiv API, allowing users to search papers by keywords, filter by subject categories and date ranges, and receive comprehensive metadata including PDF links.
          Last updated -
          Python
          MIT License

        View all related MCP servers

        MCP directory API

        We provide all the information about MCP servers via our MCP API.

        curl -X GET 'https://glama.ai/api/mcp/v1/servers/BrianCusack/mcpsharepoint'

        If you have feedback or need assistance with the MCP directory API, please join our Discord server