Skip to main content
Code ExecutionPython

alvii147/piston-mcp

MCP server that lets LLMs execute code through the Piston remote code execution engine, with a zero-config `uv` setup and a ready-to-use Claude Desktop config example.

code-executioncloud-servicemacoswindowslinux
Share:

Quick Start

Clone the repository:

git clone https://github.com/alvii147/piston-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "piston-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "alvii147/piston-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Code Execution
Language
Python
Author
alvii147