Skip to content
Zed

roblox mcp for Zed

io.github.mrfentmen/roblox-mcp

Roblox user profiles from the public API. No key required.

client:Zed transport:stdio runtime:npm

Install roblox mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "roblox-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@mrfentmen/roblox-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

roblox mcp in other clients