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.

コメント

「その他」の他のコンテンツ