Open-source all-in-one control plane for multi-engine game creation workflows, starting with a Luau runtime companion and Blender integration.
Open-source all-in-one control plane for multi-engine game creation workflows, starting with a Luau runtime companion and Blender integration. That is what the gamedev all in one mcp mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.
Add to your MCP client config (Claude Desktop, Cursor, etc.):
Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.
The server publishes 6 tools. What each one is for:
project_init — Initialize project manifestinspect_project — Read manifest statedoctor — Validate environment and connectorslist_capabilities — List all tools and connector statusCategory — ToolsInstallation — 1. Copy runtime/roblox-studio-plugin/GamedevAllInOne.server.lua to your Plugins folder: - Windows: %LOCALAPPDATA%\Roblox\Plugins\ - MacPlenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Gamedev All In One MCP's toolset — project_init, inspect_project, doctor and 3 more — is a fair guide to whether it matches your workflow. It is maintained by dmae97; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| project_init | Initialize project manifest |
| inspect_project | Read manifest state |
| doctor | Validate environment and connectors |
| list_capabilities | List all tools and connector status |
| Category | Tools |
| Installation | 1. Copy runtime/roblox-studio-plugin/GamedevAllInOne.server.lua to your Plugins folder: - **Windows**: %LOCALAPPDATA%\Roblox\Plugins\ - **Mac**: ~/Documents/Roblox/Plugins/ 2. Restart Roblox Studio 3. Enable: **Game Sett |
{
"mcpServers": {
"gamedev-all-in-one": {
"command": "npx",
"args": ["-y", "npm"]
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.