University Microsoft 365 Read-only MCP
A read-only MCP server that exposes Outlook mailbox tools (list, search, get messages) for university Microsoft 365 via Power Automate, enabling secure querying of mailbox data without direct Graph authentication.
README
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 Graph
Tools
| Tool | Input | Output |
|---|---|---|
outlook_list_messages |
{ limit?: number } (default 5, 1–100) |
{ messages: MessageSummary[] } |
outlook_search_messages |
{ query: string, limit?: number } (default 10, 1–100) |
{ messages: MessageSummary[] } |
outlook_get_message |
{ messageId: string } |
MessageDetail |
Requirements
- Microsoftアカウント
- Bun
- Cloudflareアカウント
Configuration
.dev.vars.example に従ってPower Automate側のURLを参照
POWER_AUTOMATE_URL=https://prod-xxx.logic.azure.com/workflows/xxx/triggers/manual/paths/invoke
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 # vitest
Deploy
bun run deploy # wrangler deploy
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.