v1.2.0
Zero-friction connect
This release removes the fiddly bits new users hit when connecting.
- No channel code to copy. Call
join_channelwith no arguments — the server detects the running plugin's channel (it observes it through the built-in relay) and connects automatically. (You can still pass a channel code explicitly for an external relay or multiple plugins.) - The plugin connects on its own. Once your AI agent is running (which starts the MCP server, which hosts the relay), the plugin panel turns green by itself — no button to press.
- Cleaner standalone relay command. If you ever want to run the relay separately:
npx -y aiconnect-figma-mcp relay(replaces the awkward-pform). Normally you never need this — the server hosts the relay in-process. - Friendlier plugin disconnect message and streamlined README.
Install / upgrade
- Point your MCP client at the server:
npx -y aiconnect-figma-mcp(always pulls latest). - Download
aiconnect-figma-plugin.zipbelow, unzip, and importmanifest.jsonvia Figma desktop → Plugins → Development → Import plugin from manifest. - Run the plugin, then ask your agent to
join_channel— no arguments needed.
Builds on v1.1.0 (embedded relay) and the MIT relicense.