Work IQ
MCP Server and CLI for accessing Work IQ
What is Work IQ?
Work IQ is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to mcp server and cli for accessing work iq
MCP Server and CLI for accessing Work IQ
This server falls under the Business Applications category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- MCP Server and CLI for accessing Work IQ
Use Cases
Maintainer
Works with
Installation
NPM
npx -y @microsoft/workiqManual Installation
npx -y @microsoft/workiqConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use Work IQ
Microsoft Work IQ is an official Microsoft MCP server and CLI that connects AI assistants to Microsoft 365 data — including emails, calendar events, Teams messages, documents, and organizational information — through natural language queries. Built as part of the GitHub Copilot plugin ecosystem, it lets developers and knowledge workers ask questions like 'summarize my emails from today' or 'what meetings do I have this week' directly inside any MCP-compatible AI client, with authentication handled via Microsoft Entra ID.
Prerequisites
- Node.js 18+ installed on your machine
- A Microsoft 365 account with appropriate data access
- Microsoft Entra (Azure AD) tenant ID for your organization (or use 'common' for personal accounts)
- Administrative consent may be required for organization-wide M365 data access
- An MCP-compatible client such as Claude Desktop, Cursor, or GitHub Copilot CLI
Install the Work IQ package
Install the @microsoft/workiq package globally, or use npx to run it without a permanent installation.
npm install -g @microsoft/workiq
# Or use npx (no install needed):
npx -y @microsoft/workiq mcpVerify the CLI works
Run the work IQ CLI to confirm the package is installed and see available commands.
workiq --helpAdd the server to your MCP client configuration
Edit claude_desktop_config.json to register the Work IQ MCP server. Specify your Entra tenant ID if needed.
{
"mcpServers": {
"workiq": {
"command": "npx",
"args": ["-y", "@microsoft/workiq@latest", "mcp"],
"tools": ["*"]
}
}
}Authenticate with Microsoft 365
On first use, the server will prompt for Microsoft account sign-in via a browser window. Complete the OAuth flow to grant access to your M365 data. For organizations, an admin may need to grant tenant-wide consent first.
# Specify a tenant ID to avoid multi-tenant auth prompts:
workiq mcp --tenant-id your-tenant-id-hereRestart your MCP client and test
Fully quit and reopen Claude Desktop so it picks up the new server. Ask a simple question about your calendar or email to verify the connection.
Work IQ Examples
Client configuration
claude_desktop_config.json entry for the Microsoft Work IQ MCP server.
{
"mcpServers": {
"workiq": {
"command": "npx",
"args": ["-y", "@microsoft/workiq@latest", "mcp"],
"tools": ["*"]
}
}
}Prompts to try
Natural language prompts for querying Microsoft 365 data through the Work IQ MCP server.
- "What are my upcoming meetings this week?"
- "Summarize emails from my manager about the Q3 budget"
- "Find documents I worked on yesterday"
- "What's on my calendar for tomorrow?"
- "Show me recent Teams messages from the engineering channel"
- "Find people in my organization who work on machine learning"Troubleshooting Work IQ
Authentication fails or browser sign-in window does not appear
Ensure Node.js 18+ is installed and you are running the latest package version. Try running `npx -y @microsoft/workiq@latest mcp` directly in a terminal to see error output and trigger the interactive auth flow.
Server returns 'access denied' for M365 data
Your organization may require administrator consent for the app to access M365 data. Contact your IT/Azure AD admin and ask them to grant tenant-wide consent for the Work IQ application permissions.
Tenant ID errors or multi-tenant authentication prompts
Pass your specific Entra tenant ID using the --tenant-id flag: `npx -y @microsoft/workiq@latest mcp --tenant-id <your-tenant-id>`. Find your tenant ID in the Azure Portal under Azure Active Directory > Overview.
Frequently Asked Questions about Work IQ
What is Work IQ?
Work IQ is a Model Context Protocol (MCP) server that mcp server and cli for accessing work iq It connects AI assistants to external tools and data sources through a standardized interface.
How do I install Work IQ?
Install via npm with the command: npx -y @microsoft/workiq. Then add the server configuration to your AI client's JSON config file (e.g., claude_desktop_config.json or .cursor/mcp.json).
Which AI clients work with Work IQ?
Work IQ works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is Work IQ free to use?
Yes, Work IQ is open source and available under the NOASSERTION license. You can use it freely in both personal and commercial projects.
Work IQ Alternatives — Similar Business Applications Servers
Looking for alternatives to Work IQ? Here are other popular business applications servers you can use with Claude, Cursor, and VS Code.
n8n
★ 189.1kA comprehensive MCP server that provides full control over n8n automation workflows through natural language. It offers 43 tools for managing workflows, executions, credentials, and data tables, with safety features like write-mode protection and dou
LobeHub
★ 77.5k🤯 LobeHub is your Chief Agent Operator, organizing your agents into 7×24 operations by hiring, scheduling, and reporting on your entire AI team.
Jeecgboot
★ 46.4kAI 低代码平台,「低代码 + 零代码」双模式驱动:低代码一键生成前后端代码,零代码 5 分钟搭建系统,AI Skills 一句话画流程、设计表单、生成整套系统。内置 AI聊天、知识库、流程编排、MCP插件等,兼容主流大模型。引领「AI 生成 → 在线配置 → 代码生成 → 手工合并->AI修改」开发模式,消除 Java 项目 80% 的重复工作,提效而不失灵活。
CowAgent
★ 44.7kCowAgent (chatgpt-on-wechat) 是基于大模型的超级AI助理,能主动思考和任务规划、访问操作系统和外部资源、创造和执行Skills、通过长期记忆和知识库不断成长,比OpenClaw更轻量和便捷。同时支持微信、飞书、钉钉、企微、QQ、公众号、网页等接入,可选择DeepSeek/OpenAI/Claude/Gemini/ MiniMax/Qwen/GLM/LinkAI,能处理文本、语音、图片和文件,可快速搭建个人AI助理和企业数字员工。
Minds Platform
★ 39.2kPlatform dedicated to building an open foundation for applied Artificial Intelligence, designed for people seeking production-ready AI systems they can truly control, extend and deploy anywhere.
Astrbot
★ 32.8kAI Agent Assistant & development framework that integrates lots of IM platforms, LLMs, plugins and AI feature, and can be your openclaw alternative. ✨
Browse More Business Applications MCP Servers
Explore all business applications servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up Work IQ in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use Work IQ?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.