UNPKG

flux-replicate-mcp

Version:

Simple MCP server for generating images using Flux Pro and Flux Schnell models via Replicate API

69 lines (68 loc) 1.62 kB
{ "name": "flux-replicate-mcp", "version": "0.2.0", "description": "Simple MCP server for generating images using Flux Pro and Flux Schnell 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", "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" ], "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" ] }