Skip to content
MCP-Bridge
Productivity

Amazon Lex Runtime V2 MCP Config

This section contains documentation for the Amazon Lex V2 Runtime V2 API operations.

Config URL

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

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

Configuration JSON

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

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

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-runtime-lex-v2.json

Environment Variables

AMAZON_LEX_RUNTIME_V2_API_KEY

Replace 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}/text

RecognizeText

POST/bots/{botId}/botAliases/{botAliasId}/botLocales/{localeId}/sessions/{sessionId}/utterance#Content-Type

RecognizeUtterance