Skip to main content
Glama

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
F
license - not found
-
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
                  A
                  license
                  -
                  quality
                  Provides image generation capabilities using the Flux Schnell model on Replicate, allowing users to create images from text prompts.
                  Last updated -
                  1
                  JavaScript
                  MIT License
                • A
                  security
                  A
                  license
                  A
                  quality
                  Transform 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 -
                  6
                  54
                  120
                  TypeScript
                  MIT License
                • -
                  security
                  F
                  license
                  -
                  quality
                  A 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 -
                  8
                  JavaScript
                • -
                  security
                  F
                  license
                  -
                  quality
                  Provides 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 -
                  14
                  Python
                  • Apple
                  • Linux

                View all related MCP servers

                MCP directory API

                We provide all the information about MCP servers via our MCP API.

                curl -X GET 'https://glama.ai/api/mcp/v1/servers/kokushin/exia-mcp'

                If you have feedback or need assistance with the MCP directory API, please join our Discord server