docs(images): add wireframing tools & Figma MCP documentation

- Add Wireframing Tools section (Excalidraw, tldraw, Frame0, Paper+Photo)
- Add Figma MCP Integration with official setup and workflow
- Add Image Optimization for Claude Vision (resolution, tokens, formats)
- Create examples/mcp-configs/figma.json config template
- Update reference.yaml with new entries and shifted line numbers

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Florian BRUNIAUX 2026-01-17 15:34:52 +01:00
parent d7c29f49c9
commit 4a79455c4d
4 changed files with 215 additions and 47 deletions

View file

@ -0,0 +1,13 @@
{
"mcpServers": {
"figma": {
"transport": "http",
"url": "https://mcp.figma.com/mcp"
},
"figma-desktop": {
"transport": "http",
"url": "http://127.0.0.1:3845/mcp",
"comment": "Requires Figma desktop app with Dev Mode enabled"
}
}
}