Design · MODEL CONTEXT PROTOCOL
mohammeduvaiz figma mcp server
mohammeduvaiz figma mcp server is a community-listed Model Context Protocol server. Review the source repository before installation.
WHAT IT CONNECTS
mohammeduvaiz figma mcp server 为 AI Agent 提供什么
- **Design Data Extraction**: Extract components, styles, and text from your Figma designs
- **Design System Analysis**: Analyze design system consistency and patterns
- **UI Content Management**: Extract and organize all UI copy from designs
- **Development Handoff**: Generate comprehensive documentation for developers
- **Seamless AI Integration**: Connect your designs to AI tools like Claude, Cursor, and other MCP-compatible clients
- Node.js 16 or higher
- Figma Personal Access Token (Get it from your Figma account settings)
- Clone the repository:
- Install dependencies:
- Create a `.env` file in the project root:
- Build the server:
- Start the server:
- Open or create the Claude for Desktop configuration file:
- macOS: `~/Library/Application Support/Claude/claude_desktop_config.json`
- Windows: `%APPDATA%\Claude\claude_desktop_config.json`
- Add the following configuration:
- Restart Claude for Desktop
- macOS: `~/Library/Application Support/Cursor/mcp.json`
- Windows: `%APPDATA%\Cursor\mcp.json`
- Create a `.cursor` directory in your project root:
- Create an `mcp.json` file inside that directory:
- `analyze-design-system` - Analyze design system components and styles for consistency
- `extract-ui-copy` - Extract and organize all UI copy from designs
- `generate-dev-handoff` - Generate development handoff documentation based on designs
- Connects to the Figma API using your personal access token
- Exposes a standardized interface following the Model Context Protocol
- Provides tools, resources, and prompts that LLMs can use to interact with your Figma designs
- Supports both stdio transport (local connections) and SSE transport (remote connections)
SECURITY
MCP 收录不等于安全审核
MCP 服务器可能获得模型上下文、凭据、本地文件或调用外部系统的权限。连接 Agent 前,请检查代码、环境变量、网络行为、软件包来源与维护状态。