js-design-mcp

Installation
SKILL.md

JiShi Design MCP

Use the jishi-design MCP server to read, export, and modify JiShi Design canvases.

First Step

Call list_plugin_clients before other tools. If no client is connected, ask the user to open the 九匠即时MCP plugin in JiShi Design and confirm it shows connected.

If multiple clients are connected, choose by info.docName and pass that clientId to every later tool. Without clientId, tools use the first online client.

Standard Flow

  1. Discover top-level frames with get_page_nodes.
  2. Drill into the target with get_node_children by id or name, or get_selection when the user selected nodes.
  3. Export with save_image or download_icons, or modify with execute_script.

Do not pull an entire large tree first. Probe with shallow maxDepth, then drill into specific child ids.

Tool Routing

Installs
35
GitHub Stars
3
First Seen
Jun 10, 2026
js-design-mcp — lgc2333/js-design-mcp-skill