Image Generator MCP Server
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
REPLICATE_API_TOKEN | Yes | Your Replicate API token required to use the image generation service |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
generate-image | Generate an image using Replicate's Stable Diffusion model |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
generate-image | Generate an image using Replicate's Stable Diffusion model |
save-image | Save a generated image |
list-saved-images | List all saved images |