SharePointListsTools for Claude Desktop
com.microsoft/workiq-sharepointliststools
MCP server providing Microsoft Graph SharePoint tools for Lists.
client:Claude Desktop
transport:streamable-http
Install SharePointListsTools in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"workiq-sharepointliststools": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://agent365.svc.cloud.microsoft/agents/tenants/{tenant_id}/servers/mcp_SharePointListsTools"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs