MCP.so
登录

Figma MCP Server

@MCP-Mirror

关于 Figma MCP Server

Mirror of

基本信息

分类

媒体与设计

传输方式

stdio

发布者

MCP-Mirror

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Figma MCP Server?

A TypeScript server implementing the Model Context Protocol (MCP) for the Figma API, enabling standardized context provision for LLMs. It allows LLM applications to seamlessly integrate with Figma files, components, and variables.

How to use Figma MCP Server?

Install via npm and set the FIGMA_ACCESS_TOKEN environment variable. Start the server with npm run start. It supports both stdio and SSE transports (e.g., figma-mcp-server --transport sse --port 3000). Use an MCP client to connect and call MCP methods like resources/list or resources/read using the custom URI scheme figma:///.

Key features of Figma MCP Server

  • MCP resource handlers for Figma files, variables, and components
  • Custom URI scheme (figma:///)
  • Type-safe implementation using TypeScript and Zod schemas
  • Request validation and comprehensive error handling
  • Token validation and Figma API integration
  • Supports both stdio and SSE transports

Use cases of Figma MCP Server

  • Browse and read Figma files programmatically via LLM clients
  • List and retrieve components, variables, and styles from Figma projects
  • Watch for changes on specific Figma resources
  • Search across Figma resources with pattern matching
  • Integrate Figma design data into AI-assisted workflows

FAQ from Figma MCP Server

How do I configure the Figma MCP Server?

Set the FIGMA_ACCESS_TOKEN environment variable with your Figma access token. Optionally set MCP_SERVER_PORT (default 3000 for SSE).

What transports does the Figma MCP Server support?

It supports both stdio transport (piped JSON-RPC messages) and SSE transport (over HTTP).

What Figma resources can I access via the server?

Resources are accessed via figma:/// URIs: files (figma:///file/{key}), components, variables, styles, teams, and projects.

What MCP operations are implemented?

The server implements resources/list, resources/read, resources/watch, resources/search, and resources/metadata.

Are there any known limitations or planned improvements?

The roadmap notes that caching, rate limiting, and additional Figma API endpoints are not yet implemented; these are planned for future releases.

评论

媒体与设计 分类下的更多 MCP 服务器