Roblox 3D Generator
FreeNot checkedGenerates JSON for Roblox Studio 3D models from natural language prompts using the Anthropic API, allowing creation and modification of objects.
About
Generates JSON for Roblox Studio 3D models from natural language prompts using the Anthropic API, allowing creation and modification of objects.
README
Servidor MCP para generar JSON de modelos 3D de Roblox Studio usando la API de
Anthropic. El repo no incluye ninguna API key: cada usuario debe configurar su
propia clave con ANTHROPIC_API_KEY.
Que hace
- Expone la herramienta MCP
generate_roblox_3d. - Recibe un
prompty una lista opcionalselectioncon objetos seleccionados. - Devuelve JSON valido para crear modelos nuevos o modificar objetos existentes.
- Usa reglas de posicion, apilado, cilindros, techos, soportes, efectos y jerarquia pensadas para Roblox Studio.
Instalacion
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
cp .env.example .env
Edita .env y coloca tu clave:
ANTHROPIC_API_KEY=your-anthropic-api-key
Ejecutar
python server.py
El servidor MCP usa stdio. No imprime una URL porque lo debe lanzar un cliente MCP, como Claude Desktop, Codex u otro host compatible.
Configuracion MCP
Usa mcp_config.example.json como base y cambia las rutas absolutas:
{
"mcpServers": {
"roblox-3d-generator": {
"command": "/absolute/path/to/.venv/bin/python",
"args": ["/absolute/path/to/server.py"],
"env": {
"ANTHROPIC_API_KEY": "your-anthropic-api-key"
}
}
}
}
Tambien puedes usar .env local para desarrollo. No subas .env a GitHub.
Herramientas MCP
generate_roblox_3d
Parametros:
prompt: descripcion del objeto o cambio que quieres generar.selection: lista opcional de objetos seleccionados. Cuando hay seleccion y el prompt pide corregir o ajustar, el servidor devuelvemodifications.
Ejemplo de entrada:
{
"prompt": "Crea una torre medieval con antorchas y techo inclinado",
"selection": []
}
server_info
Devuelve el nombre del servidor, el modelo configurado, si hay API key cargada y el limite de tokens configurado.
Seguridad
- Nunca escribas una API key directamente en
server.py. - Usa
.envo variables de entorno del cliente MCP. .envesta ignorado por Git.- Si alguna clave real estuvo en un archivo compartido, revocala y crea una nueva en la consola de Anthropic.
Modelo
Por defecto usa claude-sonnet-4-6. Puedes cambiarlo con:
ANTHROPIC_MODEL=claude-sonnet-4-6
Installing Roblox 3D Generator
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/rubbish03/Roblox-3D-MCPFAQ
Is Roblox 3D Generator MCP free?
Yes, Roblox 3D Generator MCP is free — one-click install via Unyly at no cost.
Does Roblox 3D Generator need an API key?
No, Roblox 3D Generator runs without API keys or environment variables.
Is Roblox 3D Generator hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install Roblox 3D Generator in Claude Desktop, Claude Code or Cursor?
Open Roblox 3D Generator on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by 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
by xuzexin-hzCompare Roblox 3D Generator with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
