Microsoft Work IQ MCP integration for querying M365 data (emails, meetings, Teams, documents) with natural language. Enables searching your Microsoft 365 workspace directly from Claude Code.
Query your Microsoft 365 workspace using natural language. Search emails, meetings, Teams messages, and documents without leaving your development environment.
The workiq MCP server is disabled by default. Enable it before use:
/mcp-manager
Select the workiq server and enable it, or manually set "disabled": false in .mcp.json.
npx @microsoft/workiq accept-eula
Add to your project's .mcp.json:
{
"mcpServers": {
"workiq": {
"command": "npx",
"args": ["-y", "@microsoft/workiq", "mcp"]
}
}
}
First query triggers M365 authentication - a browser window opens for sign-in.
"What meetings do I have tomorrow?"
"Find emails from Sarah about the budget"
"Show Teams messages about the deployment"
Example: "What did John say about the proposal?"
Example: "What's on my calendar this week?"
Example: "Summarize today's messages in Engineering channel"
Example: "Find my recent PowerPoint presentations"
I load automatically when you mention:
| Command | Description |
|---|---|
workiq accept-eula |
Accept End User License Agreement (required first) |
workiq ask |
Interactive query mode |
workiq ask -q "..." |
Ask a specific question |
workiq mcp |
Start MCP server (used by Claude Code) |
workiq version |
Show version info |
| Problem | Solution |
|---|---|
| "EULA not accepted" | Run npx @microsoft/workiq accept-eula |
| "Authentication failed" | Re-run query to trigger fresh auth flow |
| "Admin consent required" | Contact your M365 tenant administrator |
| "WSL browser issues" | Install xdg-utils and wslu packages |
References:
Version: 1.0.0 | Updated: 2026-01-23