robloxstudio-mcp and sub-agents-mcp
These are **complements**: the ROBLOX Studio tool provides a specific execution environment for agentic workflows, while the sub-agents framework provides a general-purpose method to define and orchestrate multiple specialized agents that could run in various environments including ROBLOX Studio.
About robloxstudio-mcp
boshyxd/robloxstudio-mcp
Create agentic AI workflows in ROBLOX Studio
Implements the Model Context Protocol (MCP) to expose 39 tools for AI assistants, enabling script inspection, bulk object creation, and code optimization directly within Studio via a local plugin. Supports Claude, Gemini, and other MCP clients through stdio transport, with a read-only inspector variant available for safe browsing without write access.
About sub-agents-mcp
shinpr/sub-agents-mcp
Define task-specific AI sub-agents in Markdown for any MCP-compatible tool.
Markdown-defined agents execute via pluggable CLI backends (Cursor, Claude Code, Gemini, or Codex), with built-in session management and error handling for multi-step workflows. The MCP server architecture enables teams to define reusable agents once and consume them across any MCP-compatible IDE or tool, creating portable Claude Code–style sub-agent capabilities outside Claude's environment.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work