mcp-server-microsoft-graph
If you are the rightful owner of mcp-server-microsoft-graph 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.
The MCP Server for Microsoft Graph is designed to facilitate communication and data exchange between applications and the Microsoft Graph API using the Model Context Protocol.
mcp-server-microsoft-graph
Configurations
Configuration File
cp config.template.yaml config.yaml
Configuration using env variables
export MCP_SERVER_MICROSOFT_GRAPH_TRANSPORT=sse
export MCP_SERVER_MICROSOFT_GRAPH_SERVER_NAME=localhost
export MCP_SERVER_MICROSOFT_GRAPH_TENANT_ID=<tenant-id>
export MCP_SERVER_MICROSOFT_GRAPH_CLIENT_ID=<client-id>
export MCP_SERVER_MICROSOFT_GRAPH_CLIENT_SECRET=<client-secret>