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": "@caelinsutch/mcp-server",
"version": "0.0.1",
"type": "module",
"description": "MCP server for interacting with Figma through Claude Desktop and other MCP clients",
"main": "dist/index.js",
"bin": {
"figma-mcp": "dist/index.js"
},
"scripts": {
"dev": "tsx --watch src/index.ts",
"build": "tsup && chmod +x dist/*.js",
"start": "node dist/index.js",
"type:check": "tsc --noEmit"
},
"dependencies": {
"@caelinsutch/types": "workspace:*",
"@modelcontextprotocol/sdk": "^1.20.2",
"uuid": "^11.0.5",
"ws": "^8.18.0",
"zod": "^3.25.56"
},
"devDependencies": {
"@caelinsutch/typescript-config": "workspace:*",
"@types/node": "^22.15.21",
"@types/uuid": "^10.0.0",
"@types/ws": "^8.5.14",
"tsup": "^8.5.0",
"tsx": "^4.19.4",
"typescript": "^5.7.2"
}
}