MCP ExplorerExplorer

Mcp Media Generator

@dvejsadaon a year ago
3 MIT
FreeCommunity
AI Systems
#amazon-bedrock#image-generation#librechat#mcp#video-generation
MCP SSE server with tools to create images and videos using Amazon Nova models via AWS Bedrock.

Overview

What is Mcp Media Generator

mcp_media_generator is a Model Context Protocol Server that operates over Server-Sent Events (SSE), designed to create images and videos using Amazon Nova models via AWS Bedrock.

Use cases

Use cases include generating promotional videos, creating educational content, designing marketing materials, and developing interactive media applications.

How to use

To use mcp_media_generator, you need to run it using Docker with a precompiled image. Configure your LibreChat by adding the MCP server details in the librechat.yaml file, then restart LibreChat to connect and access the tools for creating images and videos.

Key features

Key features include the ability to create images using the Amazon Nova Canvas model and videos using the Amazon Nova Reel model. It also supports integration with clients like Claude Desktop and LibreChat.

Where to use

mcp_media_generator can be used in various fields such as digital content creation, marketing, education, and any domain that requires image and video generation.

Content

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.

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers