@microsoft/workiq
MCP ServerFreeMCP server for Microsoft 365 Copilot
Capabilities8 decomposed
microsoft 365 resource access via mcp protocol
Medium confidenceExposes Microsoft 365 services (Teams, SharePoint, OneDrive, Outlook, etc.) as MCP tools that Claude and other LLM clients can invoke through standardized tool-calling interfaces. Implements the Model Context Protocol specification to translate M365 REST API calls into LLM-compatible function schemas with automatic authentication handling via Microsoft Graph API credentials.
First-party MCP server from Microsoft that natively bridges Claude/LLM tool-calling to Microsoft Graph API with built-in tenant-aware authentication, eliminating the need for custom OAuth wrappers or API gateway layers
Tighter integration than third-party MCP servers because it's maintained by Microsoft and can leverage internal Graph API optimization paths; simpler than building custom Copilot plugins because MCP standardizes the interface
tenant-aware microsoft graph api authentication and authorization
Medium confidenceManages OAuth 2.0 token lifecycle and Microsoft Graph API permission scopes at the tenant level, automatically handling token refresh, scope validation, and delegated vs. application permissions. Implements Azure AD authentication patterns to ensure that LLM-invoked M365 operations respect the authenticated user's permissions and organizational policies without exposing credentials to the LLM client.
Implements Microsoft-specific OAuth patterns (incremental consent, multi-tenant support, managed identity integration) rather than generic OAuth, enabling seamless integration with Azure AD conditional access policies and M365 compliance frameworks
More secure than generic API key management because it leverages Azure AD's token lifecycle and conditional access; more flexible than static API keys because it supports per-user permission scoping and audit logging
llm-driven teams message search and retrieval
Medium confidenceEnables Claude and other LLMs to query Teams conversations using natural language or structured filters, returning message threads with metadata (sender, timestamp, channel context). Translates LLM search intents into Microsoft Graph API queries against the Teams service, handling pagination and result ranking to surface relevant conversations within token budgets.
Integrates Teams search via MCP protocol, allowing LLMs to query conversation history without custom Teams SDK integration; leverages Microsoft Graph's native Teams search capabilities rather than building a separate indexing layer
More current than RAG-based approaches because it queries live Teams data rather than static embeddings; simpler than building custom Teams bot because it uses standard MCP tool-calling instead of Teams-specific webhooks
sharepoint document discovery and retrieval via llm queries
Medium confidenceAllows Claude and other LLMs to search SharePoint sites and document libraries using natural language, returning file metadata, content previews, and download URLs. Implements Microsoft Graph Sites API queries with support for filtering by site, library, document type, and metadata properties, enabling AI agents to locate and surface relevant documents without manual navigation.
Exposes SharePoint search through MCP tool-calling, enabling LLMs to query document libraries without building custom SharePoint search connectors; integrates with Microsoft Graph Sites API for tenant-wide document discovery
More comprehensive than site-specific search because it can query across multiple SharePoint sites in a single request; simpler than Azure Search integration because it uses native Graph API without additional indexing infrastructure
outlook email composition and sending via llm instructions
Medium confidenceEnables Claude and other LLMs to draft, format, and send emails on behalf of authenticated users through MCP tool calls. Implements email composition with support for recipients, subject, body formatting, attachments, and scheduling, translating LLM-generated email content into Microsoft Graph Mail API calls while respecting user permissions and organizational email policies.
Provides MCP-based email composition and sending, allowing LLMs to generate and dispatch emails without custom Outlook SDK integration; supports scheduled send and attachment linking via Microsoft Graph Mail API
More secure than email forwarding because it uses OAuth-authenticated Graph API calls rather than SMTP credentials; more flexible than email templates because LLMs can generate dynamic content based on context
onedrive file operations and content retrieval for llm context
Medium confidenceEnables Claude and other LLMs to list, read, and retrieve files from OneDrive using MCP tool calls, supporting file metadata queries, content preview generation, and file download URLs. Implements Microsoft Graph Drive API operations with support for folder navigation, file filtering, and content extraction to provide LLMs with access to user files for analysis and context.
Exposes OneDrive file operations through MCP protocol, allowing LLMs to access user files without custom OneDrive SDK or file upload workflows; integrates with Microsoft Graph Drive API for seamless file retrieval and content extraction
More convenient than manual file uploads because it accesses files in-place; more secure than sharing file contents via chat because it uses OAuth-authenticated Graph API calls
calendar event creation and scheduling via llm instructions
Medium confidenceEnables Claude and other LLMs to create, read, and modify calendar events in Outlook using MCP tool calls. Implements calendar operations with support for event details (title, time, attendees, location), recurring patterns, and attendee management, translating LLM-generated scheduling requests into Microsoft Graph Calendar API calls while handling timezone conversion and conflict detection.
Provides MCP-based calendar operations, allowing LLMs to schedule meetings without custom Outlook SDK integration; supports attendee management and recurring events via Microsoft Graph Calendar API
More flexible than email-based scheduling because it directly modifies calendar state; more integrated than external scheduling tools because it uses native Outlook calendar API
mcp protocol server implementation with schema-based tool registration
Medium confidenceImplements the Model Context Protocol (MCP) server specification, exposing M365 capabilities as standardized LLM tools with JSON Schema definitions. Handles MCP request/response serialization, tool discovery, parameter validation, and error handling, enabling any MCP-compatible LLM client (Claude, custom agents) to invoke M365 operations through a unified interface without client-specific integration code.
Implements MCP server specification for M365, providing standardized tool-calling interface that works with any MCP-compatible LLM client; uses JSON Schema for tool parameter validation and discovery
More standardized than custom API wrappers because it follows MCP specification; more flexible than SDK-specific implementations because it supports multiple LLM clients
Capabilities are decomposed by AI analysis. Each maps to specific user intents and improves with match feedback.
Related Artifactssharing capabilities
Artifacts that share capabilities with @microsoft/workiq, ranked by overlap. Discovered automatically through the match graph.
@softeria/ms-365-mcp-server
A Model Context Protocol (MCP) server for interacting with Microsoft 365 and Office services through the Graph API
ms-365-mcp-server
A Model Context Protocol (MCP) server for interacting with Microsoft 365 and Office services through the Graph API
@azure/mcp
Azure MCP Server - Model Context Protocol implementation for Azure
MintMCP
** - MCP servers for Google Calendar, Gmail, Outlook Calendar, and Outlook.
@azure/mcp-linux-x64
Azure MCP Server - Model Context Protocol implementation for Azure, for linux on x64
@azure/mcp-win32-x64
Azure MCP Server - Model Context Protocol implementation for Azure, for win32 on x64
Best For
- ✓Enterprise teams building Copilot plugins for Microsoft 365
- ✓Developers integrating Claude with M365 tenants
- ✓Organizations standardizing on MCP for AI agent infrastructure
- ✓Enterprise security teams implementing AI governance in M365
- ✓Compliance-focused organizations (healthcare, finance) requiring audit trails
- ✓Multi-tenant SaaS platforms offering Copilot as a feature
- ✓Teams-heavy organizations using Copilot for knowledge discovery
- ✓Support teams automating ticket resolution by searching conversation history
Known Limitations
- ⚠Requires Microsoft Graph API permissions configured at tenant level — cannot work with personal Microsoft accounts without admin consent
- ⚠MCP protocol adds request/response serialization overhead (~50-100ms per call) compared to direct SDK usage
- ⚠Limited to M365 services exposed via Microsoft Graph — some legacy Exchange/SharePoint features may not be available
- ⚠No built-in caching layer — each LLM invocation triggers a fresh API call to Microsoft Graph
- ⚠Token refresh adds latency on first request after token expiration (~500ms for OAuth round-trip)
- ⚠Scope negotiation happens at app registration time — cannot dynamically request new permissions at runtime
Requirements
Input / Output
UnfragileRank
UnfragileRank is computed from adoption signals, documentation quality, ecosystem connectivity, match graph feedback, and freshness. No artifact can pay for a higher rank.
Package Details
About
MCP server for Microsoft 365 Copilot
Categories
Alternatives to @microsoft/workiq
Are you the builder of @microsoft/workiq?
Claim this artifact to get a verified badge, access match analytics, see which intents users search for, and manage your listing.
Get the weekly brief
New tools, rising stars, and what's actually worth your time. No spam.
Data Sources
Looking for something else?
Search →