Skip to content
Cline

SharePoint MCP Server for Cline

io.github.ravikant1918/sharepoint-mcp

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

client:Cline transport:stdio runtime:pypi

Install SharePoint MCP Server in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "sharepoint-mcp": {
      "command": "uvx",
      "args": [
        "sharepoint-mcp"
      ],
      "env": {
        "SHP_ID_APP": "<SHP_ID_APP>",
        "SHP_ID_APP_SECRET": "<SHP_ID_APP_SECRET>",
        "SHP_TENANT_ID": "<SHP_TENANT_ID>",
        "SHP_SITE_URL": "<SHP_SITE_URL>",
        "SHP_DOC_LIBRARY": "<SHP_DOC_LIBRARY>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

SharePoint MCP Server in other clients