LUIS Programmatic Claude Desktop Config
Add the LUIS Programmatic 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-programmatic": {
"command": "npx",
"args": [
"-y",
"@mcp/azure-com-cognitiveservices-luis-programmatic"
],
"env": {
"LUIS_PROGRAMMATIC_API_KEY": "your_luis_programmatic_api_key"
}
}
}
}Environment Variables
LUIS_PROGRAMMATIC_API_KEYReplace your_luis_programmatic_api_key with your actual luis programmatic 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