Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

Enables managing Stitch design projects via natural language, including listing projects, viewing details, retrieving screens, downloading assets, and generating new screens from text prompts.

README.md

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

📋 Prerequisites

Before using this extension, ensure you have the following:

  1. Claude Desktop - Latest version installed
  2. Node.js - v16 or newer
  3. Stitch Account - Access to stitch.withgoogle.com
  4. 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-mcp

2. Install Dependencies

npm install

3. Build the Project

npm run build

4. Run the Installer

chmod +x install-stitch-mcp.sh
./install-stitch-mcp.sh

🔐 Authentication

Option 1: API Key (Recommended for Quick Setup)

  1. Go to Stitch Settings
  2. Click your profile icon → Stitch Settings
  3. Navigate to API Keys section
  4. Click Create Key and copy the key
  5. When prompted during installation, paste your API key

Option 2: Application Default Credentials (ADC)

  1. Install gcloud CLI:
   curl https://sdk.cloud.google.com | bash
  1. Initialize gcloud:
   gcloud init
   gcloud auth application-default login
  1. Choose 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 3677573127824787033

List All Screens in a Project

/stitch Give me all the screens of project 3677573127824787033

Download Assets

/stitch Download the image of screen 6393b8177be0490f89eb8f2c1e4cfb37
/stitch Download the HTML of screen 6393b8177be0490f89eb8f2c1e4cfb37

Generate 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 Pro

Enhance 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 build

Watch Mode

npm run dev

Test

npm test

Lint

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 login

Permission 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:

---

Made with ❤️ for the design and AI community

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Other servers.