a day ago
figma-mcp-express connects AI agents directly to Figma via a local plugin bridge. No Figma token required. No quota. No per-seat billing. Ships 70 discrete tools for reading design context, creating and mutating nodes, importing library components and variables, managing styles and tokens, running batch operations in a single round-trip, and exporting frames.
Designed for agent-driven design automation workflows in Claude, Cursor, Codex, and other MCP-compatible clients.
Server Config
{
"mcpServers": {
"figma-mcp-express": {
"command": "npx",
"args": [
"-y",
"figma-mcp-express"
]
}
}
}