← szn.zone

INDIVIDUAL MCP TOOL

create_scene

Create a new scene JSON file under src/scripts/

szn.zonenone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent endpoint

szn.zone

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.szn-zone]
url = "https://szn.zone/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "szn-zone": {
      "type": "http",
      "url": "https://szn.zone/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: szn-zone
Remote MCP URL: https://szn.zone/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "szn-zone": {
      "url": "https://szn.zone/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "szn-zone": {
      "type": "http",
      "url": "https://szn.zone/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "szn-zone",
  "transport": "streamable-http",
  "url": "https://szn.zone/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • list_scenes — List all scene JSON files under src/scripts/
  • get_scene — Read a scene by path (e.g.
  • update_scene — Patch scene-level fields: id, background, bgm, day, sortOrder, description
  • delete_scene — Delete a scene JSON file from disk
  • add_node — Append a node to a scene and optionally chain from afterNodeId
  • update_node — Patch a node in a scene by id
  • delete_node — Remove a node from a scene
  • connect_nodes — Set next pointer or choice option target between nodes