LUIS Authoring Client Claude Desktop Config
Add the LUIS Authoring Client MCP server to Claude Desktop with this ready-to-use configuration.
Setup Instructions
- Open Claude Desktop
- Go to Settings → Developer → Edit Config →
claude_desktop_config.json - Paste the JSON below into the file
- Set your credentials in the
envsection - Restart Claude Desktop
Configuration JSON
Copy the entire block into your claude_desktop_config.json
{
"mcpServers": {
"azure-com-cognitiveservices-luis-authoring": {
"command": "npx",
"args": [
"-y",
"@mcp/azure-com-cognitiveservices-luis-authoring"
],
"env": {
"LUIS_AUTHORING_CLIENT_API_KEY": "your_luis_authoring_client_api_key"
}
}
}
}Environment Variables
LUIS_AUTHORING_CLIENT_API_KEYReplace your_luis_authoring_client_api_key with your actual luis authoring client api key
Endpoints
GET
/apps/Apps_List
POST
/apps/Apps_Add
GET
/apps/assistantsApps_ListCortanaEndpoints
GET
/apps/culturesApps_ListSupportedCultures
GET
/apps/customprebuiltdomainsApps_ListAvailableCustomPrebuiltDomains
POST
/apps/customprebuiltdomainsApps_AddCustomPrebuiltDomain
GET
/apps/customprebuiltdomains/{culture}Apps_ListAvailableCustomPrebuiltDomainsForCulture
GET
/apps/domainsApps_ListDomains
POST
/apps/importApps_Import
GET
/apps/usagescenariosApps_ListUsageScenarios