
Copilot MCP DCR OAuth
Supports UIby agentifyanchor
Production-ready MCP server for Microsoft Copilot Studio with Dynamic Client Registration (DCR).
What it does
Provides a secure bridge between Microsoft Copilot Studio and Azure AD, automating the Dynamic Redirect URI problem via the Microsoft Graph API and offering granular SharePoint discovery.
Tools
get sharepoint sites: Lists available SharePoint sites.get lists by site: Lists contents of a specific SharePoint site.get list items: Fetches items from a list using GUID or name.
Installation
{
"mcpServers": {
"copilot-dcr": {
"command": "npm",
"args": ["start"]
}
}
}
(Requires .env configuration with AZURE_TENANT_ID, AZURE_CLIENT_ID, and AZURE_CLIENT_SECRET)
Supported hosts
Microsoft Copilot Studio
Quick install
npm install && npm startInformation
- Pricing
- free
- Published
- 4/30/2026
- stars






