Preswald is a WASM packager for Python-based interactive data apps: bundle full complex data workflows, particularly visualizations, into single files, runnable completely in-browser, using Pyodide, DuckDB, Pandas, and Plotly, Matplotlib, etc. Build dashboards, reports, and notebooks that run offline, load fast, and share like a document.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"preswald": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-preswald"
]
}
}
}