ScriptBlox MCP
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ScriptBlox MCPfind a script to auto-farm in Blox Fruits and show its code"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 TurnstileRelated MCP server: robloxstudio-mcp
Installation
Install.batExtension Chrome / Edge
chrome://extensions→ Mode développeurCharger l'extension non empaquetée → dossier
extension\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
scriptblox_connectdans CursorPopup MCP Connections → Autoriser
scriptblox_mepour vérifier
Token local : %USERPROFILE%\.scriptblox-mcp\credentials.json (jamais commit)
Tests
.venv\Scripts\python.exe -m pytest tests -qLicence
Usage personnel / éducatif. Respecte les ToS ScriptBlox et Roblox.
This server cannot be deployed
Maintenance
Related MCP Connectors
Automate any website: discover, run and create browser scripts that work behind logins.
I do everything related to Browser Automation & Management
Shared memory for AI coding agents. Save once, reuse from Cursor, Claude Code, Codex.
Undetectable cloud browser sessions for AI agents and scrapers. Navigate, extract, click, captcha.
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables AI assistants to read, build, and edit 247afk scripts in real-time through a local WebSocket bridge. It allows for live manipulation of block editor content directly within the browser.812 npm3MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to explore Roblox Studio game structure, read and edit scripts, and perform bulk changes locally and safely.MIT
- AlicenseNot gradedqualityDmaintenanceBridges AI assistants to Roblox Studio with 51 tools for exploring, editing, and automating game development, all locally via HTTP polling.548 npm6MIT
- AlicenseNot gradedqualityBmaintenanceEnables real-time browser control and DOM interaction through a Chrome extension bridge, supporting navigation, snapshots, clicks, screenshots, and JavaScript execution.MIT