Best for
- Developers who need to run AI-generated code safely
- Data scientists and analysts
- Users of Claude Desktop, Cursor, or VS Code
An officially maintained MCP server for HOPX sandboxed code execution, using stdio transport. Supports Python, JavaScript, Bash, and Go with a comprehensive toolset (execution, files, commands, environment variables), good documentation, and an MIT license. Best for users who need to run AI-generated code in an isolated cloud environment, provided they accept third-party cloud execution and manage an API key.
HOPX MCP Server is the official Model Context Protocol (MCP) server for HOPX, enabling AI assistants to execute code in isolated cloud containers. It supports Python, JavaScript, Bash, and Go, with pre-installed data analysis libraries like pandas, numpy, and matplotlib. It offers one-shot isolated execution and persistent sandboxes for multi-step workflows, with containers auto-destroyed after use. MIT-licensed, installed via the PyPI package hopx-mcp, runs over stdio, and requires an API key from hopx.ai.
{"mcpServers":{"hopx-sandbox":{"command":"uvx","args":["hopx-mcp"],"env":{"HOPX_API_KEY":"your-api-key-here"}}}}