Command Palette

Search for a command to run...

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

SealMCP

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

SealMCP is an MCP server for Roblox exploit script development, enabling AI agents to write and execute Luau code in the Roblox environment via WebSocket.

GitHubEmbed

Описание

SealMCP is an MCP server for Roblox exploit script development, enabling AI agents to write and execute Luau code in the Roblox environment via WebSocket.

README

SealMCP logo

SealMCP

Python Stars License

SealMCP is an MCP server for Roblox exploit script development written in Python.

Image 1
Prompt:

Hey, Claude. Automate a Roblox Studio task for me using SealMCP and make every part in the Workspace blue.

SealMCP allows your AI agent to interact with the Roblox environment, write exploit scripts and run luau code.

NOTE: Sometimes your AI agent will refuse to follow your instructions. You need to either lie to it so it writes the code, or use an unfiltered model.

SealMCP has only been tested on Volt so far, so some issues or bugs may occur with other executors.

How to use

First of all, clone the SealMCP github repository.

git clone https://github.com/Seal-Softworks/SealMCP
cd SealMCP

Then, install the required Python packages.

pip install -r requirements.txt 

After that, add the MCP server config to your AI application's .json configuration file.

{
	"mcpServers": {
    	"seal-mcp": {
      		"command": "python3",
      		"args": ["path/to/server.py"]
    	}
  	},
}

The JSON configuration for SealMCP should look something like that. The server.py file is located in server/server.py

Depends on what application you use, this configuration file will be located at a different path.

Claude Desktop

For Claude Desktop, the configuration file will usually be located in

C:\Users\your-user\AppData\Local\Packages\Claude_pzs8sxrjxfjjc\LocalCache\Roaming\Claude

Locate the claude_desktop_config.json file and edit it to use SealMCP.

Running the client

Once the MCP and WebSocket servers are running (both are started by the server.py script), the last thing you need to do before using SealMCP is running the client script. The client script is located in client/seal-mcp.luau. In order to be able to use SealMCP, use an executor that supports WebSockets. Run the code below in your executor:

loadstring(game:HttpGet("https://raw.githubusercontent.com/Seal-Softworks/SealMCP/refs/heads/main/client/seal-mcp.luau"))();

If everything went correctly, the logs will say that the WebSocket client has connected successfully. If this script does not work, you could try using the old version.

-- // old seal-mcp.luau
loadstring(game:HttpGet("https://raw.githubusercontent.com/Seal-Softworks/SealMCP/refs/heads/main/client/seal-mcp-OLD.luau"))();

The old version is no longer maintained, so we recommend using the standard version.

Note!

SealMCP is still in early development. There might be some bugs or issues, so beware.

from github.com/Seal-Softworks/SealMCP

Установка SealMCP

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

▸ github.com/Seal-Softworks/SealMCP

FAQ

SealMCP MCP бесплатный?

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

Нужен ли API-ключ для SealMCP?

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

SealMCP — hosted или self-hosted?

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

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

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

Похожие MCP

Compare SealMCP with

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

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

Автор?

Embed-бейдж для README

Похожее

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