Amazon Lex Runtime V2 Claude Desktop Config
Add the Amazon Lex Runtime 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-runtime-lex-v2": {
"command": "npx",
"args": [
"-y",
"@mcp/amazonaws-com-runtime-lex-v2"
],
"env": {
"AMAZON_LEX_RUNTIME_V2_API_KEY": "your_amazon_lex_runtime_v2_api_key"
}
}
}
}Environment Variables
AMAZON_LEX_RUNTIME_V2_API_KEYReplace your_amazon_lex_runtime_v2_api_key with your actual amazon lex runtime v2 api key
Endpoints
GET
/bots/{botId}/botAliases/{botAliasId}/botLocales/{localeId}/sessions/{sessionId}GetSession
POST
/bots/{botId}/botAliases/{botAliasId}/botLocales/{localeId}/sessions/{sessionId}PutSession
DELETE
/bots/{botId}/botAliases/{botAliasId}/botLocales/{localeId}/sessions/{sessionId}DeleteSession
POST
/bots/{botId}/botAliases/{botAliasId}/botLocales/{localeId}/sessions/{sessionId}/textRecognizeText
POST
/bots/{botId}/botAliases/{botAliasId}/botLocales/{localeId}/sessions/{sessionId}/utterance#Content-TypeRecognizeUtterance