University Microsoft 365 Read-only MCP
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@University Microsoft 365 Read-only MCPShow my last 5 emails in the inbox."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
microsoft-bypass-mcp
Microsoftアカウントのテナント管理者がAIサービス(ChatGPT, Claudeなど)との連携を承認していないときに、Power Automate経由でバイパスして情報を取得できるリモートMCPサーバー
Specification
Architecture
MCP Client
↓ MCP over Streamable HTTP (/mcp)
Remote MCP Server — Cloudflare Workers + Hono (Cloudflare Access OAuth)
↓ HTTP POST { operation, requestId, args }
Power Automate — operation allowlist → fixed Graph endpoints, M365 auth
↓
Microsoft GraphTools
Tool | Input | Output |
|
|
|
|
|
|
|
|
|
Related MCP server: M365 MCP
Requirements
Microsoftアカウント
Cloudflareアカウント
Configuration
.dev.vars.example に従ってPower Automate側のURLを参照
POWER_AUTOMATE_URL=https://prod-xxx.logic.azure.com/workflows/xxx/triggers/manual/paths/invoke
POWER_AUTOMATE_GATEWAY_KEY=<gateway key>For production, set these as Worker secrets/vars (wrangler secret put).
Development
bun install
bun run dev # local Worker (wrangler dev)Quality checks
bun run typecheck # tsc --noEmit
bun run lint # oxlint
bun run lint:types # oxlint --type-aware
bun run format:check # oxfmt --check
bun run test # vitestDeploy
bun run deploy # wrangler deployThis server cannot be deployed
Maintenance
Related MCP Connectors
An MCP server that provides read access to your cloud storage providers, bank accounts and more.
Permissioned access to Outlook, OneDrive and Teams via the user's own Microsoft account
Your mailbox for MCP clients: search, read, draft, send, rules and notes. Sending is off by default.
An MCP server that provides email capabilities, hosted on Alpic platform
Related MCP Servers
- AlicenseAqualityBmaintenanceMCP server for Microsoft Outlook via Graph API. 20 consolidated tools for email, calendar, contacts, folders, rules, categories, and settings with safety controls (dry-run preview, rate limiting, recipient allowlists) and MCP annotations on every tool.822316 npm37MIT
- AlicenseAqualityAmaintenanceMCP server for Microsoft 365 via the Microsoft Graph API, providing read-only access to profile, calendar, email, Teams chats, OneDrive files, and meeting transcripts from any MCP client.1615 npm3MIT
- FlicenseAqualityDmaintenanceA lightweight MCP server for personal Microsoft Outlook/Hotmail accounts, enabling email search, reading, attachment management, and folder operations via Microsoft Graph API with OAuth device-code flow.61-
- FlicenseNot gradedqualityCmaintenanceMCP server that uses Microsoft Entra OAuth 2.0 On-Behalf-Of flow to access Microsoft Graph for Outlook data, enabling email, calendar, and contacts interactions via MCP tools.-