Claude Stitch MCP
Provides tools to manage Stitch design projects, screens, and assets, and to generate new screens using AI, leveraging Google's Gemini models.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Claude Stitch MCPList my Stitch projects"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Claude Stitch MCP
The Stitch extension for Claude enables you to interact with the Stitch MCP (Model Context Protocol) server using natural language commands. This makes it easier to manage your design projects directly through Claude.
⨠Features
šØ List Projects: View a list of your Stitch projects
šØ Project Details: Get detailed information about a specific project
šØ Retrieve Screens: Access all screens within a given project
šØ Download Assets: Download assets such as images and HTML files
šØ Generate Screen From Text: Generate new screens from text prompts using Gemini models
šØ Enhance Prompts: Automatically improve your design prompts with AI
Related MCP server: Stitch-MCP
š Prerequisites
Before using this extension, ensure you have the following:
Claude Desktop - Latest version installed
Node.js - v16 or newer
Stitch Account - Access to stitch.withgoogle.com
Google Cloud Credentials - Either an API Key or ADC authentication setup
š Quick Installation
1. Clone the Repository
git clone https://github.com/shoaibjin27-spec/claude-stitch-mcp.git
cd claude-stitch-mcp2. Install Dependencies
npm install3. Build the Project
npm run build4. Run the Installer
chmod +x install-stitch-mcp.sh
./install-stitch-mcp.shš Authentication
Option 1: API Key (Recommended for Quick Setup)
Go to Stitch Settings
Click your profile icon ā Stitch Settings
Navigate to API Keys section
Click Create Key and copy the key
When prompted during installation, paste your API key
Option 2: Application Default Credentials (ADC)
Install gcloud CLI:
curl https://sdk.cloud.google.com | bashInitialize gcloud:
gcloud init gcloud auth application-default loginChoose ADC option during installation
š” Usage
Once installed, start Claude and use natural language commands:
List Your Projects
/stitch What Stitch projects do I have?Get Project Details
/stitch Tell me details about project 3677573127824787033List All Screens in a Project
/stitch Give me all the screens of project 3677573127824787033Download Assets
/stitch Download the image of screen 6393b8177be0490f89eb8f2c1e4cfb37
/stitch Download the HTML of screen 6393b8177be0490f89eb8f2c1e4cfb37Generate New Screens
/stitch Design a mobile app for people who love skiing in the Alps
/stitch Create a landing page for a podcast about Design and AI using Gemini 3 ProEnhance Prompts
/stitch Enhance this prompt: "Design a beautiful dark mode dashboard"š Project Structure
claude-stitch-mcp/
āāā src/
ā āāā server.ts # Main MCP server
ā āāā tools/
ā ā āāā list-projects.ts
ā ā āāā get-project-details.ts
ā ā āāā list-screens.ts
ā ā āāā download-asset.ts
ā ā āāā generate-screen.ts
ā ā āāā enhance-prompt.ts
ā āāā config.ts # Configuration handling
āāā dist/ # Compiled JavaScript
āāā package.json
āāā tsconfig.json
āāā claude-stitch-mcp.json # MCP manifest
āāā install-stitch-mcp.sh # Installation script
āāā README.mdāļø Configuration
The extension uses environment variables for configuration:
# Required
export STITCH_API_KEY="your-api-key" # or use ADC
export STITCH_AUTH_TYPE="api_key" # or "adc"
# Optional
export STITCH_PROJECT_ID="your-project-id"
export STITCH_BASE_URL="https://stitch.withgoogle.com/api"š ļø Development
Build
npm run buildWatch Mode
npm run devTest
npm testLint
npm run lintš Troubleshooting
Tool Not Found
Restart Claude completely
Verify installation:
ls -la ~/.claude/mcp/Check logs:
tail -100 ~/.claude/logs/mcp.log
Authentication Failed
# For API Key
export STITCH_API_KEY="your-key-here"
# For ADC
gcloud auth application-default loginPermission Denied on Script
chmod +x install-stitch-mcp.shš Resources
š License
Apache License 2.0 - See LICENSE file for details
š¤ Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
š¬ Support
For issues, questions, or feature requests:
Open an Issue
Check existing Discussions
Made with ā¤ļø for the design and AI community
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceEnables AI assistants to interact with Figma designs using natural language commands, supporting file analysis, component extraction, asset export, comment management, and design system queries through the Figma API.2,2351ISC
- Flicense-qualityDmaintenanceAn MCP server that exposes Google Stitch's AI-powered UI design capabilities as local tools. It enables project management, screen generation/editing, and design system operations by forwarding requests to Google's Stitch API.1
- Alicense-qualityDmaintenanceStable stdio MCP server for Google Stitch AI UI design tool, eliminating the proxy subprocess to prevent crashes. Provides tools to manage projects, screens, design systems, and generate UI designs.44MIT
- Alicense-qualityDmaintenanceEnables AI-powered UI/UX design generation and management via Google Stitch, handling OAuth authentication automatically for MCP clients like Claude Code and Cursor.232MIT
Related MCP Connectors
Manage projects, tasks, time tracking, and team collaboration through natural language.
Sync Lightroom, Figma, Dropbox & Canva assets to WordPress and Shopify via natural language.
Sync Lightroom, Figma, Dropbox & Canva assets to WordPress and Shopify via natural language.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/shoaibjin27-spec/claude-stitch-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server