OfficeMCP
БесплатноНе проверенRemote MCP server for Microsoft Graph with delegated OAuth support, enabling interaction with Microsoft 365 services like mail, calendar, OneDrive, SharePoint,
Описание
Remote MCP server for Microsoft Graph with delegated OAuth support, enabling interaction with Microsoft 365 services like mail, calendar, OneDrive, SharePoint, Teams, and more via natural language.
README
Remote MCP server for Microsoft Graph with delegated OAuth support.
Quick start
- Copy
.env.exampleto.env. - Install dependencies with
npm install. - Run
npm run dev. - The MCP endpoint is
http://localhost:3000/mcp. - For a container path, build with
docker build -t office-mcp ..
Auth modes
AUTH_ENABLED=false: local development without bearer-token enforcement.AUTH_ENABLED=truewithGRAPH_TOKEN_MODE=passthrough: validates bearer tokens and forwards the same user token to Microsoft Graph.AUTH_ENABLED=truewithGRAPH_TOKEN_MODE=obo: validates bearer tokens for this MCP resource and exchanges them for a Microsoft Graph delegated token via on-behalf-of flow.
Notes
- Streamable HTTP is used for the remote MCP transport.
- OAuth Protected Resource Metadata is exposed when auth is enabled.
- File-oriented tools cap direct content extraction at
MAX_FILE_SIZE_BYTESand default to 5 MB, matching current Work IQ preview guidance for some file operations. /diagnostics/authprovides a non-secret snapshot of auth and token-mode configuration for setup troubleshooting.- The local test suite now covers both unauthenticated and authenticated MCP route behavior with a mocked verified bearer token.
Current tool coverage
- user profile and organization context
- direct reports
- mail list, get, search, draft, reply, and send
- calendar list, get, create, update, delete, and schedule lookup
- OneDrive search, recent items, item metadata, folder children, and folder creation
- SharePoint site search, site lookup, document libraries, lists, and list items
- Teams joined teams, chats, channels, channel messages, and chat messages
- Word document text extraction
- cross-M365 retrieval via Microsoft Graph search
Additional docs
Smoke testing
With the server running locally:
npm run smoke
The default smoke tool is server_get_status, so local MCP verification works even without Microsoft Graph credentials.
For auth-enabled setup, use .env.auth.example as the starting template.
To call a specific tool:
SMOKE_TOOL=mail_list_messages SMOKE_TOOL_ARGS='{"top":5}' npm run smoke
To exercise bearer-protected mode, set SMOKE_BEARER_TOKEN in the environment before running the smoke script.
To inspect a token's audience, scopes, tenant, and expiry without sending it anywhere:
npm run inspect-token -- "<jwt>"
Diagnostics
For setup troubleshooting:
curl http://localhost:3000/diagnostics/auth
This endpoint includes non-secret warnings for common misconfigurations such as:
- auth disabled
- missing resource audience
- incomplete OBO configuration
- wildcard CORS in production-like setups
When auth is enabled, the MCP server also exposes protected resource metadata at:
curl http://localhost:3000/.well-known/oauth-protected-resource/mcp
To quickly inspect all readiness endpoints together:
npm run live-readiness
When AUTH_ENABLED=false, the auth metadata endpoints will correctly return 404.
Установка OfficeMCP
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/aKardasz/OfficeMCPFAQ
OfficeMCP MCP бесплатный?
Да, OfficeMCP MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для OfficeMCP?
Нет, OfficeMCP работает без API-ключей и переменных окружения.
OfficeMCP — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить OfficeMCP в Claude Desktop, Claude Code или Cursor?
Открой OfficeMCP на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Gmail
Read, send and search emails from Claude
автор: GoogleSlack
Send, search and summarize Slack messages
автор: SlackRunbear
No-code MCP client for team chat platforms, such as Slack, Microsoft Teams, and Discord.
Discord Server
A community discord server dedicated to MCP by [Frank Fiegel](https://github.com/punkpeye)
Compare OfficeMCP with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории communication
