Codebox MCP provides remote coding environment for AI and agents. It allows AI to act in agent mode to fully automatically develop any apps or websites or data analysis scripts at your request (python, js, desktop electron apps or anything).
npm install code-sandbox-mcpCodebox MCP provides remote coding environment for AI and agents. It allows AI to act in agent mode to fully automatically develop any apps or websites or data analysis scripts at your request (python, js, desktop electron apps or anything).
Capability:
- Build website, read/write code in remote code sandbox
- Execute commands safely in remote sandbox to test the code and fix bugs
- Serve code as real website URL to test demo
- Publish static html, js, css files as public website URL to share
``json``
{
"mcpServers": {
"code-sandbox-dev": {
"command": "npx",
"args": ["code-sandbox-mcp"]
}
}
}