MCP.so
登录

Scenario.com MCP Server

@pasie15

关于 Scenario.com MCP Server

A Model Context Protocol (MCP) server for the Scenario.com API

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

pasie15

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "scenario.com-mcp-server": {
      "command": "python",
      "args": [
        "-m",
        "venv",
        "scenario-ai"
      ]
    }
  }
}

工具

14

Configure 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

概览

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.

评论

其他 分类下的更多 MCP 服务器