MCP server for generating images from text using Amazon Bedrock's Nova Canvas model. Exposes image generation API. Connects to Amazon Bedrock. Useful for developers building AI art tools, content creation apps, or any application requiring text-to-image synthesis.
MCP server for generating images from text using Amazon Bedrock's Nova Canvas model. Exposes image generation API. Connects to Amazon Bedrock. Useful for developers building AI art tools, content creation apps, or any application requiring text-to-image synthesis.
npx -y @zxkane/mcp-server-amazon-bedrockAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"zxkane-mcp-server-amazon-bedrock-github": {
"command": "npx",
"args": [
"-y",
"npx -y @zxkane/mcp-server-amazon-bedrock"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from amazon bedrock?"
API Key Required
This server requires an API key from amazon bedrock. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| AMAZON_BEDROCK_API_KEY | Yes | Your amazon bedrock API key |
"What resources are available in amazon bedrock?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in amazon bedrock"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in amazon bedrock with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.