Skip to main content
Glama

Figma MCP Server

by 1yhy
tsconfig.json738 B
{ "compilerOptions": { "baseUrl": "./", "paths": { "~/*": ["./src/*"] }, "target": "ES2020", "lib": ["ES2021", "DOM"], "module": "NodeNext", "moduleResolution": "NodeNext", "resolveJsonModule": true, "allowJs": true, "checkJs": true, /* EMIT RULES */ "outDir": "./dist", "declaration": true, "declarationMap": true, "sourceMap": true, "removeComments": true, "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true }, "include": ["src/**/*", "test-*.ts", "test/test-simplify.ts", "script/custom/test-figma-api.ts", "script/custom/test-figma-comparison.ts", "script/custom/test-figma-data.ts"] }

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

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