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.
Quick Start
Clone the repository:
git clone https://github.com/alvii147/piston-mcpClaude Desktop configuration example:
{
"mcpServers": {
"piston-mcp": {
"command": "npx",
"args": [
"-y",
"alvii147/piston-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.