Cloud InfrastructureAuto-generated
Amazon Lex Model Building Service MCP Server
<fullname>Amazon Lex Build-Time Actions</fullname> <p> Amazon Lex is an AWS service for building conversational voice and text interfaces. Use these actions to create, update, and delete conversational bots for new and existing client applications. </p>
Quick Setup
Transport: STDIO
Command: npx -y @mcp/amazonaws-com-lex-models
Environment Variables
AMAZON_LEX_MODEL_BUILDING_SERVICE_API_KEYExample: your_amazon_lex_model_building_service_api_key
MCP Server Configuration
Add this to your claude_desktop_config.json or Cursor MCP settings.
{
"mcpServers": {
"amazonaws-com-lex-models": {
"command": "npx",
"args": ["-y","@mcp/amazonaws-com-lex-models"],
"env": {
"AMAZON_LEX_MODEL_BUILDING_SERVICE_API_KEY": "your_amazon_lex_model_building_service_api_key"
}
}
}
}Endpoints
POST
/bots/{name}/versionsCreateBotVersion
POST
/intents/{name}/versionsCreateIntentVersion
POST
/slottypes/{name}/versionsCreateSlotTypeVersion
DELETE
/bots/{name}DeleteBot
GET
/bots/{botName}/aliases/{name}GetBotAlias
PUT
/bots/{botName}/aliases/{name}PutBotAlias
DELETE
/bots/{botName}/aliases/{name}DeleteBotAlias
GET
/bots/{botName}/aliases/{aliasName}/channels/{name}GetBotChannelAssociation
DELETE
/bots/{botName}/aliases/{aliasName}/channels/{name}DeleteBotChannelAssociation
DELETE
/bots/{name}/versions/{version}DeleteBotVersion