Stitch MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| STITCH_API_KEY | Yes | Your Stitch API key |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| create_projectB | Create a new Stitch project |
| list_projectsA | List all available Stitch projects |
| generate_screenB | Generate a UI screen from a text prompt within a project |
| edit_screenB | Edit an existing screen using a text prompt |
| generate_variantsB | Generate design variants of an existing screen |
| get_screen_codeA | Retrieve the HTML code download URL (and extract full HTML if possible) for a generated screen |
| get_screen_imageA | Retrieve the base64 screenshot image download URL for a generated screen. |
| generate_and_fetch_codeA | One-step tool to generate a UI screen and immediately retrieve its HTML code |
| scaffold_project_filesB | Maps a specific screen from a project to a local file path. Use this to save UI designs directly into the user's workspace. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| create_web_app |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| projects |
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/0x-Professor/Stitch-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server