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 claude_desktop_config.json
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 under mcpServers in your config, then restart Claude Desktop. For Claude Code, reference this server in your project's CLAUDE.md.