Server Directory
AI & LLMAdvanced Official

AWS KB Retrieval

by Anthropic

GitHub
18.5k

Query AWS Bedrock Knowledge Bases for retrieval-augmented generation. Search across indexed documents with semantic similarity.

CAPABILITIES

  • Query Bedrock Knowledge Bases
  • Semantic document search
  • RAG support
  • Multi-source retrieval

INSTALLATION

Terminal
npx -y @modelcontextprotocol/server-aws-kb-retrieval

CLAUDE DESKTOP CONFIG

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

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

QUICK FACTS

Category
AI & LLM
Difficulty
Advanced
Maintained By
Anthropic
NPM Package
@modelcontextprotocol/server-aws-kb-retrieval

NEW TO MCP?

Learn how to set up MCP servers with Claude Desktop step by step.

Read the tutorial →