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
- Discover top-level frames with
get_page_nodes. - Drill into the target with
get_node_childrenbyidorname, orget_selectionwhen the user selected nodes. - Export with
save_imageordownload_icons, or modify withexecute_script.
Do not pull an entire large tree first. Probe with shallow maxDepth, then drill into specific child ids.