Figma MCP Server
Servidor MCP de Figma
Un servidor de Protocolo de contexto de modelo (MCP) que proporciona integración con la API de Figma, lo que le permite interactuar con archivos, comentarios, componentes y más de Figma.
Características
Operaciones con archivos
Obtener información del archivo
Obtener el historial de versiones de archivos
Obtener componentes del archivo
Gestión de comentarios
Listar comentarios en archivos
Añadir nuevos comentarios
Eliminar comentarios
Características del proyecto y del equipo
Lista de proyectos del equipo
Obtener archivos del proyecto
Obtener estilos publicados
Gestión de webhooks
Crear webhooks
Lista de webhooks existentes
Eliminar webhooks
Related MCP server: Figma MCP Server
Instalación
Clonar el repositorio
Instalar dependencias:
npm installConstruir el servidor:
npm run buildConfiguración
Configure el servidor en su archivo de configuración MCP con su token de acceso de Figma:
{
"mcpServers": {
"figma": {
"command": "node",
"args": ["path/to/figma-server/build/index.js"],
"env": {
"FIGMA_ACCESS_TOKEN": "your-access-token-here"
},
"disabled": false,
"alwaysAllow": []
}
}
}Herramientas disponibles
Operaciones con archivos
obtener_archivo
Obtener información sobre un archivo Figma
{
"file_key": "string"
}obtener_versiones_de_archivo
Obtener el historial de versiones de un archivo
{
"file_key": "string"
}obtener_componentes_del_archivo
Obtener componentes en un archivo
{
"file_key": "string"
}Gestión de comentarios
obtener_comentarios_del_archivo
Obtener comentarios de un archivo
{
"file_key": "string"
}post_comment
Publicar un comentario en un archivo
{
"file_key": "string",
"message": "string"
}eliminar_comentario
Eliminar un comentario de un archivo
{
"file_key": "string",
"comment_id": "string"
}Operaciones de proyectos y equipos
obtener_proyectos_de_equipo
Conseguir proyectos para un equipo
{
"team_id": "string"
}obtener_archivos_del_proyecto
Obtener archivos en un proyecto
{
"project_id": "string"
}obtener_estilos_de_componentes
Obtener estilos publicados
{
"team_id": "string"
}Gestión de webhooks
crear_webhook
Crear un webhook
{
"team_id": "string",
"event_type": "string",
"callback_url": "string"
}obtener_webhooks
Lista de webhooks
{
"team_id": "string"
}eliminar_webhook
Eliminar un webhook
{
"webhook_id": "string"
}Ejemplo de uso
// Example using the MCP tool to get file information
<use_mcp_tool>
<server_name>figma</server_name>
<tool_name>get_file</tool_name>
<arguments>
{
"file_key": "your-file-key"
}
</arguments>
</use_mcp_tool>Licencia
Instituto Tecnológico de Massachusetts (MIT)
Contribuyendo
Bifurcar el repositorio
Crea tu rama de funciones
Confirme sus cambios
Empujar hacia la rama
Crear una nueva solicitud de extracción
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseBqualityNot gradedmaintenanceA Model Context Protocol server that provides access to Figma API functionality, allowing AI assistants like Claude to interact with Figma files, comments, components, and team resources.181,3344
- AlicenseNot gradedqualityFmaintenanceA Model Context Protocol server that integrates Figma design files with AI coding tools like Cursor, Windsurf, and Cline, allowing AI tools to access and understand Figma design data for generating more accurate code.41930MIT
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that connects AI tools and LLMs to Figma designs, enabling them to extract design data, analyze design systems, and generate development documentation.1,9752MIT
- AlicenseNot gradedqualityDmaintenanceA server implementation that enables interaction with Figma API through Model Context Protocol (MCP), supporting plugin and widget development with WebSocket communication capabilities.1,9753MIT
Related MCP Connectors
The Figma MCP server brings Figma design context directly into your AI workflow.
A Model Context Protocol server for Wix AI tools
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/deepsuthar496/figma-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server