figma-mcp-server

APMarte/figma-mcp-server

3.1

If you are the rightful owner of figma-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

Model context protocol server for retrieving information from Figma.

Figma MCP Server

This repository contains the comprehensive MCP server for Figma API integration. The server is designed to provide seamless interaction with Figma's API, supporting all major endpoints and ensuring robust error handling and authentication.

Project Structure

  • src/: Contains the main server code and modules.
  • tests/: Includes all test cases for the server.
  • docs/: Documentation for API usage and server setup.

Getting Started

To get started, clone the repository and install the necessary dependencies.

$ git clone https://github.com/APMarte/figma-mcp-server.git
$ cd figma-mcp-server
$ pip install -r requirements.txt

Features

  • Full coverage of Figma API endpoints
  • Rate limiting and error handling
  • Authentication using Personal Access Token

Usage

Refer to the examples/ directory for usage examples and integration guides.

License

This project is licensed under the MIT License.