Sharepoint MCP Server

Integrations

  • Uses .env files for configuration management, allowing users to set required Microsoft Graph API credentials and other environmental variables

  • Supports containerized deployment of the Sharepoint MCP server with Docker, enabling portable and isolated execution

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ファイルをご覧ください。

You must be authenticated.

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. Implementation
    1. Prompts
  2. Enviremental Variables
    1. Inspector
      1. Usage with Claude Desktop
        1. Docker
        2. MCP configuration file
      2. License

        Related MCP Servers

        • -
          security
          F
          license
          -
          quality
          Enables AI assistants to interact with Metabase databases and dashboards, allowing users to list and execute queries, access data visualizations, and interact with database resources through natural language.
          Last updated -
          9
          JavaScript
          • Apple
        • -
          security
          F
          license
          -
          quality
          Enables AI assistants to interact with Metabase, providing access to dashboards, questions, databases, and tools for executing queries and viewing data through natural language.
          Last updated -
          JavaScript
          • Apple
        • -
          security
          A
          license
          -
          quality
          A server that allows AI assistants to search for research papers, read their content, and access related code repositories through the PapersWithCode API.
          Last updated -
          4
          Python
          MIT License
        • -
          security
          F
          license
          -
          quality
          Connects Bear Notes to AI assistants using semantic search and RAG (Retrieval-Augmented Generation), allowing AI systems to access and understand your personal knowledge base through meaningful search rather than just keyword matching.
          Last updated -
          JavaScript
          • Apple

        View all related MCP servers

        ID: j1opav5wp8