Skip to main content
Glama

MCP Media Generator

by dvejsada

それは何ですか?

SSE上で動作するモデルコンテキストプロトコルサーバー

それは何を提供しますか?

Amazon Nova Canvas モデルを使用して画像を作成し、Amazon Nova Reel モデルを使用してビデオを作成するためのツール。

何が必要ですか?

  • Amazon Nova Canvas および Amazon Nova Reel モデルにアクセスできる Amazon Bedrock アカウント。
  • ビデオを保存するためのAmazon S3バケット
  • MCPクライアント(Claude DesktopやLibreChatなど)

これを実行するにはどうすればいいですか?

docker-compose.yml に従って、プリコンパイルされたイメージで Docker を使用します。アプリはポート 8961 でリッスンします。

LibreChatに追加するには

librechat.yaml ファイルに次のセクションを追加します。

mcpServers: media-creator: type: sse # type can optionally be omitted url: URL of your docker container # e.g. http://localhost:8961/sse

LibreChatでの使い方

上記のようにLibreChatにサーバーを追加したら、LibreChatを再起動してMCPサーバーに接続し、ツールを検出します。次に、エージェントを作成し、対応するツールをエージェントに追加します。

エージェントが作成されると、提供されたツールを呼び出すイメージまたはビデオを作成するようにエージェントに依頼できます。

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

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.

AI アシスタントが Amazon Nova Canvas および Nova Reel モデルを使用して画像やビデオを作成できるようにするモデルコンテキストプロトコル サーバー。

  1. それは何を提供しますか?
    1. 何が必要ですか?
      1. これを実行するにはどうすればいいですか?
        1. LibreChatに追加するには
        2. LibreChatでの使い方

      Related MCP Servers

      • -
        security
        F
        license
        -
        quality
        A Model Context Protocol server that enables AI assistants to access and control webcams through OpenCV, allowing for image capture and camera setting manipulation.
        Last updated -
        11
        Python
        • Apple
        • Linux
      • -
        security
        F
        license
        -
        quality
        A Model Context Protocol server that enables AI assistants to interact with Canvas LMS through its API, providing tools for managing courses, users, content, assessments, and quizzes.
        Last updated -
        59
        TypeScript
      • A
        security
        A
        license
        A
        quality
        A Model Context Protocol server that enables AI assistants to analyze images using OpenRouter vision models through a simple interface.
        Last updated -
        1
        1
        Python
        MIT License
        • Apple
      • -
        security
        F
        license
        -
        quality
        A Model Context Protocol server that provides AI models with structured access to external data and services, acting as a bridge between AI assistants and applications, databases, and APIs in a standardized, secure way.
        Last updated -
        1
        Python

      View all related MCP servers

      MCP directory API

      We provide all the information about MCP servers via our MCP API.

      curl -X GET 'https://glama.ai/api/mcp/v1/servers/dvejsada/mcp_media_generator'

      If you have feedback or need assistance with the MCP directory API, please join our Discord server