stitch-mcp-get-project

Retrieve structured metadata and design system tokens from Stitch projects.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

When working with Google Stitch to generate UI screens, accessing an existing project's core metadata, design theme, and screen list manually is time-consuming and risks design inconsistencies. This Skill eliminates that friction by programmatically retrieving all required project details in one call.

Core Features & Use Cases

  • Project Metadata Retrieval: Pulls full project details including title, creation/update timestamps, device type, visibility, and project type.
  • Design Theme Extraction: Accesses the complete project design system, including color palettes, font specifications, spacing scales, and full design token documentation.
  • Use Case: If you are adding new screens to an existing Stitch e-commerce project, use this Skill to fetch the project's existing design theme and screen list to ensure all new screens match the established visual style.

Quick Start

Use the stitch-mcp-get-project skill to retrieve the full metadata and design theme for the Stitch project linked at https://stitch.withgoogle.com/projects/3780309359108792857.

Frequently Asked Questions about stitch-mcp-get-project

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

FAQPage Schema
How do I retrieve Stitch project metadata for existing UI screens?

To retrieve Stitch project metadata, use this Skill to programmatically pull project details, design theme tokens, and screen instance lists in a single call without manual interface navigation.

Can I extract design system tokens like color palettes and fonts from a Google Stitch project?

Yes, you can extract design system tokens from Google Stitch projects. This Skill accesses complete design themes including color palettes, font specifications, spacing scales, and full design token documentation.

What's the best way to ensure new UI screens match an existing Stitch project's visual style?

The best way to ensure visual consistency is fetching the project's existing design theme and screen list prior to creating new aligned screens, verifying project existence and extracting established design tokens.

What project details can I inspect from a Stitch project URL?

You can inspect Stitch project details including title, creation and update timestamps, device type, visibility, project type, design theme specifications, and full screen instance lists.

Do I need to manually navigate the Stitch interface to verify project existence before UI generation?

No, you do not need to manually navigate the Stitch interface. This Skill programmatically verifies project existence and retrieves authoritative project data including design themes for UI generation workflows.

Why does retrieving project design themes matter for UI generation workflows?

Retrieving project design themes matters because accessing an existing project's core metadata manually risks design inconsistencies. Programmatic retrieval eliminates friction and ensures new screens match established tokens.