What is it?
A Model Context Protocol 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
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:
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.
Media Generator
Project Details
- dvejsada/mcp_media_generator
- Last Updated: 2/12/2025
Recomended MCP Servers
MCP server for accessing geologic data with the Macrostrat API
Base MCP
This is a GitHub MCP server designed to enable MCP-compatible LLMs, such as Claude, to communicate with my...
AniList MCP server for accessing anime and manga data
A Model Context Protocol (MCP) server that provides tools for interacting with Trello boards.
CnOCR: Awesome Chinese/English OCR Python toolkits based on PyTorch. It comes with 20+ well-trained models for different application...
This is an MCP (Model Context Protocol) Server for discovering and downloading 3D models
An MCP server that provides real-time football data based on the SoccerDataAPI.





