Back to Apps

AI Image Gen MCP
by mikeyny
Generate high-quality images using Replicate's flux-schnell model directly from your AI assistant.
0 stars
Works in:Cursor
Exposes:Tools
What it does
Connects your AI assistant to Replicate's flux-schnell model, allowing it to generate high-fidelity images from text prompts. It manages the API communication and saves the resulting images to a local directory for immediate use.
Tools
generate_image: Generates an image based on a text prompt with configurable parameters like resolution, aspect ratio, and quality.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"ai-image-gen": {
"command": "node",
"args": ["/path/to/dist/server.js"],
"env": {
"REPLICATE_API_TOKEN": "your-replicate-api-token-here"
}
}
}
}
Supported hosts
- Claude
- Cursor
Quick install
npm install image-gen-mcpInformation
- Pricing
- freemium
- Published
- 7/3/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add 'node ./path/to/dist/server.js' as a Command MCP server in Settings > Features > MCP Servers.Claude Desktop
{"mcpServers": {"ai-image-gen": {"command": "node", "args": ["/path/to/dist/server.js"], "env": {"REPLICATE_API_TOKEN": "your-token"}}}}





