SharePoint MCP Server

A production-grade Model Context Protocol (MCP) server for Microsoft SharePoint. It runs locally over stdio via the published package.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-03-15 · ★ 12 · #407 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install SharePoint MCP Server

before you install - you'll need

Set SHP_ID_APP, SHP_ID_APP_SECRET, SHP_SITE_URL, SHP_TENANT_ID, SHP_DOC_LIBRARY, SHP_API_TYPE, SHAREPOINT_MCP_VERSION, SHAREPOINT_MCP_IMAGE, LOG_LEVEL, LOG_FORMAT before connecting.

Claude Code

claude mcp add ravikant1918-sharepoint-mcp -- uvx sharepoint-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "ravikant1918-sharepoint-mcp": {
      "command": "uvx",
      "args": [
        "sharepoint-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

pypi package sharepoint-mcp - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.ravikant1918 is GitHub-verified and matches the repo owner

03 · Who maintains SharePoint MCP Server

SharePoint MCP Server is maintained by ravikant1918. It's the only MCP server we track from this author; the repo dates to Feb 2026.

04 · Facts

category
other - ranked #407 of 848 actively-maintained other servers as of 2026-08-25.
registry
io.github.ravikant1918/sharepoint-mcp (active, first published 2026-02-20 · 5 versions)
packages
pypi:sharepoint-mcp

05 · SharePoint MCP Server FAQ

What is SharePoint MCP Server?

A production-grade Model Context Protocol (MCP) server for Microsoft SharePoint. It runs locally over stdio via the published package.

Is SharePoint MCP Server still maintained?

Yes - as of 2026-08-25, its last commit was 2026-03-15. We re-verify nightly.

How do I install SharePoint MCP Server?

Run `uvx sharepoint-mcp`. The README documents 10 environment variables (SHP_ID_APP, SHP_ID_APP_SECRET, SHP_SITE_URL…) to set first. Set SHP_ID_APP, SHP_ID_APP_SECRET, SHP_SITE_URL, SHP_TENANT_ID, SHP_DOC_LIBRARY, SHP_API_TYPE, SHAREPOINT_MCP_VERSION, SHAREPOINT_MCP_IMAGE, LOG_LEVEL, LOG_FORMAT before connecting. You can also paste the ready-made client config above.

Does SharePoint MCP Server run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

06 · Alternatives to SharePoint MCP Server

More MCP servers to compare · Pty MCP · NetLogo MCP · Awesome Copilot MCP Server (rbbtsn0w) · Hindsight MCP · RCSB PDB

More Python MCP servers · Scherlok · SQL Benchmarks Lab · Recall · see all