stitch-mcp-list-screens

Parse Stitch project screen list responses to extract numeric screen IDs.

38|5|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/gabelul/stitch-kit --skill stitch-mcp-list-screens
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stitch-mcp-list-screens
Source: https://github.com/gabelul/stitch-kit/tree/main/skills/stitch-mcp-list-screens
Command: npx skills add https://github.com/gabelul/stitch-kit --skill stitch-mcp-list-screens

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the tedious manual work of searching for the ID of a newly generated Stitch screen, which is required to retrieve the screen's full design details and assets for implementation.

Core Features & Use Cases

  • List All Project Screens: Retrieve a complete list of all screens in a specified Stitch project, including screen titles, device types, and screenshot previews.
  • Fetch New Screen IDs: Instantly get the ID of a screen just created via generate_screen_from_text without manual hunting through project files.
  • Use Case: After generating 8 mobile app screens in Stitch for a client project, use this Skill to pull the full screen list, grab the ID of the latest payment screen, and retrieve its full design assets for development handoff.

Quick Start

Use the stitch-mcp-list-screens skill to list all screens in your Stitch project and get the ID of the most recently generated screen.

Frequently Asked Questions about stitch-mcp-list-screens

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get the screen ID of a newly generated Stitch screen?

To get the screen ID of a newly generated Stitch screen, you can list all project screens to instantly retrieve the unique numeric identifiers for each design. This allows you to track and fetch specific screen details without manual searching.

What is the best way to retrieve all screen IDs from a Stitch project?

The best way to retrieve all screen IDs from a Stitch project is by listing the screens to extract their numeric identifiers. This process returns a complete list including screen titles, device types, and screenshot previews for project auditing.

Can I check for duplicate screens in a Stitch project before generating a new one?

Yes, you can check for duplicate screens in a Stitch project by listing all existing screens and retrieving their IDs before generation. This pre-generation duplicate checking ensures you avoid creating redundant designs.

Does the Stitch MCP list screens tool return details besides the screen ID?

Yes, the Stitch MCP list screens tool returns additional details besides the screen ID. When you retrieve the project screen list, it includes the screen titles, device types, and screenshot previews for comprehensive project auditing.

Why do I need a numeric screen ID from Stitch for development handoff?

You need the numeric screen ID from Stitch for development handoff because it is a required parameter for downstream get_screen tool calls. Retrieving this ID allows you to fetch the full design details and assets needed for implementation.

How do I parse the Stitch MCP list screens response to extract screen IDs?

To parse the Stitch MCP list screens response and extract screen IDs, apply a workflow that retrieves the unique numeric identifiers from the project screen list. This provides the exact IDs required for subsequent get_screen tool calls.