Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.0xka13b/ms-sharepoint-mcp

NPM · MS-SHAREPOINT-MCP · SCANNED AUG 3

Microsoft SharePoint MCP server — access sites, lists, and documents through Microsoft Graph.

Available components

+24 this week 70 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (110 of 111), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (110 of 111), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability77
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 2012 tokens (~87/item across 23 items; 23 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · ms-sharepoint-mcp

# add to Claude Code
claude mcp add 0xka13b-ms-sharepoint-mcp -- npx -y ms-sharepoint-mcp
# add to Codex CLI
codex mcp add 0xka13b-ms-sharepoint-mcp -- npx -y ms-sharepoint-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "0xka13b-ms-sharepoint-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "ms-sharepoint-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add 0xka13b-ms-sharepoint-mcp --command npx --arg -y --arg ms-sharepoint-mcp
# ~/.hermes/config.yaml
mcp_servers:
  0xka13b-ms-sharepoint-mcp:
    command: "npx"
    args: ["-y", "ms-sharepoint-mcp"]
// mcp.json
{
  "mcpServers": {
    "0xka13b-ms-sharepoint-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ms-sharepoint-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

  • 2 Aug 26 +48
    • Provenance: unverified → fail security
    • Known CVEs: unverified → partial security
    • Install scripts: unverified → pass security
    • Malware scan: unverified → pass security
    • Schema quality: unverified → excellent functional
    • License: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • Stability: unverified → 0.23 functional
    • Licence: MIT functional
  • 31 Jul 26 −25
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 27 Jul 26 46

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 110 packages

110 packages in the resolved dependency tree · 110 deprecated · 39 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 23 exposed · ~2,012 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
create_folder ~85

Create a folder in a SharePoint document library.

NameTypeReqDescription
drive_idstringDrive ID. Omit to use the default drive.
folder_namestringyesName of the new folder.
parent_pathstringParent folder path, e.g. '/Shared Documents'. Defaults to drive root.
site_idstringyesSharePoint Graph site ID.

No output schema declared.

No examples provided.

create_item ~79

Create a new item in a SharePoint list.

NameTypeReqDescription
fieldsobjectyesKey-value map of field internal names to values, e.g. { "Title": "New item", "Status": "Active" }.
list_idstringyesList ID or display name.
site_idstringyesSharePoint Graph site ID.

No output schema declared.

No examples provided.

create_site ~271

Create a new SharePoint site. Team sites are provisioned via a Microsoft 365 Group (requires Group.ReadWrite.All). Communication sites are created via the SharePoint REST API (requires Sites.FullControl.All).

NameTypeReqDescription
descriptionstringOptional description for the site.
display_namestringyesDisplay name for the new site, e.g. 'Marketing Hub'.
hostnamestringSharePoint hostname required for communication sites, e.g. 'contoso.sharepoint.com'.
mail_nicknamestringEmail alias for the M365 group (team sites only). Must be unique across the tenant and contain no spaces, e.g. 'marketing-hub'. Derived from display_name if omitted.
ownersarrayUPNs or user IDs to set as site owners (team sites only), e.g. ['[email protected]'].
site_typestringyes'team' creates a group-connected Team site. 'communication' creates a standalone Communication site.
site_url_aliasstringURL alias for the communication site path, e.g. 'marketing-hub' → /sites/marketing-hub. Derived from display_name if omitted.
visibilitystringTeam site visibility (default: Private). Ignored for communication sites.

No output schema declared.

No examples provided.

delete_file ~80

Permanently delete a file or folder from a SharePoint document library.

NameTypeReqDescription
drive_idstringDrive ID. Omit to use the default drive.
file_pathstringyesPath of the file or folder to delete, e.g. '/Shared Documents/old-report.pdf'.
site_idstringyesSharePoint Graph site ID.

No output schema declared.

No examples provided.

delete_item ~56

Permanently delete a SharePoint list item.

NameTypeReqDescription
item_idstringyesList item ID to delete.
list_idstringyesList ID or display name.
site_idstringyesSharePoint Graph site ID.

No output schema declared.

No examples provided.

download_file ~77

Download a file from a SharePoint document library. Returns content as base64.

NameTypeReqDescription
drive_idstringDrive ID. Omit to use the default drive.
file_pathstringyesFile path in the drive, e.g. '/Shared Documents/report.pdf'.
site_idstringyesSharePoint Graph site ID.

No output schema declared.

No examples provided.

get_document ~84

Retrieve both metadata and text content of a SharePoint file in one call. Optimised for AI consumption of documents.

NameTypeReqDescription
drive_idstringDrive ID. Omit to use the default drive.
file_pathstringyesFile path in the drive, e.g. '/Shared Documents/report.txt'.
site_idstringyesSharePoint Graph site ID.

No output schema declared.

No examples provided.

get_drive ~66

Get the default document library (drive) for a SharePoint site, or a specific drive when drive_id is supplied.

NameTypeReqDescription
drive_idstringSpecific drive ID. Omit to get the site's default document library.
site_idstringyesSharePoint Graph site ID.

No output schema declared.

No examples provided.

get_file_content ~87

Retrieve the raw text content of a file in SharePoint. Best for plain-text, CSV, JSON, or Markdown files.

NameTypeReqDescription
drive_idstringDrive ID. Omit to use the default drive.
file_pathstringyesFile path in the drive, e.g. '/Shared Documents/data.csv'.
site_idstringyesSharePoint Graph site ID.

No output schema declared.

No examples provided.

get_file_metadata ~85

Get file properties (name, size, MIME type, created/modified dates, web URL) without downloading content.

NameTypeReqDescription
drive_idstringDrive ID. Omit to use the default drive.
file_pathstringyesFile path in the drive, e.g. '/Shared Documents/report.pdf'.
site_idstringyesSharePoint Graph site ID.

No output schema declared.

No examples provided.

get_item ~64

Get a single SharePoint list item by its ID, including all field values.

NameTypeReqDescription
item_idstringyesList item ID (numeric string).
list_idstringyesList ID or display name.
site_idstringyesSharePoint Graph site ID.

No output schema declared.

No examples provided.

get_list ~59

Get metadata and column schema for a specific SharePoint list or library.

NameTypeReqDescription
list_idstringyesList ID (GUID) or list display name (e.g. 'Shared Documents').
site_idstringyesSharePoint Graph site ID.

No output schema declared.

No examples provided.

get_site ~76

Get metadata for a SharePoint site by its Graph site ID or hostname:path form.

NameTypeReqDescription
site_idstringyesSite identifier — either a Graph GUID (e.g. 'contoso.sharepoint.com,abc123,xyz456') or 'hostname:/path' (e.g. 'contoso.sharepoint.com:/sites/hr').

No output schema declared.

No examples provided.

get_site_id ~77

Resolve a SharePoint site hostname and server-relative path to its Graph GUID. Use the returned id with other tools.

NameTypeReqDescription
hostnamestringyesSharePoint hostname, e.g. 'contoso.sharepoint.com'.
pathstringyesServer-relative site path, e.g. '/sites/hr'. Use '/' for the root site.

No output schema declared.

No examples provided.

get_user_profile ~33

Get the signed-in user's Microsoft 365 profile (id, displayName, mail, jobTitle, department, etc.).

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_columns ~44

List all column definitions for a SharePoint list.

NameTypeReqDescription
list_idstringyesList ID or display name.
site_idstringyesSharePoint Graph site ID.

No output schema declared.

No examples provided.

list_items ~132

Query items in a SharePoint list with optional OData $filter, $select, and pagination.

NameTypeReqDescription
filterstringOData $filter expression applied to item fields, e.g. "fields/Status eq 'Active'".
list_idstringyesList ID or display name.
selectstringComma-separated field names to include in each item's fields object.
site_idstringyesSharePoint Graph site ID.
skipintegerNumber of items to skip (default 0).
topintegerMaximum items to return (default 100).

No output schema declared.

No examples provided.

list_lists ~33

List all lists and document libraries in a SharePoint site.

NameTypeReqDescription
site_idstringyesSharePoint Graph site ID.

No output schema declared.

No examples provided.

list_sites ~81

Search and list SharePoint sites accessible to the signed-in user.

NameTypeReqDescription
searchstringKeyword to filter sites by display name. Omit or use '*' to list all accessible sites.
skipintegerNumber of results to skip for pagination (default 0).
topintegerMaximum number of sites to return (default 50).

No output schema declared.

No examples provided.

search ~107

Run a Microsoft Search query across SharePoint content with full control over entity types and result shape.

NameTypeReqDescription
entity_typesarrayEntity types to search (default: ['driveItem', 'listItem']).
fieldsarraySpecific managed properties to include in results.
fromintegerOffset for pagination (default 0).
query_stringstringyesSearch query string. KQL syntax supported.
sizeintegerNumber of results (default 25).

No output schema declared.

No examples provided.

search_sharepoint ~122

Focused full-text search across SharePoint lists and document libraries with ranked results. Supports KQL syntax (e.g. 'budget filetype:xlsx', 'author:"John Smith"').

NameTypeReqDescription
fromintegerPagination offset (default 0).
querystringyesSearch query. KQL syntax supported.
site_urlstringScope the search to a specific SharePoint site by its URL, e.g. 'https://contoso.sharepoint.com/sites/hr'.
sizeintegerNumber of results (default 25).

No output schema declared.

No examples provided.

update_item ~74

Update one or more fields of an existing SharePoint list item.

NameTypeReqDescription
fieldsobjectyesFields to update as internal-name to value pairs.
item_idstringyesList item ID.
list_idstringyesList ID or display name.
site_idstringyesSharePoint Graph site ID.

No output schema declared.

No examples provided.

upload_file ~140

Upload a file to a SharePoint document library. Files over 4 MB are automatically chunked via an upload session.

NameTypeReqDescription
conflict_behaviorstringHow to handle name conflicts (default: replace).
content_base64stringyesBase64-encoded file content.
content_typestringMIME type of the file (default: application/octet-stream).
drive_idstringDrive ID. Omit to use the site's default document library.
file_pathstringyesDestination path including filename, e.g. '/Shared Documents/reports/Q1.xlsx'.
site_idstringyesSharePoint Graph site ID.

No output schema declared.

No examples provided.