Skip to content
MCP-Bridge
Cloud Infrastructure

AWSKendraFrontendService Claude Desktop Config

Add the AWSKendraFrontendService 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-kendra": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/amazonaws-com-kendra"
      ],
      "env": {
        "AWSKENDRAFRONTENDSERVICE_API_KEY": "your_awskendrafrontendservice_api_key"
      }
    }
  }
}

Environment Variables

AWSKENDRAFRONTENDSERVICE_API_KEY

Replace your_awskendrafrontendservice_api_key with your actual awskendrafrontendservice api key

Endpoints

POST/#X-Amz-Target=AWSKendraFrontendService.AssociateEntitiesToExperience

AssociateEntitiesToExperience

POST/#X-Amz-Target=AWSKendraFrontendService.AssociatePersonasToEntities

AssociatePersonasToEntities

POST/#X-Amz-Target=AWSKendraFrontendService.BatchDeleteDocument

BatchDeleteDocument

POST/#X-Amz-Target=AWSKendraFrontendService.BatchDeleteFeaturedResultsSet

BatchDeleteFeaturedResultsSet

POST/#X-Amz-Target=AWSKendraFrontendService.BatchGetDocumentStatus

BatchGetDocumentStatus

POST/#X-Amz-Target=AWSKendraFrontendService.BatchPutDocument

BatchPutDocument

POST/#X-Amz-Target=AWSKendraFrontendService.ClearQuerySuggestions

ClearQuerySuggestions

POST/#X-Amz-Target=AWSKendraFrontendService.CreateAccessControlConfiguration

CreateAccessControlConfiguration

POST/#X-Amz-Target=AWSKendraFrontendService.CreateDataSource

CreateDataSource

POST/#X-Amz-Target=AWSKendraFrontendService.CreateExperience

CreateExperience