figma-console-mcp
Verified Safeby southleft
Overview
Provides AI assistants with real-time console access, visual debugging, and design system extraction for Figma plugin development and design analysis.
Installation
npx figma-console-mcp@latestEnvironment Variables
- FIGMA_ACCESS_TOKEN
- FIGMA_OAUTH_CLIENT_ID
- FIGMA_OAUTH_CLIENT_SECRET
- LOG_LEVEL
- FIGMA_MCP_MODE
- FIGMA_DEBUG_HOST
- FIGMA_DEBUG_PORT
Security Notes
The project follows good security practices. It handles OAuth with CSRF protection and stores secrets via environment variables. It uses Puppeteer's `worker.evaluate()` to run server-controlled code within Figma's plugin context in local mode, which is a powerful capability designed for debugging and requires user trust in the MCP server. Network access in the Desktop Bridge plugin is explicitly set to 'none'. Overall, the system appears robust for its intended purpose.
Similar Servers
f2c-mcp
A Model Context Protocol server for Figma Design to Code, enabling AI tools to convert Figma designs into production-ready frontend code.
octomind
Octomind is a session-first AI development assistant with built-in Model Context Protocol (MCP) tools and multi-provider AI support, enabling interactive AI conversations, code analysis, file system management, and web research.
fsi-mcp-server
Provides Model Context Protocol (MCP) capabilities to F# Interactive sessions for AI-assisted development workflows.
figma-mcp-write-server
Enables AI agents to programmatically create, modify, and manage design elements and properties within Figma via the Model Context Protocol (MCP).