Figma Designer runs on your own machine — the client starts it, so there is no endpoint to ping.
Give AI agents full read & write access to Figma — 50+ tools for design automation
The linked repository no longer exists on GitHub — it was deleted or made private.
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-designer -- npx -y figma-designer-mcp
{
"mcpServers": {
"figma-designer": {
"args": [
"-y",
"figma-designer-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.figma-designer]
command = "npx"
args = ["-y", "figma-designer-mcp"]
{
"mcpServers": {
"figma-designer": {
"args": [
"-y",
"figma-designer-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"figma-designer": {
"args": [
"-y",
"figma-designer-mcp"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.