VFX Forge Server
БесплатноНе проверенEnables AI agents to interact with the VFX Forge Roblox plugin for creating and manipulating visual effects.
Описание
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
- Install dependencies:
cd vfx-forge-mcp
bun install
- 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"
}
}
}
}
- 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 |
Установка VFX Forge Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/zilibobi/vfx-forge-mcpFAQ
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
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare VFX Forge Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
