Skip to main content
Glama

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
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.

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

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

                Related MCP Servers

                • 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
                  31
                  135
                  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
                • A
                  security
                  A
                  license
                  A
                  quality
                  Server that enables AI assistants to interact with Storybook design systems. Extract component HTML, analyze styles, and help with design system adoption and refactoring.
                  Last updated -
                  8
                  8
                  25
                  MIT License
                • A
                  security
                  A
                  license
                  A
                  quality
                  Enables generation of professional diagrams and interactive prototypes from natural language descriptions using multiple AI models. Supports creating draw.io diagrams, HTML prototypes, and styled mobile app interfaces with Apple HIG and WeChat Mini Program design standards.
                  Last updated -
                  3
                  44
                  MIT License
                  • Linux
                  • Apple

                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