mcpbeat Sign in

Ms Sharepoint MCP Server

local only

Ms Sharepoint MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 52 installs a week from npm. Last commit 8 Jun 2026.

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

Installs per day peak 15 · avg 8 · +2% w/w
a month agotoday
52
Installs / week
npm · ms-sharepoint-mcp
0
Stars
0 open issues
8 Jun 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Ms Sharepoint MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add ms-sharepoint-mcp -- npx -y ms-sharepoint-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ms-sharepoint-mcp": {
      "args": [
        "-y",
        "ms-sharepoint-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.ms-sharepoint-mcp]
command = "npx"
args = ["-y", "ms-sharepoint-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "ms-sharepoint-mcp": {
      "args": [
        "-y",
        "ms-sharepoint-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "ms-sharepoint-mcp": {
      "args": [
        "-y",
        "ms-sharepoint-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: MICROSOFT_CLIENT_ID (Entra ID application (client) ID for the public client app used to sign in. Run `npx -y ms-sharepoint-mcp login` once to cache a refresh token.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Ms Sharepoint MCP

same job, measured the same way
SharePoint MCP Server
by ravikant1918

MCP server for Microsoft SharePoint — manage folders, documents, and metadata.

147 installs/wk local only
Ms Graph MCP
by nitin27may

Microsoft Graph MCP server — 85 tools for mail, calendar, Teams, files, SharePoint, and Entra ID

171 installs/wk local only
Microsoft 365 SharePoint
by mindstone

Microsoft 365 SharePoint via Graph: sites, libraries, pages, lists, search, file/list mutations.

103 installs/wk local only
Carve
by markup-carve

Parse, lint, format, render, and migrate Carve documents through MCP.

91 installs/wk local only
Findable MCP Server
by findable-no

Find and summarize building documents, projects, tasks, SharePoint sync state, and red flag data.

answering
MCP Microsoft Todo
by mag-cie

MCP server for Microsoft To Do via Microsoft Graph. MSAL device code flow, no client secret needed.

128 installs/wk local only
GitLab Documentation MCP Server
by nunolima

Searchable access to GitLab documentation from multiple repositories with full-text search.

local only
Codex Tldraw MCP
by jananadiw

A Codex stdio MCP server that generates repo-local tldraw diagrams and detects code graph drift.

75 installs/wk local only

Ms Sharepoint MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Ms Sharepoint MCP?
Ms Sharepoint MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package ms-sharepoint-mcp was installed 52 times last week.
How do I connect Ms Sharepoint MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls ms-sharepoint-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Ms Sharepoint MCP?
The npm package ms-sharepoint-mcp was installed 52 times in the last week. Week over week that is +2%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Ms Sharepoint MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.