Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
mcp-figma
by
thirdstrandstudio
Verified
npm
GitHub
Art & Culture
Developer Tools
TypeScript
MIT License
54
16
Apple
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
mcp-figma
src
Dockerfile
.gitattributes
.gitignore
glama.json
index.ts
LICENSE
openapi.yaml
package.json
package-lock.json
README.md
smithery.yaml
tsconfig.json
{ "compilerOptions": { "target": "ES2020", "module": "ESNext", "moduleResolution": "node", "esModuleInterop": true, "outDir": "./dist", "rootDir": ".", "strict": true, "declaration": true, "skipLibCheck": true, "allowSyntheticDefaultImports": true }, "include": [ "./**/*.ts" ], "exclude": [ "node_modules", "**/*.test.ts" ] }