@runapi.ai/luma-mcp
Related Servers
Alternatives to @runapi.ai/luma-mcp
No user-submitted related servers found.
Related Servers
- AlicenseAqualityAmaintenanceEnables creating and managing Runway video generation tasks (text-to-video, video extension) through a single RunAPI key, including task polling and pricing checks.538 npmApache 2.0
- AlicenseBqualityAmaintenanceEnables AI image and video generation tasks (text-to-image, image-to-video, edit, upscale, etc.) via RunAPI, with support for polling and pricing lookups.10239 npmApache 2.0
- AlicenseBqualityBmaintenanceEnables interaction with Kling AI models for video generation and avatar tasks via RunAPI, including task creation, status polling, and pricing checks.850 npmApache 2.0
- AlicenseAqualityAmaintenanceEnables creating and managing HappyHorse video generation tasks (edit, image-to-video, text-to-video) via RunAPI, with optional polling for completion and pricing lookup.630 npmApache 2.0
- AlicenseAqualityAmaintenanceEnables creating text-to-video tasks using Seedance models, polling task status, and checking pricing via a single RunAPI API key.449 npmApache 2.0

Runway API MCP Serverofficial
AlicenseAqualityBmaintenanceEnables AI video and image generation through the Runway API. Supports video generation from images and text prompts, image creation, video upscaling and editing, and task management.711 npm22MIT
TDQS
Scored across 4 tools
Each tool has a clear, distinct purpose: login handles authentication, modify_video creates a task, get_task retrieves task status, and check_pricing looks up rates. No two tools overlap in function.
All tool names follow a consistent snake_case verb_noun pattern (login, modify_video, get_task, check_pricing). The naming is predictable and uniform.
With 4 tools, the server is well-scoped for its purpose—covering authentication, task creation, status polling, and pricing. The count is neither excessive nor too sparse.
The core workflow of log in, modify a video, and check task status is fully covered, with pricing lookup as a bonus. Minor gaps like listing or canceling tasks exist, but they aren't essential for the primary use case.