Figma API MCP Server
Access Figma files, components, and styles for design-to-code workflows in your AI development environment.
Quick Start Summary
The Figma API MCP server is a Model Context Protocol bridge that connects AI assistants — including Claude Desktop, Cursor, Windsurf, and VS Code Copilot — to the Figma API API through natural language. It exposes 2 API endpoints as callable tools, such as Get file data, Get image. Authentication requires Personal Access Token credentials, and setup takes approximately 2 minutes. The server uses STDIO transport and can be installed by running npx -y @figma/mcp-server. This integration is sourced from the official Figma API OpenAPI specification (v1.0.0) and has a quality score of 78/99 (good documentation coverage).
Server Details
- Category
- Design & Creative
- Authentication
- Personal Access Token
- Endpoints
- 2 operations
- Transport
- STDIO
- Spec Version
- v1.0.0
- Install Command
npx -y @figma/mcp-server
Environment Variables
FIGMA_ACCESS_TOKENExample: figd_...
Top Endpoints
/v1/files/{file_key}Get file data
/v1/images/{image_id}Get image
Read the Guide
Step-by-step walkthrough for setting up and using the Figma API MCP server.
Figma APIMCP Setup Guide →One-Click Install
Copy the snippet for your MCP client and paste it in — zero editing required.
Claude Desktop
Add to claude_desktop_config.json
{
"mcpServers": {
"figma": {
"command": "npx",
"args": [
"-y",
"@figma/mcp-server"
],
"env": {
"FIGMA_ACCESS_TOKEN": "figd_..."
}
}
}
}Cursor
Settings → MCP Servers → Add
{
"mcpServers": {
"figma": {
"url": "https://mcpbridge.org/config/figma.json"
}
}
}Saves as .cursor/mcp.json in the download. Move it to your project root.
VS Code
Use with MCP extension
{
"mcpServers": {
"figma": {
"url": "https://mcpbridge.org/config/figma.json"
}
}
}Endpoints Explorer
Search and browse the 2 operations supported by this server.
Multi-Language Code Examples
Executable code snippets for calling Figma API endpoints in curl, TypeScript, or Python.
curl -X GET "https://raw.githubusercontent.com/figma/rest-api-spec/main/openapi.yaml/v1/files/{file_key}" \
-H "Content-Type: application/json" \
-H "Authorization: YOUR_API_KEY"Manual Configuration
Directly add this block to your JSON config file, or use the hosted config registry URL.
{
"mcpServers": {
"figma": {
"command": "npx",
"args": ["-y","@figma/mcp-server"],
"env": {
"FIGMA_ACCESS_TOKEN": "figd_..."
}
}
}
}Authentication Details
This API requires Personal Access Token credentials.
Variables to configure:
FIGMA_ACCESS_TOKEN
Documentation Links
Error Handling & HTTP Status Code Matrix
Common status codes, error causes, and resolution steps when invoking Figma API endpoints.
400 Bad RequestCause: Malformed payload parameters or missing required fields.
Resolution: Verify request schema in Endpoints tab before calling tool.
401 UnauthorizedCause: Missing or invalid API key credentials.
Resolution: Set environment variable in MCP client config under env object.
403 ForbiddenCause: Insufficient scope permissions for requested resource.
Resolution: Verify key permissions in developer dashboard.
404 Not FoundCause: Resource URL path or requested entity ID does not exist.
Resolution: Check path variables and parameters.
429 Rate Limit ExceededCause: API rate limit quota exceeded.
Resolution: Implement exponential backoff retry in tool call.
500 Internal ErrorCause: Upstream server runtime fault.
Resolution: Inspect STDIO stderr output for log trace.
Quality Score
Checked against our protocol-compliance rules.
Specification Version: v1.0.0
Page compiled on: June 13, 2026
This listing has been claimed and verified by the API owner.
Similar APIs
Other APIs in the Design & Creative category.
EC2 Image Builder
EC2 Image Builder is a fully managed service provided by Amazon Web Services (AWS) that fundamentally streamlines the creation, maintenance, and distribution of secure, consistent, and production-ready server images, often referred to as "golden images." At its core, the service eliminates the manual, error-prone, and time-consuming processes traditionally associated with image management by providing a declarative, pipeline-based approach. Users define image recipes—specifying a source image, components (containing installation scripts, configuration steps, and tests), and infrastructure settings—and the service orchestrates the entire build process on AWS infrastructure. This includes launching temporary instances, applying customizations, running security and compliance validations, and finally, creating the image or container. The primary use cases span from enterprise IT teams standardizing hundreds of golden images for diverse workloads across global regions, to DevOps engineers rapidly provisioning secure, compliant base images for containerized microservices or scalable compute fleets, ensuring every deployment starts from a known, auditable, and up-to-date foundation.
Amazon Kinesis Video Streams Media
The Amazon Kinesis Video Streams Media API is a specialized streaming service provided by Amazon Web Services (AWS) that enables developers to reliably ingest, store, and retrieve media streams such as video and audio at scale. The core endpoint, POST /getMedia, facilitates the retrieval of media fragments from Kinesis Video Streams, allowing applications to pull continuous or on-demand video and audio data from cloud-hosted streams. This API is particularly powerful for enterprises and organizations dealing with large volumes of real-time or archival media content originating from cameras, microphones, drones, and other media-producing devices. Typical use cases span security and surveillance systems where footage must be accessed and analyzed on demand, media broadcasting platforms that require low-latency stream retrieval, healthcare applications involving remote patient monitoring video feeds, industrial inspection systems where drones capture inspection footage, and smart city infrastructure that processes live feeds from traffic and public safety cameras. By abstracting the complexity of managing massive media storage and delivery, Kinesis Video Streams Media allows developers to focus on building application logic rather than infrastructure.
Amazon Kinesis Video Streams Archived Media
The Amazon Kinesis Video Streams Archived Media API is a specialized service provided by Amazon Web Services (AWS) that enables programmatic access to retrieve and transform archived video and audio streams stored within Kinesis Video Streams. Its core capabilities center on on-demand data extraction, allowing users to pull specific clips, generate adaptive streaming manifests (HLS and DASH), extract individual image frames, and query the underlying fragment metadata of archived streams. This API is fundamental for enterprises that need to analyze historical video footage, such as for security and surveillance retrospectives, media asset management, industrial IoT inspection, and smart city analytics. Typical use cases include forensic investigation where an operator needs a precise clip of an incident, content creators repurposing raw footage from cloud-based cameras, or automated systems pulling frames for machine learning model training and validation. It serves as the critical data plane for unlocking the value of video data stored in the cloud.
Amazon Kinesis Video Signaling Channels
The Amazon Kinesis Video Signaling Channels API, provided by Amazon Web Services (AWS) as an integral component of its Kinesis Video Streams service, acts as a critical infrastructure layer for establishing and managing real-time peer-to-peer connections using the WebRTC protocol. This managed signaling service abstracts the inherent complexity of peer discovery, NAT traversal, and session negotiation. Its core capabilities are exposed through two primary endpoints: POST /v1/get-ice-server-config, which provides developers with a list of ICE (Interactive Connectivity Establishment) servers, including STUN and TURN configurations, essential for establishing connections across restrictive networks; and POST /v1/send-alexa-offer-to-master, which facilitates the transmission of a WebRTC SDP (Session Description Protocol) offer to a designated master node in a master-viewer architecture. Enterprise use cases are vast, ranging from building scalable, low-latency video streaming solutions for security and monitoring systems, enabling real-time audio/video communication in telehealth or remote assistance platforms, and powering interactive live sports or event streaming where direct peer connections are paramount. For consumers, this API underpins the connectivity of smart home devices like video doorbells and baby monitors to companion apps, ensuring reliable, real-time interaction.
Related MCP Server Integrations
EC2 Image Builder MCP Setup
EC2 Image Builder is a fully managed service provided by Amazon Web Services (AWS) that fundamentally streamlines the creation, maintenance, and distribution of secure, consistent, and production-ready server images, often referred to as "golden images." At its core, the service eliminates the manual, error-prone, and time-consuming processes traditionally associated with image management by providing a declarative, pipeline-based approach. Users define image recipes—specifying a source image, components (containing installation scripts, configuration steps, and tests), and infrastructure settings—and the service orchestrates the entire build process on AWS infrastructure. This includes launching temporary instances, applying customizations, running security and compliance validations, and finally, creating the image or container. The primary use cases span from enterprise IT teams standardizing hundreds of golden images for diverse workloads across global regions, to DevOps engineers rapidly provisioning secure, compliant base images for containerized microservices or scalable compute fleets, ensuring every deployment starts from a known, auditable, and up-to-date foundation.
Amazon Kinesis Video Streams Media MCP Setup
The Amazon Kinesis Video Streams Media API is a specialized streaming service provided by Amazon Web Services (AWS) that enables developers to reliably ingest, store, and retrieve media streams such as video and audio at scale. The core endpoint, POST /getMedia, facilitates the retrieval of media fragments from Kinesis Video Streams, allowing applications to pull continuous or on-demand video and audio data from cloud-hosted streams. This API is particularly powerful for enterprises and organizations dealing with large volumes of real-time or archival media content originating from cameras, microphones, drones, and other media-producing devices. Typical use cases span security and surveillance systems where footage must be accessed and analyzed on demand, media broadcasting platforms that require low-latency stream retrieval, healthcare applications involving remote patient monitoring video feeds, industrial inspection systems where drones capture inspection footage, and smart city infrastructure that processes live feeds from traffic and public safety cameras. By abstracting the complexity of managing massive media storage and delivery, Kinesis Video Streams Media allows developers to focus on building application logic rather than infrastructure.
Amazon Kinesis Video Streams Archived Media MCP Setup
The Amazon Kinesis Video Streams Archived Media API is a specialized service provided by Amazon Web Services (AWS) that enables programmatic access to retrieve and transform archived video and audio streams stored within Kinesis Video Streams. Its core capabilities center on on-demand data extraction, allowing users to pull specific clips, generate adaptive streaming manifests (HLS and DASH), extract individual image frames, and query the underlying fragment metadata of archived streams. This API is fundamental for enterprises that need to analyze historical video footage, such as for security and surveillance retrospectives, media asset management, industrial IoT inspection, and smart city analytics. Typical use cases include forensic investigation where an operator needs a precise clip of an incident, content creators repurposing raw footage from cloud-based cameras, or automated systems pulling frames for machine learning model training and validation. It serves as the critical data plane for unlocking the value of video data stored in the cloud.
Amazon Kinesis Video Signaling Channels MCP Setup
The Amazon Kinesis Video Signaling Channels API, provided by Amazon Web Services (AWS) as an integral component of its Kinesis Video Streams service, acts as a critical infrastructure layer for establishing and managing real-time peer-to-peer connections using the WebRTC protocol. This managed signaling service abstracts the inherent complexity of peer discovery, NAT traversal, and session negotiation. Its core capabilities are exposed through two primary endpoints: POST /v1/get-ice-server-config, which provides developers with a list of ICE (Interactive Connectivity Establishment) servers, including STUN and TURN configurations, essential for establishing connections across restrictive networks; and POST /v1/send-alexa-offer-to-master, which facilitates the transmission of a WebRTC SDP (Session Description Protocol) offer to a designated master node in a master-viewer architecture. Enterprise use cases are vast, ranging from building scalable, low-latency video streaming solutions for security and monitoring systems, enabling real-time audio/video communication in telehealth or remote assistance platforms, and powering interactive live sports or event streaming where direct peer connections are paramount. For consumers, this API underpins the connectivity of smart home devices like video doorbells and baby monitors to companion apps, ensuring reliable, real-time interaction.
Amazon Kinesis Video Streams MCP Setup
Amazon Kinesis Video Streams is a fully managed AWS service designed for ingesting, storing, and processing video streams at massive scale, enabling developers to build intelligent video applications without managing underlying infrastructure. This API provides programmatic control over the service's core resources, including the creation and deletion of video streams and signaling channels, which are essential for real-time video ingestion and peer-to-peer signaling in applications like WebRTC. Enterprise use cases span across real-time monitoring of industrial sites for safety compliance, analyzing retail customer behavior through in-store cameras, enabling telemedicine consultations via live video feeds, and powering security systems that record and analyze footage from countless IP cameras. For consumers, it underpins applications like live sports streaming, drone video analysis, and next-generation baby monitors that offer secure, low-latency viewing. The service handles the heavy lifting of video durability, encryption, and format compatibility, allowing developers to focus on building analytics and machine learning pipelines on top of the stored video data.