Scenario.com MCP Server
@pasie15
About Scenario.com MCP Server
A Model Context Protocol (MCP) server for the Scenario.com API
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"scenario.com-mcp-server": {
"command": "python",
"args": [
"-m",
"venv",
"scenario-ai"
]
}
}
}Tools
14Configure API access for session
Check credential status
Generate from text
Generate from image
ControlNet generation
Inpainting
Upscale images
Remove backgrounds
List assets
Delete assets
List models
Create model
Train model
Add training images
Overview
What is Scenario.com MCP Server?
An MCP server that provides access to Scenario.com's generative AI API, including text-to-image, image-to-image, model training, upscaling, and 70+ other tools. It is intended for developers using MCP-compatible clients.
How to use Scenario.com MCP Server?
Install by adding the configuration to your MCP client with the npx command, supplying SCENARIO_API_KEY and SCENARIO_API_SECRET as environment variables. Alternatively, omit environment variables and use the set-credentials tool with your API key and secret for session-based credentials. Use get-credentials-status to verify.
Key features of Scenario.com MCP Server
- Text-to-image generation
- Image-to-image generation
- ControlNet and inpainting
- Upscaling and background removal
- Asset and model management
- Model training with training images
- Over 70 tools available
Use cases of Scenario.com MCP Server
- Generate images from text prompts
- Edit existing images via inpainting
- Train custom models on your own images
- Upscale low-resolution images
- Remove backgrounds from images
FAQ from Scenario.com MCP Server
How do I get API credentials?
Go to https://app.scenario.com/ → Settings → API Keys to generate your API key and secret.
Can I use session-based credentials instead of environment variables?
Yes. Omit the SCENARIO_API_KEY and SCENARIO_API_SECRET environment variables and use the set-credentials tool with your API key and secret in your MCP client.
How many tools does the server provide?
The server provides over 70 tools. Use list_tools in your MCP client to see the full list.
What license does the server use?
The server is released under the ISC license.
What are the runtime requirements?
The server runs via npx, so Node.js must be installed on your system. No other explicit dependencies are mentioned.
More Other MCP servers
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.

EverArt
modelcontextprotocolModel Context Protocol Servers
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Comments