Back to MCP Servers
Server Amazon Bedrock
Use Amazon Nova Canvas model for image generation.
other-tools-and-integrations
By zxkane
Installation
npx -y mcp-server-amazon-bedrockConfiguration
{
"mcpServers": {
"mcp-server-amazon-bedrock": {
"command": "npx",
"args": ["-y", "mcp-server-amazon-bedrock"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes