2,500+ MCP servers ready to use
Vinkius

Runway ML MCP Server for Mastra AI 10 tools — connect in under 2 minutes

Built by Vinkius GDPR 10 Tools SDK

Mastra AI is a TypeScript-native agent framework built for modern web stacks. Connect Runway ML through the Vinkius and Mastra agents discover all tools automatically — type-safe, streaming-ready, and deployable anywhere Node.js runs.

Vinkius supports streamable HTTP and SSE.

typescript
import { Agent } from "@mastra/core/agent";
import { createMCPClient } from "@mastra/mcp";
import { openai } from "@ai-sdk/openai";

async function main() {
  // Your Vinkius token — get it at cloud.vinkius.com
  const mcpClient = await createMCPClient({
    servers: {
      "runway-ml": {
        url: "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp",
      },
    },
  });

  const tools = await mcpClient.getTools();
  const agent = new Agent({
    name: "Runway ML Agent",
    instructions:
      "You help users interact with Runway ML " +
      "using 10 tools.",
    model: openai("gpt-4o"),
    tools,
  });

  const result = await agent.generate(
    "What can I do with Runway ML?"
  );
  console.log(result.text);
}

main();
Runway ML
Fully ManagedVinkius Servers
60%Token savings
High SecurityEnterprise-grade
IAMAccess control
EU AI ActCompliant
DLPData protection
V8 IsolateSandboxed
Ed25519Audit chain
<40msKill switch
Stream every event to Splunk, Datadog, or your own webhook in real-time

* Every MCP server runs on Vinkius-managed infrastructure inside AWS - a purpose-built runtime with per-request V8 isolates, Ed25519 signed audit chains, and sub-40ms cold starts optimized for native MCP execution. See our infrastructure

About Runway ML MCP Server

Connect your AI to Runway ML, the pioneer in applied AI research shaping the next era of art, entertainment and human creativity. This powerful integration empowers you to tap directly into Runway's cutting-edge Gen-3 Alpha and Gen-4 video generation models right from your conversational workspace. Produce stunning, realistic, or highly stylized video clips simply by typing out your vision or providing a reference image.

Mastra's agent abstraction provides a clean separation between LLM logic and Runway ML tool infrastructure. Connect 10 tools through the Vinkius and use Mastra's built-in workflow engine to chain tool calls with conditional logic, retries, and parallel execution — deployable to any Node.js host in one command.

What you can do

  • Text-to-Video Generation — Write detailed prompts to synthesize entirely new, imaginative scenes using gen3_turbo, gen4_turbo, or the standard text_to_video tooling.
  • Image-to-Video Animation — Bring still images to life using image_to_video or precisely guide the motion of a starting image with a textual director prompt using image_text_to_video.
  • Advanced Interpolation — Seamlessly blend two distinct keyframe images into one smooth transitional motion clip (interpolate).
  • Complete Task Management — Maintain full control over costly generation pipelines. Easily check job status or output URLs (get_task, list_tasks), cancel ongoing renders to save credits (cancel_task), and audit your organization's billing usage (get_organization).

The Runway ML MCP Server exposes 10 tools through the Vinkius. Connect it to Mastra AI in under two minutes — no API keys to rotate, no infrastructure to provision, no vendor lock-in. Your configuration, your data, your control.

How to Connect Runway ML to Mastra AI via MCP

Follow these steps to integrate the Runway ML MCP Server with Mastra AI.

01

Install dependencies

Run npm install @mastra/core @mastra/mcp @ai-sdk/openai

02

Replace the token

Replace [YOUR_TOKEN_HERE] with your Vinkius token

03

Run the agent

Save to agent.ts and run with npx tsx agent.ts

04

Explore tools

Mastra discovers 10 tools from Runway ML via MCP

Why Use Mastra AI with the Runway ML MCP Server

Mastra AI provides unique advantages when paired with Runway ML through the Model Context Protocol.

01

Mastra's agent abstraction provides a clean separation between LLM logic and tool infrastructure — add Runway ML without touching business code

02

Built-in workflow engine chains MCP tool calls with conditional logic, retries, and parallel execution for complex automation

03

TypeScript-native: full type inference for every Runway ML tool response with IDE autocomplete and compile-time checks

04

One-command deployment to any Node.js host — Vercel, Railway, Fly.io, or your own infrastructure

Runway ML + Mastra AI Use Cases

Practical scenarios where Mastra AI combined with the Runway ML MCP Server delivers measurable value.

01

Automated workflows: build multi-step agents that query Runway ML, process results, and trigger downstream actions in a typed pipeline

02

SaaS integrations: embed Runway ML as a first-class tool in your product's AI features with Mastra's clean agent API

03

Background jobs: schedule Mastra agents to query Runway ML on a cron and store results in your database automatically

04

Multi-agent systems: create specialist agents that collaborate using Runway ML tools alongside other MCP servers

Runway ML MCP Tools for Mastra AI (10)

These 10 tools become available when you connect Runway ML to Mastra AI via MCP:

01

cancel_task

This action is irreversible. Cancels a running generation task

02

gen3_turbo

Quick 5-second video generation using Gen-3 Alpha Turbo

03

gen4_turbo

High-quality video generation using Gen-4 Turbo

04

get_organization

Retrieves Runway ML organization and credit details

05

get_task

Look for SUCCEEDED status and output URL. Retrieves the status and output of a generation task

06

image_text_to_video

Generates video from both an image and a text prompt

07

image_to_video

Specify source image URL, model, and duration. Animates a still image into a video

08

interpolate

Creates smooth motion between two keyframe images

09

list_tasks

Lists recent generation tasks

10

text_to_video

Specify prompt, model, and duration (5 or 10). Returns a task ID. Generates a video from a text prompt

Example Prompts for Runway ML in Mastra AI

Ready-to-use prompts you can give your Mastra AI agent to start working with Runway ML immediately.

01

"Create a 5 second cinematic video showing a sunset over an alien planet using Runway Gen-3 Turbo."

02

"Take this reference image URL and animate it with Gen-3 Turbo to make the camera slowly pan backwards."

03

"List all my ongoing tasks on Runway to see if the video has finished rendering."

Troubleshooting Runway ML MCP Server with Mastra AI

Common issues when connecting Runway ML to Mastra AI through the Vinkius, and how to resolve them.

01

createMCPClient not exported

Install: npm install @mastra/mcp

Runway ML + Mastra AI FAQ

Common questions about integrating Runway ML MCP Server with Mastra AI.

01

How does Mastra AI connect to MCP servers?

Create an MCPClient with the server URL and pass it to your agent. Mastra discovers all tools and makes them available with full TypeScript types.
02

Can Mastra agents use tools from multiple servers?

Yes. Pass multiple MCP clients to the agent constructor. Mastra merges all tool schemas and the agent can call any tool from any server.
03

Does Mastra support workflow orchestration?

Yes. Mastra has a built-in workflow engine that lets you chain MCP tool calls with branching logic, error handling, and parallel execution.

Connect Runway ML to Mastra AI

Get your token, paste the configuration, and start using 10 tools in under 2 minutes. No API key management needed.