mcp-server-microsoft-graph
by acuvity
This server facilitates interaction with the Microsoft Graph API. It can be configured using a YAML file or environment variables.
View on GitHub
Last updated: N/A
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>