We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/caelinsutch/agent-to-figma-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"name": "agent-to-figma-mcp",
"private": true,
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"lint": "biome check",
"lint:fix": "biome check --write",
"format": "biome format --write .",
"type:check": "turbo run type:check",
"prepare": "husky"
},
"devDependencies": {
"@biomejs/biome": "^2.3.10",
"husky": "^9.1.7",
"turbo": "^2.7.2",
"typescript": "5.9.2"
},
"engines": {
"node": ">=18"
},
"packageManager": "bun@1.3.5",
"workspaces": [
"apps/*",
"packages/*"
]
}