MCP Media Generator

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Integrations

  • Provides storage capabilities for video outputs generated by the Amazon Nova Reel model

  • References LibreChat as a compatible MCP client that can be configured to work with this server

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.

-
security - not tested
F
license - not found
-
quality - not tested

A Model Context Protocol server that enables AI assistants to create images and videos using Amazon Nova Canvas and Nova Reel models.

  1. What it offers?
    1. What do I need?
      1. How to run this?
        1. How to add to LibreChat
          1. How to use in LibreChat