exia-scenario-generator MCP Server
exia というノベルゲームエンジン向けのシナリオファイルを作成する MCP サーバです。
「琴葉姉妹解説」形式のシナリオを生成し、exia で表示します。
機能
- 指定されたお題について「琴葉姉妹解説」形式のシナリオを生成
- 生成したシナリオを exia 用の JSON 形式に変換
- exia を GitHub からダウンロードしてセットアップ
- 生成したシナリオを exia で表示
必要条件
- Node.js v20.x 以上
- OpenAI API キー
- Git
セットアップ
- リポジトリをクローンまたはダウンロード
git clone https://github.com/kokushin/exia-mcp.git
cd exia-mcp
- 必要なパッケージをインストール
npm install
- TypeScript のコンパイル (変更を加えたら実行してください)
npm run build
Claude Desktop での利用方法
-
Claude Desktop を起動
-
設定画面を開き、MCP サーバを追加
{
"mcpServers": {
"exia-scenario-generator": {
"command": "npx",
"args": [
"-y",
"/path/to/exia-mcp", //(clone した exia-mcp のパスに置き換えてください)
"--openai-api-key=YOUR_API_KEY", //(OpenAI API キーに置き換えてください)
"--stdio"
]
}
}
}
- ※
YOUR_API_KEYは実際の OpenAI API キーに置き換えてください - ※
npxが実行できない場合は絶対パスで指定してください例: /path/to/.volta/bin/npx
- Claude Desktop で以下のように使用
- 「exia で量子コンピュータについて解説して」と入力
- MCP サーバが起動し、シナリオを生成して exia を起動
- exia アプリケーション(Electron)が別ウィンドウで起動し、シナリオをプレイ
利用可能なツール
generateScenario: お題からシナリオを生成setupExia: exia をダウンロードしてセットアップsaveScenario: 生成したシナリオを保存exiaVoiceroidExplain: シナリオ生成から exia 起動までを一括実行(推奨)
注意事項
- 初回実行時は exia のダウンロードとセットアップに時間がかかります
- キャラクター画像は自前で用意して手動で差し替える必要があります
- exia のドキュメントはこちら
- OpenAI API の利用には料金がかかる場合があります
ライセンス
MIT
Recommend MCP Servers 💡
nguyendinhsinh361/elevenlabs-mcp
Official ElevenLabs Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech and audio processing APIs. This server allows MCP clients like Claude Desktop, Cursor, Windsurf, OpenAI Agents and others to generate speech, clone voices, transcribe audio, and more.
mcp-server-runescape
An MCP server with tools for interacting with RuneScape (RS) and Old School RuneScape (OSRS) data, including item prices, player hiscores, and more.
chesspal-mcp-engine
A Stockfish-powered chess engine exposed as an MCP server using FastMCP, providing chess move generation and game status via SSE or stdio transports.
mcp-draw
An MCP server for generating images from text prompts using OpenAI's API and saving outputs locally
Ableton Live Controller
An MCP server that enables LLMs to control Ableton Live via OSC, mapping OSC addresses to MCP tools.