Labsco
runwayml logo

Runway API

โ˜… 21

from runwayml

Generate images and videos using the Runway API.

๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedPaid serviceNeeds API keys

Demo

Video sped up for demo purposes

Runway API MCP Server

This repository holds the code for a MCP server that calls the Runway API.

Tools

The following tools are available in this MCP:

Tool NameDescriptionParameters
runway_generateVideoGenerates a video from an image and a text prompt- promptImage
- promptText (optional)
- ratio
- duration
runway_generateImageGenerates an image from a text prompt, and reference images- promptText
- referenceImages (note that uploaded images won't work as references, only previously generated ones, or URLs to images will work.)
- ratio
runway_upscaleVideoUpscale a video to a higher resolution- videoUri
runway_editVideoEdits a video, optionally provide reference images.- videoUri, referenceImages, promptText
runway_getTaskGets the details of a task- taskId
runway_cancelTaskCancels or deletes a task- taskId
runway_getOrgGet organization information