Skip to content
MCP-BridgeMCP-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://mcpbridge.org/config/amazonaws-com-runtime-lex-v2.json

One-Click Install

Copy the snippet for your MCP client and paste it in — zero editing required.

Claude Desktop

Add to 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"
      }
    }
  }
}

Cursor

Settings → MCP Servers → Add

{
  "mcpServers": {
    "amazonaws-com-runtime-lex-v2": {
      "url": "https://mcpbridge.org/config/amazonaws-com-runtime-lex-v2.json"
    }
  }
}

VS Code

Use with MCP extension

{
  "mcpServers": {
    "amazonaws-com-runtime-lex-v2": {
      "url": "https://mcpbridge.org/config/amazonaws-com-runtime-lex-v2.json"
    }
  }
}

Configuration JSON

Use curl https://mcpbridge.org/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://mcpbridge.org/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