sp-mcp-server

paugusto76/sp-mcp-server
★ 0 stars C# 📦 Other Updated today
This is an implementation of a generic SharePoint MCP Server
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "sp-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "paugusto76/sp-mcp-server"
      ]
    }
  }
}