figma-local-context-mcp/server.json
2026-05-20 19:14:51 +08:00

20 lines
486 B
JSON

{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-16/server.schema.json",
"name": "figma-local-context-mcp",
"description": "Read local .fig files, inspect node data, and export selected nodes to SVG/PNG.",
"status": "active",
"repository": {
"url": "file://.",
"source": "local"
},
"packages": [
{
"registry_type": "npm",
"identifier": "figma-local-context-mcp",
"transport": {
"type": "stdio"
}
}
]
}