Image Generation MCP Server
Enables users to generate images from text prompts using Replicate's model, with configurable parameters and full MCP protocol compliance
Detailed security scan evidence is not public for this MCP yet. Public identity, registry metadata, and independently observed protocol inventory remain available.
Install and connect
Installation and connection instructions are shown only when supported by retained package, repository, or endpoint evidence.
No verified installation or connection method is available in the retained evidence yet.
Identity
| Canonical slug | image-generation-mcp-server-b6925cbf | Deployment | Local Only |
|---|---|---|---|
| Canonical package | — | Repository | mikeyny/ai-image-gen-mcp |
| First published | — | Latest release | — |
| Last security verification | — | Classification confidence | 90% |
| Publication | Draft | Official distribution | Not verified |
Distributions
| Channel | Identifier | Current version | Versions | Source |
|---|---|---|---|---|
| source_git | mikeyny/ai-image-gen-mcp | 5da01322346b658e30b7723572809f5091e8ad48 | 1 | Repository |
Current release
| Package | Version | Published / observed | Inventory | Security scan |
|---|---|---|---|---|
| source_gitmikeyny/ai-image-gen-mcp | 5da01322346b658e30b7723572809f5091e8ad48Current | Aug 25, 2026 | 1 toolsSucceeded · 0 resources · 0 prompts | Evidence restricted |
Continuously monitor this MCP for security risk
Independently scan the exact version your agents use, receive alerts when its risk changes, and investigate every finding with retained version evidence.
- Independent exact-version security scans
- Continuous release and vulnerability monitoring
- Risk-change alerts with capability context
- Historical evidence and API exports
Current version evidence
No public current-version evidence is available yet.
Current protocol inventory
Tools 1
| Tool | Category | Annotations | Risk |
|---|---|---|---|
generate-imageGenerate an image based on a promptInput schema{
"type": "object",
"properties": {
"prompt": {
"type": "string"
},
"output_dir": {
"type": "string",
"description": "Full absolute path to output directory. For Windows, use double backslashes like 'C:\\\\Users\\\\name\\\\path'. For Unix/Mac use '/path/to/dir'. Always use the proper path otherwise you will get an error."
},
"filename": {
"type": "string",
"description": "Base filename to save the image(s) with"
},
"go_fast": {
"type": "boolean"
},
"megapixels": {
"type": "string",
"enum": [
"1",
"2",
"4"
]
},
"num_outputs": {
"type": "number",
"minimum": 1,
"maximum": 4
},
"aspect_ratio": {
"type": "string",
"enum": [
"1:1",
"4:3",
"16:9"
]
},
"output_format": {
"type": "string",
"enum": [
"webp",
"png",
"jpeg"
]
},
"output_quality": {
"type": "number",
"minimum": 1,
"maximum": 100
},
"num_inference_steps": {
"type": "number",
"minimum": 4,
"maximum": 20
}
},
"required": [
"prompt",
"output_dir"
],
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
} | — | — |
Resources 0
- None observed.
Resource templates 0
- None observed.
Prompts 0
- None observed.
Remote endpoints
| Endpoint | Transport | Authentication | Health | Observed |
|---|---|---|---|---|
| No verified remote endpoint is linked. | ||||
Image Generation MCP Server questions
How do I install Image Generation MCP Server?
No verified package installation command is available in the retained catalog evidence.
What tools does Image Generation MCP Server provide?
Image Generation MCP Server exposed 1 tool during independent protocol observation, including generate-image.
Is Image Generation MCP Server secure?
The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.
Explore related MCP server guides
Curated product and capability guides containing this catalog record.