exia-scenario-generator MCP Server

by kokushin

exia-scenario-generator MCP Server

This is an MCP server that creates scenario files for the exia novel game engine.
Generate a scenario in the "Kotonoha Sisters Commentary" format and display it in exia.

function

  • Generate a scenario in the form of a "Kotoha Sisters Commentary" for a given topic
  • Convert the generated scenario into JSON format for exia
  • Download exia from GitHub and set it up
  • Displaying the generated scenario in exia

Prerequisites

  • Node.js v20.x or higher
  • OpenAI API Key
  • Git

set up

  1. Clone or download the repository
git clone https://github.com/kokushin/exia-mcp.git cd exia-mcp
  1. Install required packages
npm install
  1. Compile TypeScript (please run this after making any changes)
npm run build

How to use with Claude Desktop

  1. Launch Claude Desktop
  2. Open the settings screen and add the MCP server
{ "mcpServers": { "exia-scenario-generator": { "command": "npx", "args": [ "-y", "/path/to/exia-mcp", //(clone した exia-mcp のパスに置き換えてください) "--openai-api-key=YOUR_API_KEY", //(OpenAI API キーに置き換えてください) "--stdio" ] } } }
  • ※Please replace YOUR_API_KEY with your actual OpenAI API key.
  • * If npx cannot be executed, specify the absolute path.例: /path/to/.volta/bin/npx
  1. Used in Claude Desktop as follows:
    • Type "Explain quantum computers on exia"
    • The MCP server starts, generates a scenario, and starts exia.
    • The exia application (Electron) starts in a separate window and plays the scenario.

Available Tools

  • generateScenario : Generate a scenario from a topic
  • setupExia : Download and set up exia
  • saveScenario : Save the generated scenario
  • exiaVoiceroidExplain : Runs everything from scenario generation to exia startup (recommended)

Notes

  • The first time you run it, it will take some time to download and set up exia.
  • You will need to prepare your own character images and replace them manually.
    • The exia documentation is here
  • Use of the OpenAI API may incur fees

license

MIT

-
security - not tested
-
license - not tested
-
quality - not tested

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

Generates 'Kotonoha Sisters Explainer' style scenarios for the exia novel game engine and displays them in a separate window.

  1. function
    1. Prerequisites
      1. set up
        1. How to use with Claude Desktop
          1. Available Tools
            1. Notes
              1. license

                Related MCP Servers

                • -
                  security
                  F
                  license
                  -
                  quality
                  Enables AI agents to control web browsers via a standardized interface for operations like launching, interacting with, and closing browsers.
                  Last updated -
                  0
                  JavaScript
                • -
                  security
                  F
                  license
                  -
                  quality
                  Enables programmatic creation of Whimsical diagrams from Mermaid markup generated by AI models like Claude through the Model Context Protocol.
                  Last updated -
                  7
                  TypeScript
                • A
                  security
                  A
                  license
                  A
                  quality
                  A Model Context Protocol server that converts Markdown content into interactive mindmaps, allowing AI assistants to visualize hierarchical information through either HTML content or saved files.
                  Last updated -
                  1
                  87
                  Python
                  MIT License
                  • Apple
                • A
                  security
                  F
                  license
                  A
                  quality
                  Enables users to control the cursor in Figma through verbal commands using an agentic AI agent, streamlining the design process with a new interaction method.
                  Last updated -
                  19
                  5,185
                  1
                  JavaScript

                View all related MCP servers

                ID: dz5cx56a4o