manifest.json•624 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"}
]
}