P

mcp_media_generator

...
Created 1/25/2025bydvejsada

Categories

amazon-bedrockimage-generationlibrechatmcpvideo-generation

Language:

Python

Stars:

2

Forks:

0

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.

Last updated: 2/12/2025

Publisher info

dvejsada's avatar

george

Lawyer with the interest in programming.

Prague
7
followers
3
following
13
repos

More MCP servers built with Python

Rodin MCP Server

Generate 3D models with Hyper3D Rodin's 3D generation AI

By DeemosTech
mcp-server-webcrawl

Bridge the gap between your web crawler and AI language models using Model Context Protocol (MCP). With mcp-server-webcrawl, your AI client filters and analyzes web content under your direction or autonomously, extracting insights from your web content. Support for WARC, wget, InterroBot, Katana, and SiteOne crawlers is available out of the gate. The server includes a full-text search interface with boolean support, resource filtering by type, HTTP status, and more.

By pragmar
armor-crypto-mcp

Armor Model Context Protocol (MCP) gives developers full access to the blockchain functionality of Armor Wallet. This includes cross-chain swaps, token data, bridging, wallet management, limit orders, staking, and many other features. With the Armor MCP, developers can integrate a complete suite of crypto tools available to their AI Agents quickly and easily for fast, reliable AI Agent development.

By Armor wallet