Amazon Lex Model Building V2 Claude Desktop Config
Add the Amazon Lex Model Building V2 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": {
"amazonaws-com-models-lex-v2": {
"command": "npx",
"args": [
"-y",
"@mcp/amazonaws-com-models-lex-v2"
],
"env": {
"AMAZON_LEX_MODEL_BUILDING_V2_API_KEY": "your_amazon_lex_model_building_v2_api_key"
}
}
}
}Environment Variables
AMAZON_LEX_MODEL_BUILDING_V2_API_KEYReplace your_amazon_lex_model_building_v2_api_key with your actual amazon lex model building v2 api key
Endpoints
PUT
/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/customvocabulary/DEFAULT/batchcreateBatchCreateCustomVocabularyItem
POST
/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/customvocabulary/DEFAULT/batchdeleteBatchDeleteCustomVocabularyItem
PUT
/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/customvocabulary/DEFAULT/batchupdateBatchUpdateCustomVocabularyItem
GET
/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/DescribeBotLocale
POST
/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/BuildBotLocale
PUT
/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/UpdateBotLocale
DELETE
/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/DeleteBotLocale
POST
/bots/ListBots
PUT
/bots/CreateBot
POST
/bots/{botId}/botaliases/ListBotAliases