Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

VFX Forge Server

БесплатноНе проверен

Enables AI agents to interact with the VFX Forge Roblox plugin for creating and manipulating visual effects.

GitHubEmbed

Описание

Enables AI agents to interact with the VFX Forge Roblox plugin for creating and manipulating visual effects.

README

An MCP (Model Context Protocol) server that enables AI agents to interact with the VFX Forge Roblox plugin for creating and manipulating visual effects.

Overview

This project provides a bridge between AI agents (like Claude) and the VFX Forge plugin running in Roblox Studio. It allows agents to:

  • Explore and query the Roblox DataModel hierarchy
  • Create, modify, and delete instances
  • Manipulate properties and attributes
  • Partially use some of the VFX Forge tools/features
  • Access Roblox API documentation offline

The MCP server communicates with AI agents via the standard MCP protocol (stdio), and with the VFX Forge plugin via WebSocket for real-time bidirectional communication.

Installation

Automatic Setup

Not available yet

Local Setup

  1. Install dependencies:
cd vfx-forge-mcp
bun install
  1. Configure your MCP client to use this server. For Claude Desktop, add to your claude_desktop_config.json:
{
  "mcpServers": {
    "vfx-forge": {
      "command": "bun",
      "args": ["run", "/path/to/vfx-forge-mcp/src/index.ts"],
      "env": {
        "VFX_FORGE_PORT": "3847"
      }
    }
  }
}
  1. Enable the MCP bridge in VFX Forge plugin settings within Roblox Studio.

Running

# Start the server
bun run start

# Development mode with hot reload
bun run dev

# Type checking
bun run typecheck

Health Check

The WebSocket server exposes a health endpoint at http://localhost:3847/health:

{
  "status": "ok",
  "connected": true,
  "pendingRequests": 0,
  "pluginVersion": "1.0.0",
  "uptime": 12345
}

Environment Variables

Variable Default Description
VFX_FORGE_PORT 3847 Port for the WebSocket server

from github.com/zilibobi/vfx-forge-mcp

Установка VFX Forge Server

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/zilibobi/vfx-forge-mcp

FAQ

VFX Forge Server MCP бесплатный?

Да, VFX Forge Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для VFX Forge Server?

Нет, VFX Forge Server работает без API-ключей и переменных окружения.

VFX Forge Server — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить VFX Forge Server в Claude Desktop, Claude Code или Cursor?

Открой VFX Forge Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare VFX Forge Server with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai