AI Agent Hub
Back to plugins
roblox-devforum-mcp preview

roblox-devforum-mcp

Web Tools Updated 2026.09.04

Run the following command in DeepSeek Harness:

dsh plugin install EL4CTEO/roblox-devforum-mcp

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install EL4CTEO/roblox-devforum-mcp in DeepSeek Harness to install; the source code is available at https://github.com/EL4CTEO/roblox-devforum-mcp

About this plugin

Writing Luau with an AI coding agent means the hardest part is rarely syntax. It is figuring out whether the platform already knows about a 502 error, whether an API you are about to call was deprecated last month, and whether someone on the DevForum has already posted the accepted fix. That knowledge is buried in thousands of forum threads and scattered Docs pages. roblox-devforum-mcp turns all of that into a set of read-only MCP tools so your agent can search bugs, read threads, and verify APIs before writing a single line of code. No API key, no login, no setup.

Screenshots

Use Cases

  • Agent hits a Luau error and auto-searches DevForum for known bugs
  • Verify target API is still available via check_api_health before shipping code
  • Look up Creator Docs to confirm API usage, parameters, and security levels

Best For

  • Developers building Roblox games with AI-assisted coding
  • Luau programmers who frequently reference Roblox Creator Docs
  • Teams wiring up MCP toolchains to boost coding-agent productivity