Work IQ Word MCP Server for Claude Desktop
com.microsoft/workiq-wordserver
MCP Server containing tools to work with Microsoft Word document
client:Claude Desktop
transport:streamable-http
Install Work IQ Word MCP Server in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"workiq-wordserver": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://agent365.svc.cloud.microsoft/agents/tenants/{tenant_id}/servers/mcp_WordServer"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs