MCP server that connects Claude to Figma — read files and create anything the Figma Plugin API can reach, without Figma's client allowlist.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"claude-figma-bridge": {
"command": "npx",
"args": [
"-y",
"sinahosseini379/claude-figma-bridge"
]
}
}
}
Run in terminal:
claude mcp add claude-figma-bridge npx -y sinahosseini379/claude-figma-bridge
Add to .cursor/mcp.json:
{
"mcpServers": {
"claude-figma-bridge": {
"command": "npx",
"args": [
"-y",
"sinahosseini379/claude-figma-bridge"
]
}
}
}