
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
@runware/mcp
Advanced tools
MCP server that gives AI agents (Claude, Cursor, Codex) access to the full Runware API — image, video, audio, text, and 3D generation, upscaling, background removal, and more.
MCP server that gives AI agents (Claude, Cursor, Codex, etc.) access to the full Runware API — image generation, video generation, audio generation, 3D, upscaling, background removal, captioning, and more.
Pick one — npx is simplest, global install is faster on repeat use.
# Use directly with npx (no install)
npx -y @runware/mcp
# Or install globally
npm install -g @runware/mcp
Get an API key at runware.ai. Then point your agent at the MCP.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"runware": {
"command": "npx",
"args": ["-y", "@runware/mcp"],
"env": {
"RUNWARE_API_KEY": "your-api-key"
}
}
}
}
If you installed globally:
{
"mcpServers": {
"runware": {
"command": "runware-mcp",
"env": {
"RUNWARE_API_KEY": "your-api-key"
}
}
}
}
Settings → MCP → Add server — same config as above.
Add to your MCP configuration with the same command and env.
Once connected, just talk to your agent. It picks the right tool, picks the right model, and fills in the parameters.
The agent figures out which model fits, what parameters to pass, and how to interpret the response. Parameters are validated against each model's schema before submission, so the agent gets fast feedback when it picks wrong values.
You don't call these directly — the agent does, based on what you ask for.
run — execute any Runware inference task (image, video, audio, 3D, upscaling, captioning, etc.) on a given modelmodel_schema — fetch the parameter schema for a specific modellist_models — list Runware's official, curated model integrations (supports capability, category, creator, search filters)model_details — get full metadata for a curated model by AIRmodel_examples — get sample input/output pairs for a curated modelmodel_pricing — get pricing overview + per-configuration examples for a curated modellist_capabilities — list every model capability (e.g. io:text-to-image, op:upscale) with labelsmodel_search — search the community model catalog (Civitai fine-tunes, custom uploads)image_upload — upload an image to use as inputmodel_upload — upload a custom modelaccount — retrieve account information including balance and usageget_task_details — retrieve the original request and response for a previous task| Variable | Required | Description |
|---|---|---|
RUNWARE_API_KEY | Yes | Your Runware API key |
# Run directly (no build step)
npm run dev
# Build
npm run build
# Test
npm test
# Lint
npm run lint
# Smoke-test the stdio protocol
echo '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2024-11-05","capabilities":{},"clientInfo":{"name":"test","version":"1.0.0"}}}
{"jsonrpc":"2.0","method":"notifications/initialized"}
{"jsonrpc":"2.0","id":2,"method":"tools/list"}' | RUNWARE_API_KEY=your-key node dist/index.js
# Or use the MCP Inspector for a UI
npx @modelcontextprotocol/inspector node dist/index.js
FAQs
MCP server that gives AI agents (Claude, Cursor, Codex) access to the full Runware API — image, video, audio, text, and 3D generation, upscaling, background removal, and more.
The npm package @runware/mcp receives a total of 171 weekly downloads. As such, @runware/mcp popularity was classified as not popular.
We found that @runware/mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 6 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.