Skip to main content
Glama

exia-scenario-generator MCP Server

by kokushin

exia-scenario-generator MCP 서버

exia 라는 노벨 게임 엔진을위한 시나리오 파일을 만드는 MCP 서버입니다.
「코토하 자매 해설」형식의 시나리오를 생성해, exia 로 표시합니다.

기능

  • 지정된 주제에 대해 「코토하 자매 해설」형식의 시나리오를 생성

  • 생성된 시나리오를 exia용 JSON 형식으로 변환

  • exia를 GitHub에서 다운로드하고 설정

  • 생성된 시나리오를 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 사용에는 요금이 부과될 수 있습니다.

라이센스

MIT

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

Generates 'Kotonoha Sisters Explainer' style scenarios for the exia novel game engine and displays them in a separate window.

  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