Tools
figma_get_me
figma_get_file
figma_get_file_nodes
figma_get_images
figma_get_image_fills
figma_get_file_versions
figma_get_comments
figma_post_comment
figma_delete_comment
figma_get_comment_reactions
figma_post_comment_reaction
figma_delete_comment_reaction
figma_get_team_projects
figma_get_project_files
figma_get_team_components
figma_get_file_components
figma_get_component
figma_get_team_component_sets
figma_get_file_component_sets
figma_get_component_set
figma_get_team_styles
figma_get_file_styles
figma_get_style
figma_post_webhook
figma_get_webhook
figma_update_webhook
figma_delete_webhook
figma_get_team_webhooks
figma_get_library_analytics_component_usages
figma_get_library_analytics_style_usages
figma_get_library_analytics_variable_usages
Server Config
{
"mcpServers": {
"figma": {
"command": "npx",
"args": [
"@jayarrowz/mcp-figma",
"--figma-token",
"your_figma_api_key"
]
}
}
}