PluginBench
MCP Server

SharePoint MCP Server MCP Server

io.github.ravikant1918/sharepoint-mcp

What is the SharePoint MCP Server MCP server?

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

How to install SharePoint MCP Server

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • SHP_ID_APP
    required

    Azure AD application (client) ID

  • SHP_ID_APP_SECRET
    required
    secret

    Azure AD client secret

  • SHP_TENANT_ID
    required

    Microsoft Entra (Azure AD) tenant ID

  • SHP_SITE_URL
    required

    SharePoint site URL (e.g. https://tenant.sharepoint.com/sites/MySite)

  • SHP_DOC_LIBRARY

    SharePoint document library path

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "sharepoint-mcp": {
      "command": "uvx",
      "args": [
        "sharepoint-mcp"
      ],
      "env": {
        "SHP_ID_APP": "<YOUR_SHP_ID_APP>",
        "SHP_ID_APP_SECRET": "<YOUR_SHP_ID_APP_SECRET>",
        "SHP_TENANT_ID": "<YOUR_SHP_TENANT_ID>",
        "SHP_SITE_URL": "<YOUR_SHP_SITE_URL>",
        "SHP_DOC_LIBRARY": "<YOUR_SHP_DOC_LIBRARY>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "sharepoint-mcp": {
      "command": "uvx",
      "args": [
        "sharepoint-mcp"
      ],
      "env": {
        "SHP_ID_APP": "<YOUR_SHP_ID_APP>",
        "SHP_ID_APP_SECRET": "<YOUR_SHP_ID_APP_SECRET>",
        "SHP_TENANT_ID": "<YOUR_SHP_TENANT_ID>",
        "SHP_SITE_URL": "<YOUR_SHP_SITE_URL>",
        "SHP_DOC_LIBRARY": "<YOUR_SHP_DOC_LIBRARY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "sharepoint-mcp": {
      "command": "uvx",
      "args": [
        "sharepoint-mcp"
      ],
      "env": {
        "SHP_ID_APP": "<YOUR_SHP_ID_APP>",
        "SHP_ID_APP_SECRET": "<YOUR_SHP_ID_APP_SECRET>",
        "SHP_TENANT_ID": "<YOUR_SHP_TENANT_ID>",
        "SHP_SITE_URL": "<YOUR_SHP_SITE_URL>",
        "SHP_DOC_LIBRARY": "<YOUR_SHP_DOC_LIBRARY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "sharepoint-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "sharepoint-mcp"
      ],
      "env": {
        "SHP_ID_APP": "<YOUR_SHP_ID_APP>",
        "SHP_ID_APP_SECRET": "<YOUR_SHP_ID_APP_SECRET>",
        "SHP_TENANT_ID": "<YOUR_SHP_TENANT_ID>",
        "SHP_SITE_URL": "<YOUR_SHP_SITE_URL>",
        "SHP_DOC_LIBRARY": "<YOUR_SHP_DOC_LIBRARY>"
      }
    }
  }
}
Claude Code
claude mcp add sharepoint-mcp --env SHP_ID_APP=<YOUR_SHP_ID_APP> --env SHP_ID_APP_SECRET=<YOUR_SHP_ID_APP_SECRET> --env SHP_TENANT_ID=<YOUR_SHP_TENANT_ID> --env SHP_SITE_URL=<YOUR_SHP_SITE_URL> --env SHP_DOC_LIBRARY=<YOUR_SHP_DOC_LIBRARY> -- uvx sharepoint-mcp

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →