# CC Fig MCP Plugin Files ## File 1: manifest.json ```json { "name": "CC Fig MCP Plugin", "id": "cc-fig-mcp-plugin", "api": "1.0.0", "main": "code.js", "ui": "ui.html", "editorType": [ "figma", "figjam" ], "permissions": ["teamlibrary"], "networkAccess": { "allowedDomains": ["none"], "devAllowedDomains": [ "http://localhost:3055", "ws://localhost:3055" ], "reasoning": "Connects to local WebSocket server for Claude MCP integration" }, "documentAccess": "dynamic-page", "enableProposedApi": true, "enablePrivatePluginApi": true } ``` ## Installation Steps: 1. Save the 3 files (manifest.json, code.js, ui.html) to a folder 2. In Figma Desktop: Menu → Plugins → Development → Import plugin from manifest 3. Select manifest.json 4. Plugin installs as "CC Fig MCP Plugin" ## Files are ready at: - Individual files: http://95.217.8.116:8800/cc-fig-plugin-download/ - Package: http://95.217.8.116:8800/plugin.tar.gz Note: code.js and ui.html are large files (129KB and 52KB) - too big to paste here.