Skip to main content
Glama

Figma MCP Server

MIT License
63,839
11,245
  • Linux
  • Apple
index.ts673 B
// Types export type { ExtractorFn, TraversalContext, TraversalOptions, GlobalVars, StyleTypes, } from "./types.js"; // Core traversal function export { extractFromDesign } from "./node-walker.js"; // Design-level extraction (unified nodes + components) export { simplifyRawFigmaObject } from "./design-extractor.js"; // Built-in extractors and afterChildren helpers export { layoutExtractor, textExtractor, visualsExtractor, componentExtractor, // Convenience combinations allExtractors, layoutAndText, contentOnly, visualsOnly, layoutOnly, // afterChildren helpers collapseSvgContainers, SVG_ELIGIBLE_TYPES, } from "./built-in.js";

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/GLips/Figma-Context-MCP'

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