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
- Clone or download the repository
- Install required packages
- Compile TypeScript (please run this after making any changes)
How to use with Claude Desktop
- Launch Claude Desktop
- Open the settings screen and add the MCP server
- ※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
- 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 topicsetupExia
: Download and set up exiasaveScenario
: Save the generated scenarioexiaVoiceroidExplain
: 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
This server cannot be installed
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.
Related MCP Servers
- -securityAlicense-qualityProvides image generation capabilities using the Flux Schnell model on Replicate, allowing users to create images from text prompts.Last updated -1JavaScriptMIT License
- AsecurityAlicenseAqualityTransform your Make scenarios into callable tools for AI assistants. Leverage your existing automation workflows while enabling AI systems to trigger and interact with them seamlessly.Last updated -654120TypeScriptMIT License
- -securityFlicense-qualityA server that connects to the xAI/Grok image generation API, allowing users to generate images from text prompts with support for multiple image generation and different response formats.Last updated -8JavaScript
- -securityFlicense-qualityProvides tools for structuring complex problems through narrative-based sequential story elements or systematic sequential thinking, helping make complex problems more memorable and easier to understand.Last updated -14Python