AgentHubAgentHub

Work IQ Copilot MCP Server

MCP ServerMCP Registry官方收录

com.microsoft/workiq-m365copilot · v1.0.0

Search across M365 content including documents, emails, sites, files, and chats.

概览

Work IQ Copilot MCP Server 是一个MCP Server,收录自 官方 MCP Registry。支持 streamable-http 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "workiq-m365copilot": {
      "url": "https://agent365.svc.cloud.microsoft/agents/tenants/{tenant_id}/servers/mcp_M365Copilot"
    }
  }
}

相关资源

统一 Manifest

{
  "id": "com.microsoft/workiq-m365copilot",
  "type": "mcp-server",
  "version": "1.0.0",
  "displayName": "Work IQ Copilot MCP Server",
  "description": "Search across M365 content including documents, emails, sites, files, and chats.",
  "repository": {
    "url": "https://github.com/bap-microsoft/MCP-Platform/",
    "source": "github"
  },
  "distribution": {
    "packages": [],
    "remotes": [
      {
        "transport": "streamable-http",
        "url": "https://agent365.svc.cloud.microsoft/agents/tenants/{tenant_id}/servers/mcp_M365Copilot"
      }
    ]
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "com.microsoft/workiq-m365copilot",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/com.microsoft%2Fworkiq-m365copilot/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
Work IQ Copilot MCP Server — MCP Server 安装与配置 · AgentHub