Exposes the Microsoft Graph API through a Model-Context-Protocol (MCP) server.
This tool provides an MCP server implemented in C# for interacting with the Microsoft Graph API. It's designed to be used with MCP clients, allowing applications like the Claude Desktop app (or potentially GitHub Copilot) to query and interact with Microsoft Graph data. Configuration involves setting up an Entra ID application with appropriate permissions and configuring the MCP server settings within the client application. The server supports different Microsoft Graph national cloud endpoints, allowing access to data in various regions.
Key Features
01Written in C#
02Supports multiple Microsoft Graph national cloud endpoints
03Designed to be used with Claude Desktop app
04Configurable through environment variables
05Implements an MCP server for Microsoft Graph API
060 GitHub stars
Use Cases
01Automating tasks within Microsoft 365 environments through MCP clients.
02Integrating Microsoft Graph API access into MCP-compatible applications.
03Querying Microsoft Graph data using natural language interfaces.