$ timeahead.in
/ servers/npm/@microsoft/workiq
npm

@microsoft/workiq

MCP server for Microsoft 365 Copilot

877 stars18k/wkupdated 0d agogithub ↗
89good
▣ Overview
Install in VS CodeInstall in VS Code Insiders

What it does

Work IQ is an MCP server that extends Claude's access to Microsoft 365 tenant data—emails, meetings, documents, Teams messages, and organizational information. Rather than exposing individual tools, it accepts natural-language queries and translates them into Microsoft Graph API calls, returning relevant data directly. Users ask questions like "What did Sarah say about the budget?" or "Show my documents from yesterday" and receive results in context. The server works both as a standalone MCP implementation and as a GitHub Copilot plugin, with extended capabilities available in the preview build.

Who it's for

Microsoft 365 administrators and enterprise knowledge workers who want to integrate Claude into existing Microsoft 365 workflows—answering calendar and email questions, searching documents, summarizing Teams conversations, and discovering organizational information without switching tools.

Common use cases

  • Query emails and calendar events using natural language ("What meetings do I have tomorrow?")
  • Search for documents you created or modified on specific dates
  • Summarize Teams channel messages and discover recent conversations
  • Look up colleague information and organizational relationships
  • Build custom M365 agents and automation using the agents toolkit

Setup pitfalls

  • Requires tenant admin consent via Entra authentication; non-administrators must request their tenant administrator to grant permissions using the provided consent URL (see ADMIN-INSTRUCTIONS.md)
  • Node.js 18+ is required; the server runs via npx, which comes with npm
  • Public preview status means APIs and features may change between releases; verify the latest release for your use case
  • CI tests are currently failing; review recent commits and releases before deploying to production
▣ Score BreakdownMCPScore = Σ(raw × weight)
DimensionRawWeighted
Security
35%
100
35.0
Freshness
25%
100
25.0
Adoption
20%
81
16.1
Quality
10%
80
8.0
Trust
10%
50
5.0
Total
89.1
⚿ Capabilities & Risk Explainer
no elevated permissions
◆ Risk level: low
No elevated permissions requested — safe to connect.
⚙ Install config
Claude Desktop · Cursor · Windsurf · VS Code (Copilot) · Claude Code
add to your MCP client config:
{
  "mcpServers": {
    "microsoftworkiq": {
      "command": "npx",
      "args": [
        "-y",
        "@microsoft/workiq"
      ]
    }
  }
}
📈 Score historylast 33 snapshots
4/30/20266/11/2026 · 33 snapshots
⚙ Maintenance health
34/ 100 · is this project alive?
contributors (1y)17
top contributor share27%
releases (1y)0
median issue response7.0d
ci⚠ failing
⛁ Raw data
weekly downloads18k
github stars877
forks92
open issues64
license✓ present
readme length7389 chars
last publish0d ago
last commit0d ago
last updated3d ago
install verified✗ fail · 22d ago
owner of this server? claim your listing to get a verified badgeclaim →
🔔 Score drop alerts
get notified by email when this server's score drops 5+ points