Figma MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 29 installs a week from npm. Last commit 23 Mar 2026.
MCP server enabling AI assistants to interact with Figma designs via natural language commands
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_mcp_server_actor -- npx -y @oabolade-pegasus/figma-mcp-server
{
"mcpServers": {
"figma_mcp_server_actor": {
"args": [
"-y",
"@oabolade-pegasus/figma-mcp-server"
],
"command": "npx"
}
}
}
[mcp_servers.figma_mcp_server_actor]
command = "npx"
args = ["-y", "@oabolade-pegasus/figma-mcp-server"]
{
"mcpServers": {
"figma_mcp_server_actor": {
"args": [
"-y",
"@oabolade-pegasus/figma-mcp-server"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"figma_mcp_server_actor": {
"args": [
"-y",
"@oabolade-pegasus/figma-mcp-server"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.