Figma Edit MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 109 installs a week from npm. Last commit 4 Aug 2026.
Programmatically read, create, and modify Figma designs via MCP.
We read the source, 17 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
connectionStatus.innerHTML =
message ||
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add figma-edit-mcp -- npx -y figma-edit-mcp
{
"mcpServers": {
"figma-edit-mcp": {
"args": [
"-y",
"figma-edit-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.figma-edit-mcp]
command = "npx"
args = ["-y", "figma-edit-mcp"]
{
"mcpServers": {
"figma-edit-mcp": {
"args": [
"-y",
"figma-edit-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"figma-edit-mcp": {
"args": [
"-y",
"figma-edit-mcp"
],
"command": "npx"
}
}
}
An MCP server that converts Figma designs into React code.
Bidirectional Figma MCP — AI draws UI on Figma canvas, reads designs back
Two-way Figma MCP: extract + verify design-to-code, or generate on-brand Figma pages from a prompt.
Translate HTML prototypes into Figma using your design system's real components and tokens.
Create designs, manage assets, and automate design generation from external workflows
Translate design tokens between Tailwind, Figma, CSS, Material 3, and SwiftUI
Connect AI coding agents to Anima Playground, Figma, and your design system.
MCP server enabling AI assistants to interact with Figma designs via natural language commands
Answers built from our own checks of this server.