Free, local MCP bridge for Figbridge — exposes Figma → HTML/CSS/Tailwind/tokens to AI agents.
| Tool name | Description | Destructive? |
|---|---|---|
| get_current_selection | ✓ no | |
| get_last_export | ✓ no | |
| list_history | ✓ no | |
| get_tokens | ✓ no | |
| bridge_status | ✓ no |
| select_node | ✓ no | |
| export_node | ✓ no | |
| list_screens | ✓ no | |
| list_components | ✓ no | |
| describe_screen | ✓ no | |
| export_app_spec | ✓ no | |
| clone_screen | ✓ no | |
| recolor | ✓ no | |
| apply_tokens | ✓ no | |
| list_assets | ✓ no | |
| lint_ds | ✓ no | |
| import_url | ✓ no | |
| import_responsive_set | ✓ no | |
| import_url_batch | ✓ no | |
| verify_text_fidelity | ✓ no | |
| screenshot_url | ✓ no | |
| visual_diff | ✓ no | |
| fingerprint_url | ✓ no | |
| audit_interactions | ✓ no | |
| preflight_import | ✓ no | |
| audit_mobile | ✓ no | |
| measure_fidelity | ✓ no | |
| audit_regression | ✓ no | |
| match_mockup | ✓ no | |
| map_components | ✓ no | |
| measure_layout | ✓ no | |
| demarcate | ✓ no | |
| diff_images | ✓ no | |
| diff_specs | ✓ no | |
| probe_url | ✓ no | |
| diff_to_source | ✓ no | |
| generate_patch | ✓ no | |
| audit_palette | ✓ no | |
| audit_typography | ✓ no | |
| audit_a11y | ✓ no | |
| audit_whitespace | ✓ no | |
| export_frame | ✓ no | |
| import_from_code | ✓ no | |
| update_from_code | ✓ no | |
| run_script⚠ | ⚠ yes | |
| delete_node⚠ | ⚠ yes | |
| get_agent_bundle | ✓ no | |
| list_pages | ✓ no | |
| list_frames | ✓ no | |
| export_all_pages | ✓ no |
{
"mcpServers": {
"figbridge": {
"command": "npx",
"args": [
"-y",
"figbridge-mcp"
]
}
}
}