A brief outline of how to enable the Figma MCP Server for VS Code Locally.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"figma-mcp-server-for": {
"command": "npx",
"args": [
"-y",
"Felice63/Figma-MCP-Server-for-VS-Code"
]
}
}
}
Run in terminal:
claude mcp add figma-mcp-server-for npx -y Felice63/Figma-MCP-Server-for-VS-Code
Add to .cursor/mcp.json:
{
"mcpServers": {
"figma-mcp-server-for": {
"command": "npx",
"args": [
"-y",
"Felice63/Figma-MCP-Server-for-VS-Code"
]
}
}
}