Skip to content
MCP-BridgeMCP-Bridge
Cloud Infrastructure

AWSKendraFrontendService MCP Config

Amazon Kendra is a service for indexing large document sets.

Config URL

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

https://mcpbridge.org/config/amazonaws-com-kendra.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-kendra": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/amazonaws-com-kendra"
      ],
      "env": {
        "AWSKENDRAFRONTENDSERVICE_API_KEY": "your_awskendrafrontendservice_api_key"
      }
    }
  }
}

Cursor

Settings → MCP Servers → Add

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

VS Code

Use with MCP extension

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

Configuration JSON

Use curl https://mcpbridge.org/config/amazonaws-com-kendra.json to fetch programmatically.

{
  "mcpServers": {
    "amazonaws-com-kendra": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-kendra"],
      "env": {
      "AWSKENDRAFRONTENDSERVICE_API_KEY": "your_awskendrafrontendservice_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-kendra.json

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