Skip to main content
Glama

ScriptBlox MCP

Pont Cursor ↔ ScriptBlox : recherche, lecture, upload/edit/delete via extension Chrome + serveur MCP local.

Repo : https://github.com/ErrorNoName/scriptblox-mcp

Hubs associés : https://github.com/ErrorNoName/Xeno-Hubs

Architecture

Cursor ──stdio──► scriptblox-mcp (FastMCP)
                      │
                      ├── HTTP 127.0.0.1:8767  (auth + jobs Turnstile)
                      │
Chrome extension ◄────┘
   └── content script sur scriptblox.com
         • popup « MCP Connections » (consent scopes)
         • jobs upload + captcha Cloudflare Turnstile

Related MCP server: robloxstudio-mcp

Installation

Install.bat

Extension Chrome / Edge

  1. chrome://extensions → Mode développeur

  2. Charger l'extension non empaquetée → dossier extension\

  3. Login sur https://scriptblox.com/

Cursor mcp.json

{
  "mcpServers": {
    "scriptblox": {
      "command": "C:\\path\\to\\scriptblox-mcp\\.venv\\Scripts\\python.exe",
      "args": ["C:\\path\\to\\scriptblox-mcp\\run_mcp.py"],
      "env": {
        "SCRIPTBLOX_MCP_HOST": "127.0.0.1",
        "SCRIPTBLOX_MCP_PORT": "8767"
      }
    }
  }
}

Connexion

  1. scriptblox_connect dans Cursor

  2. Popup MCP Connections → Autoriser

  3. scriptblox_me pour vérifier

Token local : %USERPROFILE%\.scriptblox-mcp\credentials.json (jamais commit)

Tests

.venv\Scripts\python.exe -m pytest tests -q

Licence

Usage personnel / éducatif. Respecte les ToS ScriptBlox et Roblox.

Maintenance

ActivityMaintained
ResponsivenessSyncing

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ErrorNoName/scriptblox-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server