bedrock-mcp-server

eliasminimi/bedrock-mcp-server
★ 0 stars Python 🤖 AI/LLM Updated today
MCP server exposing Amazon Bedrock model invocation (Converse API) as tools — call Claude, Nova, Llama, Mistral via Bedrock from any MCP client.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "bedrock-mcp-server": {
      "command": "uvx",
      "args": [
        "bedrock-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install bedrock-mcp-server

README Excerpt

An [MCP](https://modelcontextprotocol.io) server that exposes **Amazon Bedrock model invocation as tools**. It lets an MCP client — Claude Code, Claude Desktop, or anything else that speaks MCP — call *other* models hosted on Bedrock (Claude, Amazon Nova, Llama, Mistral, …) through Bedrock's unified Useful when you want your agent to delegate a sub-task to a cheaper/faster

Tools (2)

converselist_models