{ "name": "@runware/mcp", "version": "1.3.5", "mcpName": "io.github.Runware/mcp", "description": "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.", "type": "module", "bin": { "runware-mcp": "./dist/index.js" }, "files": [ "dist" ], "scripts": { "sync-version": "bun run scripts/sync-version.ts", "clean": "rm -rf dist", "build": "bun run clean && bun run scripts/sync-version.ts && tsc", "start": "node dist/index.js", "dev": "bun run src/index.ts", "test": "bun test", "lint": "eslint .", "typecheck": "tsc --noEmit -p tsconfig.eslint.json", "prepublishOnly": "bun test && bun run build" }, "keywords": [ "runware", "mcp", "model-context-protocol", "ai-agent", "claude", "cursor", "image-generation", "video-generation" ], "author": "Runware", "homepage": "https://runware.ai", "repository": { "type": "git", "url": "https://github.com/Runware/mcp.git" }, "bugs": { "url": "https://github.com/Runware/mcp/issues" }, "publishConfig": { "access": "public" }, "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.30.0", "@runware/sdk": "^1.6.10", "ajv": "^8.20.0", "ws": "^8.21.3", "zod": "^4.5.4" }, "devDependencies": { "@types/bun": "^1.4.1", "@types/node": "^26.4.1", "@typescript-eslint/eslint-plugin": "^8.69.0", "@typescript-eslint/parser": "^8.69.0", "eslint": "^10.10.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-plugin-import": "^2.32.0", "typescript": "~6.0.3" }, "engines": { "node": ">=18.0.0" }, "overrides": { "typescript": "~6.0.3" } }