We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/oabolade/figma_mcp_server_actor'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"actorSpecification": 1,
"name": "figma-mcp-server",
"title": "Figma MCP Server",
"description": "Model Context Protocol server enabling AI assistants to interact with Figma designs and projects using natural language commands",
"version": "0.1",
"usesStandbyMode": true,
"minMemoryMbytes": 512,
"maxMemoryMbytes": 4096,
"webServerMcpPath": "/mcp",
"meta": {
"templateId": "ai-generated-actor",
"generatedBy": "composer"
},
"input": "./input_schema.json",
"output": "./output_schema.json",
"storages": {
"dataset": "./dataset_schema.json"
},
"dockerfile": "../Dockerfile"
}