Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From amplihack
Local stdio MCP server from Microsoft WorkIQ, providing tools, data sources, and prompt templates for WorkIQ integration.
npx claudepluginhub rysweet/amplihack --plugin amplihackCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"workiq": {
"command": "npx",
"args": [
"-y",
"@microsoft/workiq",
"mcp"
]
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Share bugs, ideas, or general feedback.