Skip to main content
Glama

Figma MCP PRO

by artemsvit
.eslintrc.json695 B
{ "env": { "es2022": true, "node": true, "jest": true }, "parser": "@typescript-eslint/parser", "parserOptions": { "ecmaVersion": "latest", "sourceType": "module" }, "plugins": ["@typescript-eslint"], "rules": { "@typescript-eslint/no-unused-vars": ["warn", { "argsIgnorePattern": "^_" }], "@typescript-eslint/no-explicit-any": "off", "no-console": "off", "no-debugger": "warn", "prefer-const": "warn", "no-var": "error", "no-undef": "off", "no-case-declarations": "off", "no-prototype-builtins": "off" }, "ignorePatterns": [ "dist/", "node_modules/", "*.js", "jest.setup.js", "jest.config.mjs" ] }

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/artemsvit/Figma-MCP-Pro'

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