pywry
01Plugin Claude Code
Plugin marketplace listing 1 plugin: pywry.
Plugin Claude Code
Plugin marketplace listing 1 plugin: pywry.
Plugin Claude Code
Native Claude Code integration for PyWry — MCP tools for generating and rendering HTML components, chat artifacts, and building native, web, or Jupyter applications with live preview. Built-in support for AgGrid, Plotly, TradingView, and more.
MCP server Claude CodeCodexCursor +2
MCP server "pywry" as configured in deeleeramone/PyWry. Launched with pywry mcp --transport stdio.
Agent
Builds PyWry widgets, dashboards, chat UIs, and TradingView charts end‑to‑end by orchestrating the PyWry MCP tools. Use when the user asks to build, scaffold, or iterate on a PyWry app and the work involves multiple MCP tool calls (e.g. create widget → populate data → add toolbar → wire events → export).
Command
Diagnose the PyWry install (Python interpreter, pywry[mcp] extra, native binary, MCP server reachability).
Command
List bundled PyWry examples or run one headlessly and report its output.
Command
Scaffold a minimal PyWry app in a new directory (main.py, pyproject.toml, README.md).
Hook
Runs after a tool call finishes for Write and Edit tool calls, running an inline shell check. From deeleeramone/PyWry.
Skill Claude CodeCodex
When to reach for PyWry MCP tools (native webview rendering, Plotly, TradingView, AgGrid, chat) instead of writing Flask/Streamlit/Dash/Electron code. Use at the start of any task involving interactive UI, dashboards, charts, or chat widgets driven from Python.
Skill Claude CodeCodex
Opens a dedicated auth window → user logs in at provider → callback captured on ephemeral localhost server → tokens returned.
Skill Claude CodeCodex
Autonomous PyWry application building using LLM sampling, elicitation, and progress reporting.
Skill Claude CodeCodex
The chat component provides a full-featured conversational UI with.
Skill Claude CodeCodex
How an agent operates inside a PyWry chat widget — reading user messages, attachments, @-context, tool-call result cards, edit/resend, settings changes.
Skill Claude CodeCodex
These are the ONLY events that work for updating widgets. Use sendevent tool with these event types.
Skill Claude CodeCodex
The most reliable way to target elements is by componentid.
Skill Claude CodeCodex
Skill "data_visualization" from deeleeramone/PyWry, covering data visualization, plotly charts, creating a chart, create figure and show as widget.
Skill Claude CodeCodex
You're creating widgets for a production SSE server with.
Skill Claude CodeCodex
The PyWry event system — namespaced events, request/response round-trips, widget IDs, component IDs, and how tool results flow back to the agent.
Skill Claude CodeCodex
Skill "forms_and_inputs" from deeleeramone/PyWry, covering forms and user input, available input components, basic form pattern, collecting form data and from events.
Skill Claude CodeCodex
You're creating widgets to be embedded as iframes in external pages.
Skill Claude CodeCodex
Skill "interactive_buttons" from deeleeramone/PyWry, covering interactive buttons - mandatory pattern, the only correct way to create buttons, how it works, supported actions and more examples.
Skill Claude CodeCodex
This skill covers building PyWry widgets for Jupyter notebooks via MCP tools.
Skill Claude CodeCodex
Modals are reusable overlay dialogs that can contain any content - forms, confirmations, information panels, or custom HTML. They follow the same pattern as toolbars, passed to .show- functions.
Skill Claude CodeCodex
You're creating widgets for a native desktop window powered by.