Skip to main content
Glama

Figma MCP Server

MIT License
106,929
10,969
  • Linux
  • Apple
benchmark.test.ts359 B
import yaml from "js-yaml"; describe("Benchmarks", () => { const data = { name: "John Doe", age: 30, email: "john.doe@example.com", }; it("YAML should be token efficient", () => { const yamlResult = yaml.dump(data); const jsonResult = JSON.stringify(data); expect(yamlResult.length).toBeLessThan(jsonResult.length); }); });

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