trackmcp
Back to directory
EL4CTEO

roblox-devforum-mcp

View on GitHub

Give your AI coding agent the Roblox DevForum and official creator docs — check if a bug is already known, read the accepted answer, and verify APIs before writing Luau.

3 stars TypeScriptOthers Updated Sep 3, 2026
aiclaudedevforumluaumcpmodel-context-protocolrobloxroblox-studiotypescriptai-agentsclaude-codedeveloper-toolsgame-developmentllmmcp-servernodejsroblox-developmentdeepseek-harnessdshdsh-plugin

Documentation

roblox-devforum-mcp

An MCP server that gives an AI coding agent the **Roblox

Developer Forum and the official creator docs**.

When your agent hits a Roblox bug, it can check whether Roblox already has it triaged, read the

accepted answer, and confirm the API before writing Luau.

No API key, no login, no setup.

Install

bash
claude mcp add roblox-devforum -- npx -y roblox-devforum-mcp

DeepSeek Harness:

bash
dsh plugin --profile web add roblox-devforum-mcp

Any other MCP client:

json
{
  "mcpServers": {
    "roblox-devforum": {
      "command": "npx",
      "args": ["-y", "roblox-devforum-mcp"]
    }
  }
}

Tools

ToolWhat it does
`search_devforum`Search the forum. Filters for category, tag, solved-only, likes and date. Pass several phrasings to run them at once.
`search_bugs`Search only the bug-report categories, so a hit means somebody reported the same symptom.
`get_thread`Read a topic as Markdown, accepted answer first, code blocks intact.
`get_replies`Page through a long thread.
`list_recent`Latest or top topics in a category or tag.
`list_categories`Every category and tag slug the filters accept.
`search_creator_docs`Search the docs by page content; pass `path` to read a page in full.
`get_engine_api`Signatures, security levels and deprecations from the live API dump.
`check_api_health`Check APIs before you ship: removed, deprecated, security-gated, yielding.
`get_whats_new`Recent platform changes — for "this worked last week".
`get_weekly_recap`Any Roblox Weekly Recap, current or historical.

Every tool is read-only, returns Markdown with source URLs, and stays inside a token budget.

`[answered]` beside a result means a reply was marked as the solution — by whoever opened the

thread, not by Roblox. Roblox does not publish a triage state, so read the thread to see

whether staff replied.

Example

> *"My DataStore:SetAsync keeps failing with `502: API Services rejected request`. Is this on

> Roblox's end?"*

The agent runs `search_bugs` on the error text, `get_thread` on the best hit, then

`check_api_health` before touching your code.

Configuration

All optional.

VariableDefaultPurpose
`DEVFORUM_CACHE_TTL``300`Search cache lifetime, in seconds.
`DEVFORUM_TIMEOUT_MS``12000`Per-request timeout.
`DEVFORUM_DEADLINE_MS``24000`Total time one request may spend, retries included.
`DEVFORUM_MAX_RETRIES``3`Retries on 429 and 5xx.
`DEVFORUM_CONCURRENCY``4`Simultaneous requests to the DevForum.
`DEVFORUM_CDN_CONCURRENCY``8`Simultaneous requests to GitHub-hosted docs.
`DEVFORUM_DOCS_SCAN``14`Doc pages scored per search.
`DEVFORUM_CACHE_DIR`OS temp dirWhere the API dump and docs index are cached.
`DEVFORUM_BASE_URL``https://devforum.roblox.com`Point at another Discourse instance.

A bad value is ignored, with a note on stderr, and the default is used.

Data sources

devforum.roblox.com (public Discourse API),

Roblox/creator-docs, and the

Roblox-Client-Tracker API dump.

Not affiliated with or endorsed by Roblox Corporation.

Development

bash
npm install && npm run build
npm test          # offline unit and server tests
npm run inspect   # MCP Inspector against the built server

License

MIT

Frequently asked questions

What is roblox-devforum-mcp?

roblox-devforum-mcp is Give your AI coding agent the Roblox DevForum and official creator docs — check if a bug is already known, read the accepted answer, and verify APIs before writing Luau.

How do I install roblox-devforum-mcp?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is roblox-devforum-mcp open source?

Yes — it is hosted on GitHub at https://github.com/EL4CTEO/roblox-devforum-mcp and has 3 stars.

Related MCP tools

KnockOutEZwigolo

The go-to web for your AI coding agent — local-first search, fetch, crawl & research over MCP. No API keys, no cloud, $0/query. Public beta.

4,906 TypeScript
mcpagentai+17
IvanMurzakUnity-MCP

AI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for free.

4,137 C#
aiai-integrationgame-development+16
atlassianatlassian-mcp-server

Official remote MCP server for Atlassian. Securely connect Jira, Confluence, Jira Service Management, Bitbucket, and Compass to Claude, ChatGPT, Cursor, VS Code, and other AI tools using OAuth 2.1 or API tokens.

1,015 JavaScript
aiai-agentsatlassian+17
riponcmprojectmem

Open-source coding agent memory. Records issues, attempts, fixes and decisions, then warns your agent before it repeats an approach that already failed. Native MCP server for Claude Code, Cursor, Antigravity and Codex. 100% local, no cloud, no telemetry. MIT.

796 Python
ai-agentsai-memoryai-tools+17
yamadashyrepomix

📦 Repomix is a powerful tool that packs your entire repository into a single, AI-friendly file. Perfect for when you need to feed your codebase to Large Lan...

19,761 TypeScript
aianthropicartificial-intelligence+17
jgravellejcodemunch-mcp

Cut AI token costs 95%+ on code exploration. The leading MCP server for precise, symbol-level GitHub code retrieval via tree-sitter AST. Works with Claude Code, Cursor & any MCP client. 313B+ tokens saved.

2,651 Python
claudeclaude-codeai-coding+17

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP