pasie15/scenario.com-mcp-server
A Model Context Protocol (MCP) server for the Scenario.com API
Platform-specific configuration:
{
"mcpServers": {
"scenario.com-mcp-server": {
"command": "npx",
"args": [
"-y",
"scenario.com-mcp-server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
MCP server providing access to Scenario.com's generative AI API - text-to-image, image-to-image, model training, upscaling, and 70+ other tools.
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
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 yyySetup:
set-credentials - Configure API access for sessionget-credentials-status - Check credential statusImage 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 backgroundsAsset Management:
get-assets - List assetsdelete-asset - Delete assetsget-models - List modelsModel 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.
ISC
Loading reviews...