Skip to content
MCP-Bridge
Developer Tools

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

  1. Open Claude Desktop
  2. Go to Settings → Developer → Edit Config → claude_desktop_config.json
  3. Paste the JSON below into the file
  4. Set your credentials in the env section
  5. 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_KEY

Replace 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/batchcreate

BatchCreateCustomVocabularyItem

POST/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/customvocabulary/DEFAULT/batchdelete

BatchDeleteCustomVocabularyItem

PUT/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/customvocabulary/DEFAULT/batchupdate

BatchUpdateCustomVocabularyItem

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