usually-frustrated/ms-graph-mcp
Platform-specific configuration:
{
"mcpServers": {
"ms-graph-mcp": {
"command": "npx",
"args": [
"-y",
"ms-graph-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
<p align="center"> </p>
<h1 align="center">Microsoft Graph MCP Package</h1>
<p align="center"> <b>Seamless Microsoft Graph Integration for AI Agents.</b> </p>
A TypeScript MCP (Model Context Protocol) package for personal Microsoft Graph access via CLI. This package enables AI agents to interact with personal Microsoft Graph APIs (Outlook, Calendar, etc.) through a local CLI interface.
~/.config/ms-graph-mcp/msal_cache.json with restricted file permissions (0600).This package is designed to be integrated as a connection within the Manus UI, allowing AI agents to directly invoke its functionalities. It communicates via stdio, sending and receiving JSON payloads.
Before using the MCP CLI, you need to initialize it once to authenticate with your Microsoft account. This process will guide you through granting necessary permissions.
bunx --bun @frustrated/ms-graph-mcp initThis will:
~/.config/ms-graph-mcp/msal_cache.json.Once initialized, Manus agents will typically run the MCP server to interact with Microsoft Graph. The server listens for JSON requests on stdin and outpu
Loading reviews...