pi-roblox-studio-tools

eiei114/pi-roblox-studio-tools
★ 0 stars TypeScript Code/Dev Tools Updated today
On-demand Roblox Studio MCP tools for Pi without a long-running MCP server.
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": {
    "pi-roblox-studio-too": {
      "command": "npx",
      "args": [
        "-y",
        "eiei114/pi-roblox-studio-tools"
      ]
    }
  }
}

README Excerpt

> On-demand Roblox Studio MCP tools for Pi without a long-running MCP server. Pi Roblox Studio Tools adds Pi-native tools for working with Roblox Studio MCP while avoiding an always-on MCP server process. The package locates the official `StudioMCP` command on Windows and macOS. MCP tools spawn StudioMCP only when a Pi tool call needs it, then shut it down after the request.