scenario.com-mcp-server
A Model Context Protocol (MCP) server for the Scenario.com API
Documentation
Scenario.com MCP Server
MCP server providing access to Scenario.com's generative AI API - text-to-image, image-to-image, model training, upscaling, and 70+ other tools.
Installation
Add to your MCP client config:
{
"mcpServers": {
"scenario": {
"command": "npx",
"args": ["-y", "scenario.com-mcp-server"],
"env": {
"SCENARIO_API_KEY": "your_api_key_here",
"SCENARIO_API_SECRET": "your_api_secret_here"
}
}
}
}Get your API credentials from https://app.scenario.com/ → Settings → API Keys
Alternative: Session-based Credentials
Don't want to use env vars? Just use:
{
"mcpServers": {
"scenario": {
"command": "npx",
"args": ["-y", "scenario.com-mcp-server"]
}
}
}Then in your MCP client:
Use set-credentials with API key api_xxx and secret yyyAvailable Tools
Setup:
- `set-credentials` - Configure API access for session
- `get-credentials-status` - Check credential status
Image Generation:
- `post-txt2img-inferences` - Generate from text
- `post-img2img-inferences` - Generate from image
- `post-controlnet-inferences` - ControlNet generation
- `post-inpaint-inferences` - Inpainting
- `post-upscale-inferences` - Upscale images
- `post-remove-background-inferences` - Remove backgrounds
Asset Management:
- `get-assets` - List assets
- `delete-asset` - Delete assets
- `get-models` - List models
Model Training:
- `post-models` - Create model
- `put-models-train-by-model-id` - Train model
- `post-models-training-images-by-model-id` - Add training images
...and 60+ more tools. Use `list_tools` to see all.
License
ISC
Frequently asked questions
What is scenario.com-mcp-server?
scenario.com-mcp-server is A Model Context Protocol (MCP) server for the Scenario.com API
How do I install scenario.com-mcp-server?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is scenario.com-mcp-server open source?
Yes — it is hosted on GitHub at https://github.com/pasie15/scenario.com-mcp-server and has 1 stars.
Related MCP tools
🙌 OpenHands: Code Less, Make More for the Model Context Protocol. Enhance AI assistants with powerful integrations. Python-based implementation.
Universal memory layer for AI Agents; Announcing OpenMemory MCP - local and secure memory management. Python-based implementation.
基于大模型搭建的聊天机器人,同时支持 微信公众号、企业微信应用、飞书、钉钉 等接入,可选择ChatGPT/Claude/DeepSeek/文心一言/讯飞星火/通义千问/ Gemini/GLM-4/Kimi/LinkAI,能处理文本、语音和图片,访问操作系统和互联网,支持基于自有知识库进行定制企业智能客服。
An LLM agent that conducts deep research (local and web) on any given topic and generates a long report with citations. Built for the Model Context Protocol to
🚀 The fast, Pythonic way to build MCP servers and clients Trusted by 19900+ developers. Trusted by 19900+ developers. Trusted by 19900+ developers.
🔥 MaxKB is an open-source platform for building enterprise-grade agents. MaxKB 是强大易用的开源企业级智能体平台。 for the Model Context Protocol. Enhance AI assistants with po
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP