From workiq
Local stdio MCP server for Microsoft WorkIQ. Runs as a subprocess providing tools, resources, or prompts related to WorkIQ. Capabilities unclear from configuration alone.
npx claudepluginhub microsoft/work-iq --plugin workiqAdd to your .mcp.json:
{
"mcpServers": {
"workiq": {
"command": "npx",
"args": [
"-y",
"@microsoft/workiq@latest",
"mcp"
]
}
}
}npx