MCP-Serverr

AlexEssay/MCP-Serverr
★ 0 stars Luau Memory/Knowledge Updated 1d ago
MCP-Server roblox studio
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-serverr": {
      "command": "npx",
      "args": [
        "-y",
        "AlexEssay/MCP-Serverr"
      ]
    }
  }
}

README Excerpt

Generated by [Rojo](https://github.com/rojo-rbx/rojo) 7.7.0-rc.1. To build the place from scratch, use: ```bash rojo build -o "Swat Project.rbxlx" ``` Next, open `Swat Project.rbxlx` in Roblox Studio and start the Rojo server: ```bash rojo serve ``` For more help, check out [the Rojo documentation](https://rojo.space/docs).