UNPKG

flux-replicate-mcp

Version:

MCP server for generating images using Flux 1 and Flux 2 series models via Replicate API

75 lines (74 loc) 1.73 kB
{ "name": "flux-replicate-mcp", "version": "0.4.0", "description": "MCP server for generating images using Flux 1 and Flux 2 series models via Replicate API", "main": "dist/index.js", "bin": { "flux-replicate-mcp": "dist/index.js", "flux-replicate-mcp-server": "dist/index.js" }, "type": "module", "scripts": { "build": "bun build src/index.ts --outdir dist --target node", "dev": "bun --watch src/index.ts", "start": "bun dist/index.js", "verify": "node scripts/verify-package.js", "prepublishOnly": "node scripts/verify-package.js" }, "keywords": [ "mcp", "model-context-protocol", "flux", "flux-1.1-pro", "flux-pro", "flux-schnell", "flux-ultra", "flux-2-pro", "flux-2-max", "flux-2-flex", "flux-2-dev", "flux-2-klein", "replicate", "image-generation", "ai", "claude", "anthropic", "typescript", "bun" ], "author": "Silas Reinagel (https://github.com/SilasReinagel)", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/SilasReinagel/flux-replicate-mcp.git" }, "homepage": "https://github.com/SilasReinagel/flux-replicate-mcp#readme", "bugs": { "url": "https://github.com/SilasReinagel/flux-replicate-mcp/issues" }, "files": [ "dist/**/*", "README.md", "LICENSE", ".env.example", "INSTALLATION.md", "examples/**/*" ], "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "replicate": "^0.25.0", "sharp": "^0.33.0" }, "devDependencies": { "@types/node": "^20.0.0", "typescript": "^5.0.0" }, "engines": { "node": ">=18.0.0" }, "os": [ "darwin", "linux", "win32" ] }