Developer ToolsAuto-generated
LUIS Runtime Client MCP Server
LUIS Runtime Client API
Quick Setup
Transport: STDIO
Command: npx -y @mcp/azure-com-cognitiveservices-luis-runtime
Environment Variables
LUIS_RUNTIME_CLIENT_API_KEYExample: your_luis_runtime_client_api_key
MCP Server Configuration
Add this to your claude_desktop_config.json or Cursor MCP settings.
{
"mcpServers": {
"azure-com-cognitiveservices-luis-runtime": {
"command": "npx",
"args": ["-y","@mcp/azure-com-cognitiveservices-luis-runtime"],
"env": {
"LUIS_RUNTIME_CLIENT_API_KEY": "your_luis_runtime_client_api_key"
}
}
}
}Endpoints
GET
/apps/{appId}Prediction_Resolve2
POST
/apps/{appId}Prediction_Resolve