MCP Catalogs
Homeweppy-roblox-mcp screenshot

weppy-roblox-mcp

by hope1026·21·Score 43

An MCP server that connects AI agents to Roblox Studio, enabling direct manipulation of game elements through natural language.

developer-toolsai-llmother
4
Forks
0
Open issues
this month
Last commit
2d ago
Indexed

Overview

WEPPY is an MCP server that bridges AI coding agents with Roblox Studio, allowing direct creation and editing of scripts, instances, terrain, lighting, assets, and more. It features bidirectional project synchronization, automated playtesting, and a dashboard for monitoring AI actions in real-time. The server supports multiple AI clients including Claude Code, Claude Desktop, Cursor, Codex, and Gemini, with both one-click installation and manual configuration options.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:Rapid prototyping by describing game mechanics in natural language
you:Bulk refactoring of modules across multiple scripts
you:Generating procedural terrain, lighting, and assets from single prompts
you:How do I connect Claude Code to Roblox Studio?
you:Can AI build complete Roblox games with this server?

When to choose this

Choose WEPPY if you're developing Roblox games and want to use AI agents directly within Studio for prototyping, bulk editing, or automated testing of your game components.

When NOT to choose this

Don't choose WEPPY if you need access to Roblox Studio on platforms other than Windows 10+ or macOS 12+, or if you're unwilling to use the AGPL-3.0 licensed version or pay for the Pro upgrade.

Tools this server exposes

10 tools extracted from the README
  • create_instance

    Creates new instances in Roblox Studio with specified properties

  • modify_properties

    Modifies properties of existing Roblox Studio instances

  • generate_terrain

    Generates terrain with mountains, rivers, and other features in Roblox Studio

  • manage_assets

    Searches Creator Store and manages asset insertion in Roblox Studio

  • start_playtest

    Starts and manages playtests in Roblox Studio with custom test scripts

  • create_ui

    Creates and modifies in-game UI elements in Roblox Studio

  • sync_project

    Synchronizes Roblox Studio project with local files

  • search_instances

    Searches for specific instances in Roblox Studio based on criteria

  • manage_audio

    Manages audio and sound effects in Roblox Studio

  • create_animation

    Creates and manages animations in Roblox Studio

Note: Tool names inferred from use cases and descriptions in the README, as there isn't a dedicated 'Tools' section. The README describes functionality through examples rather than explicit tool definitions.

Comparable tools

roblox-studio-mcproblox-api-mcproblox-game-developer-toolkit

Installation

Quick Install

**One-line install:**

# macOS / Linux
curl -fsSL https://raw.githubusercontent.com/hope1026/weppy-roblox-mcp/main/install.sh | bash

# Windows (PowerShell)
irm https://raw.githubusercontent.com/hope1026/weppy-roblox-mcp/main/install.ps1 | iex

**Manual install:**

  1. Visit the [web install page](https://weppyai.com/en/install) for the Roblox Studio plugin
  2. Register the MCP server with your AI app:
npx -y @weppy/roblox-mcp@latest

**Claude Desktop configuration:** Add to your Claude Desktop config.json:

{
  "mcpServers": {
    "weppy-roblox": {
      "command": "npx",
      "args": ["-y", "@weppy/roblox-mcp@latest"]
    }
  }
}

FAQ

How do I connect Claude Code to Roblox Studio?
Install from the web install page or add the WEPPY Roblox AI Toolkit for Claude Code using the commands provided. The WEPPY Roblox AI Toolkit uses 'npx -y @weppy/roblox-mcp@latest' as the MCP server command.
Can AI build complete Roblox games with this server?
Yes. AI can create instances, write scripts, generate terrain, set up lighting, insert assets, configure physics, and more - all inside a live Roblox Studio session. It goes beyond code generation to executable actions.

Compare weppy-roblox-mcp with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.