VFX Forge MCP Server
Allows AI agents to interact with the Roblox platform through the VFX Forge plugin, enabling exploration and manipulation of the Roblox DataModel, including instance creation, modification, deletion, and property/attribute management.
Provides a bridge to Roblox Studio via the VFX Forge plugin, allowing AI agents to query the DataModel hierarchy, create/modify/delete instances, manipulate properties/attributes, and utilize some VFX Forge tools.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@VFX Forge MCP ServerCreate a fire particle effect at position (0, 10, 0)"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
VFX Forge MCP Server
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.
Related MCP server: Roblox Studio MCP
Installation
Automatic Setup
Not available yet
Local Setup
Install dependencies:
cd vfx-forge-mcp
bun installConfigure 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 typecheckHealth 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 |
|
| Port for the WebSocket server |
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/zilibobi/vfx-forge-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server