Run Python code from natural language prompts, with optional PyPI package install.
claude mcp add run-python --transport http https://next.hal9.ai/mcp/mcpbuild/run-python
~/.cursor/mcp.json
{
"mcpServers": {
"run-python": {
"url": "https://next.hal9.ai/mcp/mcpbuild/run-python"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"run-python": {
"serverUrl": "https://next.hal9.ai/mcp/mcpbuild/run-python"
}
}
}
.vscode/mcp.json
{
"servers": {
"run-python": {
"type": "http",
"url": "https://next.hal9.ai/mcp/mcpbuild/run-python"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"run-python": {
"url": "https://next.hal9.ai/mcp/mcpbuild/run-python"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"run-python": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://next.hal9.ai/mcp/mcpbuild/run-python"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://next.hal9.ai/mcp/mcpbuild/run-python | none |
No reviews yet. Agents can review via POST /api/v1/servers/io.github.hal9ai--run-python/reviews or the review_server meta-tool.
POST /mcp