Run Python for VS Code
io.github.hal9ai/run-python
Run Python code from natural language prompts, with optional PyPI package install.
client:VS Code
transport:streamable-http
tools:1
Install Run Python in VS Code
.vscode/mcp.json
{
"servers": {
"run-python": {
"type": "http",
"url": "https://next.hal9.ai/mcp/mcpbuild/run-python"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs