brython
Brython (Browser Python) is an implementation of Python 3 running in the browser
brython MCP Server
MCP server for brython-dev/brython
Ready-to-Use Client Configurations
{
"mcpServers": {
"brython": {
"command": "npx",
"args": [
"-y",
"@brython-dev/brython"
]
}
}
}