MCP server and bridge plugin for Figma: allows you to work with Figma through the MCP protocol.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"bridge-mcp-figma": {
"command": "npx",
"args": [
"-y",
"sojotype/bridge-mcp-figma"
]
}
}
}
Run in terminal:
claude mcp add bridge-mcp-figma npx -y sojotype/bridge-mcp-figma
Add to .cursor/mcp.json:
{
"mcpServers": {
"bridge-mcp-figma": {
"command": "npx",
"args": [
"-y",
"sojotype/bridge-mcp-figma"
]
}
}
}