AIAny
Icon for item

Talk to Figma MCP

Connects AI coding agents (Cursor, Claude Code) to Figma through a WebSocket bridge, letting an agent read a design and edit it programmatically. Includes a Figma plugin and 40+ MCP tools for text, styling, components, and bulk edits.

Introduction

Most AI coding agents can describe a UI or generate front-end code, yet they stay blind to the actual Figma file the design lives in. This project closes that loop: it hands an agent a live, two-way channel into Figma, so it reads the real layer tree and writes changes straight back instead of working from a static screenshot or export.

What Sets It Apart
  • A live bridge, not a one-shot export. An MCP server, a WebSocket relay, and a Figma plugin form a round trip, so the agent operates on the running document — current selection, real node IDs, actual styles — and its edits land in the canvas immediately.
  • Breadth of control. 40+ tools span both reading and mutating: text, fills and styling, components and instances, prototyping connections, and native annotations, so one session can audit a file and then restructure it.
  • Built for scale. Bulk text replacement and instance-override propagation are chunked to survive large files, where editing nodes one at a time would stall — the gap between a demo and renaming 200 layers in a single pass.
Who It's For

Great fit if you live in Cursor or Claude Code and want an agent that manipulates design directly — auditing a design system, doing bulk copy edits, or scaffolding layouts from a prompt. Look elsewhere if you want a no-code visual editor, expect pixel-perfect generative design, or can't run a local WebSocket server alongside the Figma desktop plugin.

More Items

Turns fragile, implicit search progress into explicit, persistent, shared state for multi-agent information seeking — externalizes progress as Frontier Task, Evidence Graph, Coverage Map and Failure Memory, and uses pipeline-parallel scheduling plus a middleware harness to avoid repeated failed searches and improve utilization and throughput.

GitHub
AI Agent2026

Provides a lightweight Python harness that turns LLMs into working agents with tool-use, skills, persistent memory, permission controls and multi-agent coordination. Ships with a CLI/React TUI, 43+ built-in tools, a plugin/skill system and the ohmo personal-agent for chat gateways. Best for developers prototyping agent workflows and multi-agent experiments.

GitHub
AI Client2025

Turns Chromium into a local-first AI browser with an embedded assistant that can summarise pages, extract structured data, automate web tasks, and run scheduled agents. Built as an open-source Chromium fork with 53+ built-in browser tools, 40+ app integrations, and support for BYO AI keys or fully local models (Ollama / LM Studio).