Skip to main content
Glama

Image Generation MCP Server

package.json875 B
{ "name": "@gongrzhe/image-gen-server", "version": "1.0.1", "type": "module", "main": "build/index.js", "scripts": { "build": "tsc", "start": "node build/index.js", "prepublishOnly": "npm run build" }, "keywords": [], "author": "GongRzhe", "license": "MIT", "description": "An MCP server for image generation using the Replicate Flux model", "dependencies": { "@modelcontextprotocol/sdk": "^1.5.0", "@types/node": "^22.13.5", "axios": "^1.7.9", "typescript": "^5.7.3" }, "repository": { "type": "git", "url": "git+https://github.com/GongRzhe/image-gen-server.git" }, "bugs": { "url": "https://github.com/GongRzhe/image-gen-server/issues" }, "homepage": "https://github.com/GongRzhe/image-gen-server#readme", "bin": { "image-gen-server": "build/index.js" }, "files": [ "build/**/*" ] }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/GongRzhe/Image-Generation-MCP-Server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server