
exia-scenario-generator MCP Server
Generates 'Kotonoha Sisters Explainer' style scenarios for the exia novel game engine and displays them in a separate window.
README
exia-scenario-generator MCP Server
exia というノベルゲームエンジン向けのシナリオファイルを作成する MCP サーバです。
「琴葉姉妹解説」形式のシナリオを生成し、exia で表示します。
<img width="800" alt="" src="https://github.com/user-attachments/assets/f02cc41a-6456-44d3-bb22-190cb899515d" />
機能
- 指定されたお題について「琴葉姉妹解説」形式のシナリオを生成
- 生成したシナリオを 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
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.