https://github.com/dvejsada/mcp_media_generator
MCP SSE server with tools to create images and videos using Amazon Nova models via AWS Bedrock.
https://github.com/dvejsada/mcp_media_generator
amazon-bedrock image-generation librechat mcp video-generation
Last synced: 4 months ago
JSON representation
MCP SSE server with tools to create images and videos using Amazon Nova models via AWS Bedrock.
- Host: GitHub
- URL: https://github.com/dvejsada/mcp_media_generator
- Owner: dvejsada
- Created: 2025-01-25T13:28:03.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-07T15:24:44.000Z (over 1 year ago)
- Last Synced: 2025-02-07T16:26:38.870Z (over 1 year ago)
- Topics: amazon-bedrock, image-generation, librechat, mcp, video-generation
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- metorial-index - Media Generator - Create images using the Amazon Nova Canvas model and videos using the Amazon Nova Reel model. Connects to existing tools for media generation and storage. (Image and Video Generation)
- toolsdk-mcp-registry - ❌ amazon-bedrock-nova - generated images and videos, enabling streamlined media production for developers and content creators. (python) (Other Tools and Integrations / How to Submit)
README
# What is it?
A [Model Context Protocol](https://modelcontextprotocol.io/) Server running over SSE
# What it offers?
Tools to create images using Amazon Nova Canvas model and videos using Amazon Nova Reel model.
# What do I need?
- Amazon Bedrock account with access to Amazon Nova Canvas and Amazon Nova Reel models.
- Amazon S3 bucket to store the video
- MCP Client, such is Claude Desktop or [LibreChat](https://github.com/danny-avila/LibreChat)
# How to run this?
Using Docker with precompiled image as per docker-compose.yml. App is listening on port 8961.
## How to add to LibreChat
In your librechat.yaml file, add the following section:
```yaml
mcpServers:
media-creator:
type: sse # type can optionally be omitted
url: URL of your docker container # e.g. http://localhost:8961/sse
```
## How to use in LibreChat
After the server is added to LibreChat as per above, restart LibreChat to connect to MCP server and discover tools. Then, create an agent and add the respective tools to agent.
When the agent is created, you may ask the agent to create image or video which should invoke the provided tools.