Skip to content
MCP-Bridge
Developer Tools

Amazon Lex Model Building V2 MCP Config

<p/>

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcp-bridge.pages.dev/config/amazonaws-com-models-lex-v2.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/amazonaws-com-models-lex-v2.json to fetch programmatically.

{
  "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"
}
    }
  }
}

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

Cursor

Go to Cursor Settings → MCP Servers → Add with the JSON above.

CLI / curl

Fetch the config programmatically:

curl https://mcp-bridge.pages.dev/config/amazonaws-com-models-lex-v2.json

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