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

Hugging Face
AI Model2026

Open-weights LLM fine-tuned for phone-based voice agents that prioritizes low latency and reliable tool/function calling. Based on NVIDIA Nemotron 3 Nano (30B total, 3.5B active), supports very long contexts (262,144 tokens) and recommends temperature=0 with thinking disabled for deployment.

GitHub
AI Agent2026

A curated collection of production-ready Agent Skills that turn tasks—presentation production, image generation, local KB retrieval, article assembly, and web-design—into agent-loadable skill folders. Uses a SKILL.md contract, supports multiple agent runtimes (Claude Code, Cursor, Codex), and offers modular install paths with pinned release zips.

GitHub

Indexes full text of visited web pages and local files on a self‑hosted server so you can search your personal knowledge from a web UI, terminal, CLI, or an AI assistant. Runs without mandatory telemetry, offers a browser extension for automatic capture, and supports optional semantic search via a configurable embeddings endpoint.