replicate-flux-mcp

by awkoy
Verified
{ "name": "replicate-flux-mcp", "version": "0.1.2", "type": "module", "bin": { "replicate-flux-mcp": "build/index.js" }, "scripts": { "build": "tsc && shx chmod +x build/*.js", "prepare": "npm run build", "watch": "tsc --watch", "inspector": "npx @modelcontextprotocol/inspector build/index.js -e REPLICATE_API_TOKEN=YOUR_REPLICATE_API_TOKEN" }, "homepage": "https://github.com/awkoy/replicate-flux-mcp", "keywords": [ "replicate", "flux", "mcp", "flux-schnell", "flux-schnell-mcp", "modelcontextprotocol", "image-generation", "ai" ], "author": "Yaroslav Boiko <y.boikodeveloper@gmail.com>", "license": "MIT", "description": "MCP for Replicate Flux Model", "files": [ "build" ], "dependencies": { "@modelcontextprotocol/sdk": "^1.7.0", "replicate": "^1.0.1", "zod": "^3.24.2" }, "devDependencies": { "@types/node": "^22.13.10", "shx": "^0.3.4", "typescript": "^5.8.2" }, "engines": { "node": ">=18" }, "repository": { "type": "git", "url": "git+https://github.com/awkoy/replicate-flux-mcp.git" } }