
MCP Server
302ai
public
302_sandbox_mcp
302 Sandbox MCP
Repository Info
20
Stars
2
Forks
20
Watchers
2
Issues
JavaScript
Language
MIT License
License
About This Server
302 Sandbox MCP
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
# <p align="center">π€ 302AI Sandbox MCP Serverπβ¨</p>
<p align="center">An MCP service with code sandbox that allows AI assistants to safely execute arbitrary code.</p>
<p align="center"><a href="https://www.npmjs.com/package/@302ai/sandbox-mcp" target="blank"><img src="https://file.302.ai/gpt/imgs/github/20250102/72a57c4263944b73bf521830878ae39a.png" /></a></p >
<p align="center"><a href="README_zh.md">δΈζ</a> | <a href="README.md">English</a> | <a href="README_ja.md">ζ₯ζ¬θͺ</a></p>

## Previews
Here are some usage examples


Here is the list of supported tools

## β¨ Features β¨
- π§ Dynamic Loading - Automatically update tool list from remote server.
- π Multi modes supported, you can use `stdin` mode locally, or host it as a remote HTTP server
## π Tool List
- [One-click Code Execution](https://302ai.apifox.cn/api-276039652)
- [Create Sandbox](https://302ai.apifox.cn/api-276079606)
- [Query Your Sandbox List](https://302ai.apifox.cn/api-276086526)
- [Destroy Sandbox](https://302ai.apifox.cn/api-276092957)
- [Run-Code](https://302ai.apifox.cn/api-276100061)
- [Run Command Line](https://302ai.apifox.cn/api-276106261)
- [Query File Information at Specified Path](https://302ai.apifox.cn/api-276110558)
- [Import File Data into Sandbox](https://302ai.apifox.cn/api-276123813)
- [Export Sandbox Files](https://302ai.apifox.cn/api-276123525)
## Development
Install dependencies:
```bash
npm install
```
Build the server:
```bash
npm run build
```
For development with auto-rebuild:
```bash
npm run watch
```
## Installation
To use with Claude Desktop, add the server config:
On MacOS: `~/Library/Application Support/Claude/claude_desktop_config.json`
On Windows: `%APPDATA%/Claude/claude_desktop_config.json`
```json
{
"mcpServers": {
"302ai-sandbox-mcp": {
"command": "npx",
"args": ["-y", "@302ai/sandbox-mcp"],
"env": {
"302AI_API_KEY": "YOUR_API_KEY_HERE"
}
}
}
}
```
To use with Cherry Studio, add the server config:
```json
{
"mcpServers": {
"Li2ZXXJkvhAALyKOFeO4N": {
"name": "302ai-sandbox-mcp",
"description": "",
"isActive": true,
"registryUrl": "",
"command": "npx",
"args": [
"-y",
"@302ai/[email protected]"
],
"env": {
"302AI_API_KEY": "YOUR_API_KEY_HERE"
}
}
}
}
```
To use with ChatWise, copy the following content to clipboard
```json
{
"mcpServers": {
"302ai-sandbox-mcp": {
"command": "npx",
"args": ["-y", "@302ai/sandbox-mcp"],
"env": {
"302AI_API_KEY": "YOUR_API_KEY_HERE"
}
}
}
}
```
Go to Settings -> Tools -> Add button -> Select Import from Clipboard

### Find Your 302AI_API_KEY [here](https://dash.302.ai/apis/list)
[Using Tutorials](https://help.302.ai/en/docs/API-guan-li)
### Debugging
Since MCP servers communicate over stdio, debugging can be challenging. We recommend using the [MCP Inspector](https://github.com/modelcontextprotocol/inspector), which is available as a package script:
```bash
npm run inspector
```
The Inspector will provide a URL to access debugging tools in your browser.
## β¨ About 302.AI β¨
[302.AI](https://302.ai/en/) is an enterprise-oriented AI application platform that offers pay-as-you-go services, ready-to-use solutions, and an open-source ecosystem.β¨
1. π§ Integrates the latest and most comprehensive AI capabilities and brands, including but not limited to language models, image models, voice models, and video models.
2. π Develops deep applications based on foundation models - we develop real AI products, not just simple chatbots
3. π° Zero monthly fee, all features are pay-per-use, fully open, achieving truly low barriers with high potential.
4. π Powerful management backend for teams and SMEs - one person manages, many people use.
5. π All AI capabilities provide API access, all tools are open source and customizable (in progress).
6. π‘ Strong development team, launching 2-3 new applications weekly, products updated daily. Developers interested in joining are welcome to contact us.
Quick Start
1
Clone the repository
git clone https://github.com/302ai/302_sandbox_mcp2
Install dependencies
cd 302_sandbox_mcp
npm install3
Follow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Owner302ai
Repo302_sandbox_mcp
Language
JavaScript
LicenseMIT License
Last fetched8/8/2025
Recommended MCP Servers
π¬
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
integrationsdiscordchat
π
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
integrationsautomationsaas
π·οΈ
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
apifycrawlerdata
π
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
testingqabrowsers
β‘
Zapier MCP
A Zapier server that provides automation capabilities for various apps.
zapierautomation