EXDST × FIGMA × ANTHROPIC MCP
An open-source MCP server that lets Claude, Cursor, and any MCP-aware client read AND write Figma design documents — not just read them. Built before Figma shipped the Claude Code plugin, Anthropic released Claude Design, and Google made Stitch.
The problem
For designers
Cursor, Claude Code, and ChatGPT eat developers' to-do list. Drafts, refactors, scaffolds — done in minutes.
The same agents stop at the door of Figma. The official Figma MCP is read-only. Designers were left out of the productivity boom.
What we built
An open-source MCP server, a WebSocket relay, and a Figma plugin that listens. Connect any MCP-aware client and design alongside the agent — read and write, in the same document context.
Figma surface
figma-mcp-server
figma-mcp-server
24 tools
across nodes, components, images, layouts
AI Agents
Capabilities
Each capability is one or more MCP tools. Click a tab to see a real prompt and what the plugin does in your document.
Prompt
MCP tools used
Results
Faster scaffolding
Components, properties, auto layouts spun up from a one-line prompt — not click-by-click.
Product of the Day
Featured on Product Hunt for our open-source community Figma MCP server.
GitHub stars
Adopted by designers and toolmakers around the open-source MCP community.
"We anticipated this gap would close — and it did. Figma, Claude Code, and Google Stitch all shipped their answers. We shipped first, won Product of the Day, and stayed open-minded enough to use whichever tool fits the project. Loyalty is to the outcome, not the codebase."
Anton T.
CTO, EXDST
What's changing
We shipped our Figma MCP server in December 2025 and presented the architecture at The Context #27 in January 2026.
Two months later, Figma rolled out their own Claude Code → Figma plugin. Google released Stitch. Anthropic released Claude Design. We anticipated the wave — and welcome it.
We pick whatever fits the project best — including tools we didn't ship ourselves. Loyalty is to the outcome, not the codebase.
Recognition
Our open-source Figma MCP server won Product of the Day on Product Hunt in January 2026. No paid upvotes, no warm-up campaign — just a useful tool, shared in the open.
View on Product Hunt
Get started
Clone, build, install in Figma, run the relay, point your client.
Clone the repository
git clone https://github.com/Antonytm/figma-mcp-server Build the Figma plugin
cd plugin npm i npm run build
Import the plugin in Figma
# Plugins → Development → Import plugin from manifest # select /plugin/manifest.json
Start the MCP server
cd mcp npm i npm run start # listens on http://localhost:38450
Connect your MCP client
# Streaming HTTP transport http://localhost:38450/mcp
Build journal
Talk to us
Want this running on your team's design files next week? Send a note. We'll come back with a connection plan, scoped to your designers' and developers' workflows.