Best for
- Users who need natural-language access to Microsoft 365 work data
- Users of GitHub Copilot CLI, VS Code, or other MCP-compatible coding agents and IDEs
- Organizations able to obtain Microsoft 365 tenant administrator consent
An official Microsoft-maintained public-preview MCP server that provides Microsoft 365 work-information queries through stdio and an npm package. EULA acceptance and potentially tenant-administrator consent are required before use.
Microsoft Work IQ is an MCP server and CLI for accessing Work IQ. It can query emails, meetings, documents, Teams messages, and people information through Microsoft 365 Copilot. The project is in public preview, so features and APIs may change.
Node.js 18+ is required. Install globally with npm and run workiq mcp, or run npx -y @microsoft/workiq mcp directly. Run workiq accept-eula before first use. You can also add the supplied MCP configuration to a compatible coding agent or IDE.
{"workiq":{"command":"npx","args":["-y","@microsoft/workiq@latest","mcp"],"tools":["*"]}}