marimo

GitHub

A reactive notebook for Python โ€” run reproducible experiments, query with SQL, execute as a script, deploy as an app, and version with git.

marimo MCP Server

MCP server for marimo-team/marimo

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