Servers
Python Runner MCP Server
@taiji1985
A MCP Server Of python runner
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"python_runner_mcp": {
"command": "uvx",
"args": [
"python-runner"
]
}
}
}