Skip to main content
Glama

Figma MCP Server

by xxflux
manifest.json624 B
{ "name": "Figma MCP", "id": "1234567890123456789", "api": "1.0.0", "main": "dist/code.js", "ui": "dist/ui.html", "editorType": ["figma"], "networkAccess": { "allowedDomains": ["http://localhost:8080", "ws://localhost:8080"], "devAllowedDomains": ["http://localhost:8080", "ws://localhost:8080"], "reasoning": "This plugin needs to communicate with a local MCP server to create and modify design elements based on instructions from Cursor Agent." }, "permissions": ["currentuser"], "documentAccess": "document", "menu": [ {"name": "Create from MCP", "command": "create-from-mcp"} ] }

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/xxflux/figma_MCP'

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