Scenario.com MCP Server
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., "@Scenario.com MCP Servergenerate an image of a futuristic city at sunset"
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.
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
Related MCP server: Ideogram MCP Server
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 sessionget-credentials-status- Check credential status
Image Generation:
post-txt2img-inferences- Generate from textpost-img2img-inferences- Generate from imagepost-controlnet-inferences- ControlNet generationpost-inpaint-inferences- Inpaintingpost-upscale-inferences- Upscale imagespost-remove-background-inferences- Remove backgrounds
Asset Management:
get-assets- List assetsdelete-asset- Delete assetsget-models- List models
Model Training:
post-models- Create modelput-models-train-by-model-id- Train modelpost-models-training-images-by-model-id- Add training images
...and 60+ more tools. Use list_tools to see all.
License
ISC
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
AlicenseAqualityBmaintenanceEnables AI video and image generation through the Runway API. Supports video generation from images and text prompts, image creation, video upscaling and editing, and task management.72222MIT- AlicenseDqualityDmaintenanceEnables image generation, editing, and description using Ideogram AI's models through natural language.4154MIT

Runware MCP Serverofficial
Alicense-qualityFmaintenanceEnables lightning fast image and video generation using the Runware API, with tools for inference, upscaling, background removal, and more.9MIT- Alicense-qualityDmaintenanceProvides 80+ image processing tools including AI generation, background removal, upscaling, local manipulation, and diagram rendering, all with built-in cost tracking and health monitoring.29MIT
Related MCP Connectors
Generate logos, social posts, app screenshots, comic panels & visual-novel assets from prompts.
Build and run visual creative-production workflows from your AI agent.
LLM chat, text summarization and AI image generation
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/pasie15/scenario.com-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server