Skip to main content
Glama

Figma MCP Server

by TimHolden
jest.setup.js337 B
import { jest } from '@jest/globals'; // Mock process globalThis.process = { ...process, env: { ...process.env, NODE_ENV: 'test' } }; // Mock window.fs globalThis.window = { ...globalThis.window, fs: { readFile: jest.fn(), writeFile: jest.fn(), readFileSync: jest.fn(), writeFileSync: jest.fn() } };

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/TimHolden/figma-mcp-server'

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