Rostro

官方

将任何语言模型转变为多模态强引擎,可即时生成图像、音乐、视频等内容。Rostro的工具从底层设计就面向语言模型使用,以最小上下文膨胀扩展能力。

你可以用 Rostro MCP 做什么?

  • Generate an image from a prompt — Ask the AI to create an image using generate_image with your text description and optional parameters like size or style.
  • Generate music from a prompt — Ask the AI to compose a music track using generate_music based on a text prompt and optional genre or duration settings.
  • Generate a video from a prompt — Ask the AI to produce a video clip using generate_video from a text description, with optional length or style inputs.

文档

Rostro's MCP Server

Turn any language model into a multimodal powerhouse that can generate images, music, videos and more on the fly. Rostro's tools are designed to be used by language models from the ground up, expanding capabilities with minimal context bloat.

Quick Setup

You will need a Rostro account for OAuth discovery and authentication in your client of choice.

MCP Server URL: https://proto.rostro.dev/mcp

Quick Install Links

API Key Setup (Optional)

For fixed API authentication instead of OAuth, add this to your settings:

"rostro": {
    "url": "https://proto.rostro.dev/mcp",
    "headers": {
        "Authorization": "Bearer <YOUR_API_KEY>"
    }
}

Get an API key from your account page.

Client-Specific Setup

Claude Desktop and Claude.ai

  1. Go to Claude Connectors
  2. Click "Add Custom Connector"
  3. Fill out the form:
  4. Click "Add"
  5. Hit "Connect" and follow the OAuth flow
  6. Optionally, click "Configure" to give Claude preapproval for individual tools

Claude Code

Install using the command line:

claude mcp add rostro -t http https://proto.rostro.dev/mcp

Then start Claude and follow the instructions to complete authentication.

What is MCP?

Model Context Protocol (MCP) is an open standard that allows language models to securely connect to third-party data sources and tools.

Learn more about MCP