generate_image-mcp-server
This project is an implementation of a Model Context Protocol (MCP) server that is compatible with OpenAI's DALL-E model API. It features API services that work with multiple large language model APIs including openai and Anthropic, and supports visual generation models like MidJourney and Flux.
Generate Images MCP Server
A Model Context Protocol (MCP) server implementation compatible with OpenAI DALL-E model API calls. This project adapts from https://github.com/nicekate/flux-dev-mcp and supports forwarding API services fully compatible with OpenAI interfaces, including openai, Anthropic, MidJourney, and Flux visual generation models. The latest model, claude-3-7-sonnet, is now available!
Tech Stack
- TypeScript
- Node.js
- Cloud Brain API
Quick Start
Prerequisites
- Node.js 16+
- npm or yarn
- Windows or MacOS
Install Dependencies
- Use
npm install
command for installation.
Build Project
- Use
npm run build
command.
Development Mode
- Use
npm run watch
to start in development mode with automatic rebuild.
Plugin Configuration
Configure the MCP server in Cline/ROO CODE plugin with start command samples provided.
Debugging Guide
Debug using the MCP Inspector tool via npm run inspector
.
Contact
For support, contact .
License
This project is licensed under the MIT License, see the file.