mcp-simple-image
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-simple-imagegenerate an image of a sunset over the ocean, 1024x1024"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-simple-image
A simple MCP (Model Context Protocol) tool for generating images from text prompts using StepFun-compatible APIs. Configurable endpoint, API key, and model.
Features
Simple MCP tool:
simple_imageFully configurable: API base URL, API key, model name
Zero external dependencies (pure Python stdlib)
Works with StepFun
step_planAPI and compatible endpoints
Related MCP server: ElevenLabs Image Generation MCP Server
Installation
git clone https://github.com/bauerelizabeth07139/mcp-simple-image.git
cd mcp-simple-imageConfiguration
Set your API key via environment variables (recommended) or a config.json file.
Option 1: Environment Variables
STEP_API_KEY=your_api_key_here
STEP_API_BASE=https://api.stepfun.com/step_plan/v1
STEP_MODEL=step-image-edit-2Option 2: Config File
Copy config.example.json to config.json and fill in your values:
{
"api_key": "your_api_key_here",
"api_base": "https://api.stepfun.com/step_plan/v1",
"model": "step-image-edit-2",
"size": "1024x1024",
"n": 1
}Usage
Run the MCP server
python server.pyUse with opencode
Add to your opencode.json:
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"simple-image": {
"type": "local",
"command": [
"python",
"/path/to/mcp-simple-image/server.py"
],
"enabled": true,
"environment": {
"STEP_API_KEY": "your_key_here",
"STEP_API_BASE": "https://api.stepfun.com/step_plan/v1",
"STEP_MODEL": "step-image-edit-2"
}
}
}
}Or if you use a config.json file in the same directory:
{
"mcp": {
"simple-image": {
"type": "local",
"command": ["python", "/path/to/mcp-simple-image/server.py"],
"enabled": true
}
}
}Tool: simple_image
Parameter | Type | Required | Default | Description |
| string | Yes | - | Text description of the image |
| string | No | (from config) | Model name |
| string | No | (from config) | Image dimensions, e.g. |
| integer | No | (from config) | Number of images (1-4) |
Example prompt in opencode:
Use simple_image to generate: a cute cat astronaut floating in space, cinematic lighting, 8KTesting
# Direct API test
python test_api.py
# MCP protocol test
python test_mcp.pyLicense
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseBqualityDmaintenanceEnables users to generate images from text prompts using Replicate's model, with configurable parameters and full MCP protocol compliance.Last updated1126
- FlicenseAqualityDmaintenanceGenerates images from text prompts using ElevenLabs' image generation API via browser automation, with support for multiple models and persistent authentication.Last updated3
- Flicense-qualityDmaintenanceGenerates images using Google's Gemini model, with options to save to file or return as base64 data URL.Last updated
- Alicense-qualityBmaintenanceProvides image generation tools powered by OpenRouter, running on Cloudflare Workers.Last updated30MIT
Related MCP Connectors
Generate logos, social posts, app screenshots, comic panels & visual-novel assets from prompts.
Generate images, video, music and voice from your CLI or AI agent. On-brand AI media toolkit.
Generate PWA icon sets and iOS splash screens from a text prompt or an existing image.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/bauerelizabeth07139/mcp-simple-image'
If you have feedback or need assistance with the MCP directory API, please join our Discord server