Skip to main content
Glama
Cc-Zzh1

moonvy-ui-mcp

by Cc-Zzh1

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MOONVY_TOKENYesYour Moonvy login token, obtained from the browser console (copy from `window.app?.api?.$options?.token`)

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
moonvy_parse_urlA

Validate a Moonvy URL and return project, directory, and file IDs. Does not require authentication.

moonvy_list_pagesA

List folders and design files below a Moonvy project or directory URL. Call this first when only a project URL is known.

moonvy_get_designA

Return the design title, genome version, frame IDs, frame dimensions, and child counts for a Moonvy design URL.

moonvy_list_layersA

Return a flat layer index with node IDs, names, types, depth, absolute bounds, and parent-relative positions. Use it to find a node ID before requesting exact style.

moonvy_get_node_styleA

Return one node’s size, coordinates, distances to parent edges, fills, typography, borders, radius, effects, opacity, visibility, and directly usable CSS declarations.

moonvy_get_treeA

Return the nested design layer tree. Styles include exact UI values and CSS. Limit depth and node count to keep model context compact.

moonvy_extract_tokensB

Extract reusable colors, gradients, fonts, text metrics, radii, inferred padding/gaps, and shadows from a design.

moonvy_get_ui_specA

Recommended development tool: return design metadata, inferred design tokens, and a styled component tree in one response. Use frameId/maxDepth/maxNodes to control context size.

moonvy_download_assetA

Download a design slice, snapshot, image fill, or top-level file/preview into an absolute local output directory.

moonvy_clear_cacheA

Clear the in-memory genome cache after a design has changed and must be fetched again.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/Cc-Zzh1/moonvy-ui-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server