Install one command
$ uvx awslabs.bedrock-kb-retrieval-mcp-server
Or add it with the Claude CLI: claude mcp add aws-kb
Requires uvx (install via pip install uv)
Configuration generate & copy
Values are filled in locally in your browser — nothing is sent anywhere.
claude_desktop_config.json {
"mcpServers": {
"aws-kb": {
"command": "uvx",
"args": ["awslabs.bedrock-kb-retrieval-mcp-server"],
"env": {
"AWS_PROFILE": "<your-aws-profile>",
"AWS_REGION": "<your-aws-region>"
}
}
}
}Paste the Claude Desktop snippet under mcpServers in your config, then restart Claude Desktop — or run the Claude Code command in your terminal.