Skip to content
MCP Server Community By @modelcontextprotocol

AWS KB Retrieval

Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.

New to MCP? Copy the config below, then follow the Claude Desktop / Cursor steps.

Install guide →
Connected Apps: AWS KB Retrieval Claude Desktop

Installation Guide

Run command: npx -y @modelcontextprotocol/server-aws-kb-retrieval

Detailed Documentation

Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.

Configuration

{
  "mcpServers": {
    "aws-kb-retrieval": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-aws-kb-retrieval"
      ],
      "env": {}
    }
  }
}