Odel
mcp

mcp

Local
@runwareJavaScriptMITUpdated 1mo ago

Access the full Runware API as MCP tools: image, video, audio, 3D, and text.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@runware/mcpv1.3.2

Run

npx -y @runware/mcp

MCP client config

{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@runware/mcp"
      ]
    }
  }
}