exia-scenario-generator MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@exia-scenario-generator MCP Serverexplain quantum computing in the Kotonoha Sisters style"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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
Related MCP server: VOICEPEAK MCP Server
Prerequisites
Node.js v20.x or higher
OpenAI API Key
Git
set up
Clone or download the repository
git clone https://github.com/kokushin/exia-mcp.git
cd exia-mcpInstall required packages
npm installCompile TypeScript (please run this after making any changes)
npm run buildHow to use with Claude Desktop
Launch Claude Desktop
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_KEYwith your actual OpenAI API key.* If
npxcannot 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
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-quality-maintenanceEnables comprehensive management of TyranoStudio visual novel projects including project creation, scenario editing with syntax validation, resource management, and TyranoScript development assistance. Supports project analysis, template generation, and Git integration for visual novel game development.2
- Alicense-qualityDmaintenanceEnables text-to-speech synthesis using VOICEPEAK software with support for custom narrators, emotions, and pronunciation dictionaries. Allows generating and playing audio files from text with configurable voice parameters.296MIT
- FlicenseAqualityCmaintenanceEnables text-to-speech playback with multiple Japanese character voices using VLC, supporting simultaneous audio playback and custom pronunciation dictionaries for English words.4
- FlicenseBqualityDmaintenanceA novel game server supporting multi-branch visual novel scenarios in English and Japanese, designed to help understand MCP Resources.36
Related MCP Connectors
Generate logos, social posts, app screenshots, comic panels & visual-novel assets from prompts.
Drive a live Cinevva game session: edit game files, import CC0 assets, preview changes.
Read-only tools over the Psychopathia Machinalis nosology: 79 conditions, 11 tools.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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