{
  "slug": "runware",
  "name": "Runware MCP",
  "vendor": "Runware",
  "official": true,
  "category": "model-hub",
  "featured": false,
  "tagline": "Official Runware MCP for image, video, audio, 3D, upscaling, and model search.",
  "description": "Runware's official npm MCP package gives agents access to the Runware API: image generation, video generation, audio generation, 3D, upscaling, background removal, captioning, model discovery, pricing, task lookup, and account balance. It also searches the community catalog, so an agent can pull a Civitai fine-tune or a custom upload into a shot. For filmmaker-agents it is a broad media workbench, especially useful when a prompt needs model search plus schema validation before spending credits.",
  "capabilities": [
    "text-to-image",
    "text-to-video",
    "image-to-video",
    "audio-generation",
    "3d-generation",
    "upscaling",
    "background-removal",
    "image-captioning",
    "model-search",
    "pricing",
    "task-inspection",
    "media-storage",
    "custom-model-upload"
  ],
  "tools_sample": [
    "run",
    "model_schema",
    "list_models",
    "model_details",
    "model_examples",
    "model_pricing",
    "list_capabilities",
    "model_search",
    "media_storage",
    "model_upload",
    "account",
    "get_task_details"
  ],
  "install": {
    "claude_code": "claude mcp add runware -e RUNWARE_API_KEY=YOUR_KEY -- npx -y @runware/mcp",
    "remote_url": null,
    "stdio_command": "npx -y @runware/mcp"
  },
  "auth": {
    "type": "api_key",
    "env_var": "RUNWARE_API_KEY",
    "key_url": "https://my.runware.ai"
  },
  "pricing": "credits",
  "links": {
    "repo": "https://github.com/Runware/mcp",
    "docs": "https://github.com/Runware/mcp#readme",
    "site": "https://runware.ai"
  },
  "added": "2026-06-29",
  "verified": "2026-08-24",
  "notes": "Unchanged on re-check: MIT, npm @runware/mcp still 1.3.4 from Jul 31 2026, Node >=18, repo last pushed the same day, and the twelve documented tools match what is listed here. README documents Claude Desktop, Cursor and Codex stdio configs but no `claude mcp add` one-liner — the command above is the equivalent. The canonical repo is now github.com/Runware/mcp — the older Runware/MCP-Runware was archived Oct 2025 and should not be used. It is a local stdio package, not a hosted remote MCP, and the repo still sits at zero stars, so treat npm publishes rather than GitHub activity as the health signal; nearly four weeks without a release is the thing to watch here."
}