exia-scenario-generator MCP Server

by kokushin

exia-scenario-generator MCP 服务器

这是一个为exia小说游戏引擎创建场景文件的 MCP 服务器。
以“言叶姐妹评论”格式生成场景并在exia中显示。

功能

  • 针对给定主题,以“言叶姐妹评论”的形式生成场景
  • 将生成的场景转换为 exia 的 JSON 格式
  • 从 GitHub 下载 exia 并进行设置
  • 在exia中显示生成的场景

先决条件

  • Node.js v20.x 或更高版本
  • OpenAI API 密钥
  • Git

设置

  1. 克隆或下载存储库
git clone https://github.com/kokushin/exia-mcp.git cd exia-mcp
  1. 安装所需的软件包
npm install
  1. 编译 TypeScript(请在进行任何更改后运行此程序)
npm run build

如何与 Claude Desktop 一起使用

  1. 启动 Claude Desktop
  2. 打开设置屏幕并添加 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
  1. 在Claude Desktop中的使用方法如下:
    • 输入“解释 exia 上的量子计算机”
    • MCP服务器启动,生成场景,并启动exia。
    • exia 应用程序(Electron)在单独的窗口中启动并播放场景。

可用工具

  • generateScenario :根据主题生成场景
  • setupExia :下载并设置 exia
  • saveScenario :保存生成的场景
  • exiaVoiceroidExplain :运行从场景生成到 exia 启动的所有内容(推荐)

笔记

  • 第一次运行时,需要一些时间来下载和设置 exia。
  • 您需要准备自己的角色图像并手动替换它们。
  • 使用 OpenAI API 可能会产生费用

执照

麻省理工学院

-
security - not tested
-
license - not tested
-
quality - not tested

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

为 exia 小说游戏引擎生成“Kotonoha Sisters Explainer”风格的场景,并在单独的窗口中显示它们。

  1. 功能
    1. 先决条件
      1. 设置
        1. 如何与 Claude Desktop 一起使用
          1. 可用工具
            1. 笔记
              1. 执照

                Related MCP Servers

                • -
                  security
                  F
                  license
                  -
                  quality
                  Enables AI agents to control web browsers via a standardized interface for operations like launching, interacting with, and closing browsers.
                  Last updated -
                  0
                  JavaScript
                • -
                  security
                  F
                  license
                  -
                  quality
                  Enables programmatic creation of Whimsical diagrams from Mermaid markup generated by AI models like Claude through the Model Context Protocol.
                  Last updated -
                  7
                  TypeScript
                • A
                  security
                  A
                  license
                  A
                  quality
                  A Model Context Protocol server that converts Markdown content into interactive mindmaps, allowing AI assistants to visualize hierarchical information through either HTML content or saved files.
                  Last updated -
                  1
                  87
                  Python
                  MIT License
                  • Apple
                • A
                  security
                  F
                  license
                  A
                  quality
                  Enables users to control the cursor in Figma through verbal commands using an agentic AI agent, streamlining the design process with a new interaction method.
                  Last updated -
                  19
                  5,185
                  1
                  JavaScript

                View all related MCP servers

                ID: dz5cx56a4o