brython

GitHub

Brython (Browser Python) is an implementation of Python 3 running in the browser

6,595 stars Python Python

brython MCP Server

MCP server for brython-dev/brython

Ready-to-Use Client Configurations
{
  "mcpServers": {
    "brython": {
      "command": "npx",
      "args": [
        "-y",
        "@brython-dev/brython"
      ]
    }
  }
}