SharePoint MCP Server for VS Code Copilot — reads SharePoint sites, pages, files, and lists via Microsoft Graph API using Azure CLI auth
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"sharepoint-mcp-serve": {
"command": "uvx",
"args": [
"sharepoint-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add sharepoint-mcp-serve uvx sharepoint-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"sharepoint-mcp-serve": {
"command": "uvx",
"args": [
"sharepoint-mcp-server"
]
}
}
}
Or install with pip: pip install sharepoint-mcp-server