---
title: "atta-desktop"
description: "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."
canonical: https://agentpluginsdirectory.com/plugins/atta-desktop
last-updated: 2026-09-21
---

# 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.
- Slug: atta-desktop
- Publisher: Atta
- Repository: https://github.com/fastview-ai/atta-desktop-plugin
- Manifest: plugin.json
- Version: 0.1.0
- License: MIT
- Category (editorial): design-frontend
- Skills: 5 (create-chart, create-data-app, create-svg, editing-blocks, ensure-desktop-running)
- MCP servers: 1 (atta-desktop)
- Stars: 0
- Repository created: 2026-08-06
- Repository last pushed: 2026-08-06
- Publisher type: Organization
- Listing: https://agentpluginsdirectory.com/plugins/atta-desktop
- Schema: https://agent-plugins.org/schemas/1.0.0/plugin.schema.json

## What atta-desktop does, in the publisher's words

Atta Desktop plugin

Connect your AI agent to Atta Desktop, a canvas your agent can read and write to. Create charts, interactive data apps, and SVG diagrams, run local Python, and lay out an analysis on an infinite canvas, all from a prompt.

Built on the Agent Plugins open standard, so one install works across Cursor, Claude Code, Codex, VS Code, and other compatible clients.

- Atta Desktop, running with a canvas open. Download.
- One of the supported clients below.

From the project README, punctuation lightly normalized. Full text: https://raw.githubusercontent.com/fastview-ai/atta-desktop-plugin/HEAD/README.md

## Skills

- create-chart: 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-data-app: 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.
- create-svg: 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.
- editing-blocks: 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.
- ensure-desktop-running: 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.

Descriptions come from the frontmatter of each SKILL.md, punctuation lightly normalized.

## MCP servers

- atta-desktop: transport: streamable-http; url: http://127.0.0.1:17340/mcp

Read from the plugin's own mcp.json. Environment variable names only, never values.
