Cover image
Try Now
2025-04-12

Roblex Studio的模型上下文协议服务器

3 years

Works with Finder

1

Github Watches

1

Github Forks

5

Github Stars

Roblex Studio MCP Server

Roblex Studio Model-Context-Protocol Server

The Roblex Studio MCP Server is a standalone server implementation of the Model-Context-Protocol specification, designed specifically for integration with Roblox Studio and LLMs. It enables seamless, secure, and scriptable AI-driven workflows in Roblox Studio via a unified protocol.

Features

  • npx One-line Install/Run: Launch instantly with npx roblex-mcp
  • Automatic Roblox Studio Launch: MCP starts and auto-launches Roblox Studio (Windows)
  • Full MCP Implementation: All core Model-Context-Protocol features supported
  • Multiple Transport Modes: SSE or STDIO for flexible integration
  • Claude Desktop/Anthropic Claude Support: Out-of-the-box integration
  • Security: TPA protection, input sanitization, rate limiting, CORS, and more
  • Extensible: Easily add custom tools/resources

Quick Start

Prerequisites

  • Node.js 18 or higher (Node.js 20+ recommended)
  • Roblox Studio installed (Windows; see below for launch path)
  • npm (bundled with Node.js)

Run with npx

npx roblex-mcp
  • On first launch, MCP will start and attempt to open Roblox Studio automatically.
  • If your Roblox Studio is not in a standard location, set the ROBLOX_STUDIO_PATH environment variable in your .env file or system environment.

Env Setup

Copy and edit the example environment file:

cp .env.example .env

Edit .env as needed (see below for ROBLOX_STUDIO_PATH).

Roblox/Open Cloud API Key Setup

To enable automated scripting and asset management, you must supply a valid Roblox Open Cloud API Key.

  1. Go to the Roblox Open Cloud dashboard.

  2. Click Create API Key, select the required permissions (e.g., "Write Assets", "Read Universe Data"), and copy your generated API key.

  3. Place this key in your .env file:

    ROBLOX_API_KEY=your_api_key_here
    ROBLOX_OPEN_CLOUD_API_KEY=your_open_cloud_api_key_here
    
    • Never share your secret keys. Treat them like passwords.
    • Optionally, set ROBLOX_OPEN_CLOUD_UNIVERSE_ID for universe-scoped operations.
  4. Restart MCP after editing .env to apply changes.

See Roblox Open Cloud documentation for more details.

Environment Variables

All configuration can be controlled with a .env file. Key variables:

  • PORT: Server port (default: 3001)

  • TRANSPORT_MODE: 'sse' or 'stdio' (default: 'stdio')

  • CLAUDE_DESKTOP_ENABLED: Claude Desktop integration (default: true)

  • ROBLOX_STUDIO_PATH: Full path to RobloxStudioBeta.exe (optional). Example:

    ROBLOX_STUDIO_PATH=C:\Users\USER\AppData\Local\Roblox\Versions\version-04a222f011414c81\RobloxStudioBeta.exe
    
  • ROBLOX_API_KEY, ROBLOX_OPEN_CLOUD_API_KEY: Your API keys from Roblox Open Cloud; required for most server features.

See .env.example for all options.

How It Works

  • npx roblex-mcp:

    • Starts the MCP server (transports, tools, API, security, etc)
    • Launches Roblox Studio automatically
    • Can be integrated with Claude Desktop, Open Cloud, etc.
  • Custom Tools and Resources:

    • Add your own by extending the src/tools and src/resources directories.

Troubleshooting

  • Roblox Studio does not open?

    • Set ROBLOX_STUDIO_PATH in your .env to the full path of your RobloxStudioBeta.exe.
  • API Key errors or "Unauthorized"?

    • Ensure your API keys are valid, have the correct permissions, and are set in .env.
  • Permission errors or port conflicts?

    • Ensure you have privileges to bind the server port, or choose a non-standard port in .env.
  • TypeScript/Module errors?

    • Run npm install and npm run build if developing locally, but npx users do not need this.
  • Claude Desktop not detected?

    • Ensure CLAUDE_DESKTOP_ENABLED=true in .env and that Claude Desktop is running.

Development

Clone, install, and build:

git clone https://github.com/dmae97/roblex-studio-mcp-server.git
cd roblex-studio-mcp-server
npm install
npm run build
npm start

Contributing

Contributions are welcome! See CONTRIBUTING.md for guidelines.

License

MIT License - see LICENSE


© 2025 Roblex Studio MCP Server Contributors

相关推荐

  • Joshua Armstrong
  • Confidential guide on numerology and astrology, based of GG33 Public information

  • https://suefel.com
  • Latest advice and best practices for custom GPT development.

  • Alexandru Strujac
  • Efficient thumbnail creator for YouTube videos

  • Emmet Halm
  • Converts Figma frames into front-end code for various mobile frameworks.

  • Elijah Ng Shi Yi
  • Advanced software engineer GPT that excels through nailing the basics.

  • https://maiplestudio.com
  • Find Exhibitors, Speakers and more

  • Lists Tailwind CSS classes in monospaced font

  • lumpenspace
  • Take an adjectivised noun, and create images making it progressively more adjective!

  • https://appia.in
  • Siri Shortcut Finder – your go-to place for discovering amazing Siri Shortcuts with ease

  • Carlos Ferrin
  • Encuentra películas y series en plataformas de streaming.

  • Yusuf Emre Yeşilyurt
  • I find academic articles and books for research and literature reviews.

  • tomoyoshi hirata
  • Sony α7IIIマニュアルアシスタント

  • apappascs
  • 发现市场上最全面,最新的MCP服务器集合。该存储库充当集中式枢纽,提供了广泛的开源和专有MCP服务器目录,并提供功能,文档链接和贡献者。

  • ShrimpingIt
  • MCP系列GPIO Expander的基于Micropython I2C的操作,源自ADAFRUIT_MCP230XX

  • jae-jae
  • MCP服务器使用剧作《无头浏览器》获取网页内容。

  • ravitemer
  • 一个功能强大的Neovim插件,用于管理MCP(模型上下文协议)服务器

  • patruff
  • Ollama和MCP服务器之间的桥梁,使本地LLMS可以使用模型上下文协议工具

  • pontusab
  • 光标与风浪冲浪社区,查找规则和MCP

  • JackKuo666
  • 🔍使AI助手可以通过简单的MCP接口搜索和访问PYPI软件包信息。

  • av
  • 毫不费力地使用一个命令运行LLM后端,API,前端和服务。

  • WangRongsheng
  • 🧑‍🚀 llm 资料总结(数据处理、模型训练、模型部署、 o1 模型、mcp 、小语言模型、视觉语言模型)|摘要世界上最好的LLM资源。

    Reviews

    2 (1)
    Avatar
    user_WHKCFSgc
    2025-04-17

    I've been using the roblex-studio-mcp-server by dmae97 for a while now, and it has completely transformed my workflow! The setup was a breeze thanks to clear instructions, and the server's performance is top-notch. Highly recommend it to anyone in the Roblex community. Check it out here: https://github.com/dmae97/roblex-studio-mcp-server