Skip to content

v1.2.0

Choose a tag to compare

@guptaprakhariitr guptaprakhariitr released this 24 Jun 05:55
· 3 commits to main since this release

Zero-friction connect

This release removes the fiddly bits new users hit when connecting.

  • No channel code to copy. Call join_channel with 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 -p form). Normally you never need this — the server hosts the relay in-process.
  • Friendlier plugin disconnect message and streamlined README.

Install / upgrade

  1. Point your MCP client at the server: npx -y aiconnect-figma-mcp (always pulls latest).
  2. Download aiconnect-figma-plugin.zip below, unzip, and import manifest.json via Figma desktop → Plugins → Development → Import plugin from manifest.
  3. Run the plugin, then ask your agent to join_channel — no arguments needed.

Builds on v1.1.0 (embedded relay) and the MIT relicense.