fastview-ai/atta-desktop
A canvas your agent can read and write to — create charts, interactive data apps, SVG diagrams, and run local Python on the Atta Desktop canvas.
Create a chart (ECharts visualization) on the Atta Desktop canvas. Use when the user asks for a chart, graph, plot, or any quantitative visualization of data.
Create an interactive data app (a React app with a Python backend) on the Atta Desktop canvas. Use when the user wants interactivity — filters, inputs, controls, drill-downs — not just a static chart.
Add an SVG diagram to the Atta Desktop canvas — frames, arrows, flowcharts, metric trees, and other drawn structure. Use whenever the canvas needs spatial or relational structure rather than prose.
Edit or refine an existing block on the Atta Desktop canvas — charts, data apps, text, notes, and SVG. Use when the user asks to change, fix, or adjust something already on the canvas rather than create something new.
Read before using any Atta Desktop MCP tool. Ensures the Atta Desktop app is running with a canvas open so the local MCP server is reachable, and explains what to do when a tool call cannot connect.