mcpserver.lol
registry/googleapis-mcp-14
Connection check verified live · 20h ago

googleapis-mcp-14

Interact with the Stitch API using natural language commands.

Tools 15
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 20h ago

Tools & capabilities

15 tools

Read from the running server on 20h ago.

apply_design_system can modify data assetId*projectId*selectedScreenInstances*
Applies a design system to a list of screens. Use this tool when the user wants to update one or more screens to match the style of a design system. This tool applies the selected…
create_design_system can modify data projectIddesignSystem*
Creates a new design system for a project. Use this tool when the user wants to set or update the overall visual theme, style, or branding of the application. This includes configu…
create_design_system_from_design_md can modify data projectId*deviceTypeselectedScreenInstance*
Creates a design system for a project, with user uploaded DESIGN.md file, and displays the design system in the UI. **Instructions for Tool Call:** * Should call `upload_design_m…
create_project can modify data title
Creates a new Stitch project. A project is a container for UI designs and frontend code.
delete_project can modify data name*
Deletes a specific Stitch project using its project name. **Instructions for Tool Call:** * This action cannot be undone. Please confirm with "yes" or "no" to proceed.
edit_screens can modify data prompt*modelIdprojectId*deviceTypeselectedScreenIds*
Edits existing screens within a project using a text prompt. **Instructions for Tool Call:** * This action can take a few minutes to complete. Please be patient. DO NOT RETRY. *…
generate_screen_from_text can modify data prompt*modelIdprojectId*deviceTypedesignSystem
Generates a new screen within a project from a text prompt. **Instructions for Tool Call:** * This action can take a few minutes to complete. Please be patient. DO NOT RETRY. *…
generate_variants can modify data prompt*modelIdprojectId*deviceTypevariantOptions*selectedScreenIds*
Generates variants of existing screens within a project using a text prompt. **Instructions for Tool Call:** * If the tool fails with a timeout, don't retry. Instead, try to get…
get_project read-only name*
Retrieves the details of a specific Stitch project using its project name.
get_screen read-only name*screenId*projectId*
Retrieves the details of a specific screen within a project.
list_design_systems read-only projectId
Lists all design systems for a given project.
list_projects read-only filter
Lists all Stitch projects accessible to the user. By default, it lists projects owned by the user.
list_screens read-only projectId*
Lists all screens within a given Stitch project.
update_design_system can modify data name*projectId*designSystem*
Updates a design system for a project. Use this tool when the user wants to change the overall visual theme, style, or branding of the application. This includes configuring: - Col…
upload_design_md can modify data projectId*designMdBase64*
Uploads DESIGN.md to a Stitch project. Use this tool when the user wants to create a design system from a DESIGN.md file. **Instructions for Tool Call:** * Call `create_design_sy…