mcp-msgraph
If you are the rightful owner of mcp-msgraph and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A prototype MCP server that reads a user profile from Microsoft Graph.
MCP-MSGraph is a Model Context Protocol server designed to interface with Microsoft Graph to retrieve user profiles. This project serves as a proof of concept for integrating MCP with Microsoft Graph, demonstrating the ability to connect and extract data from Microsoft's cloud-based service. The server is built using FastAPI and utilizes OAuth2 for authentication, ensuring secure access to user data. By leveraging the capabilities of Microsoft Graph, MCP-MSGraph can access a wide range of user information, making it a versatile tool for applications requiring user data integration.
Features
- Integration with Microsoft Graph for user profile retrieval.
- Secure authentication using OAuth2.
- Built with FastAPI for high performance and ease of use.
- Supports RESTful API requests for data access.
- Proof of concept for MCP and Microsoft Graph integration.