Skip to main content
Glama

feuse-mcp

by Panzer-Jack

similarity-figma

Compare Figma design prototypes with generated code page screenshots to verify visual consistency and ensure accurate implementation.

Instructions

获取Figma原型图,请你结合项目源码并通过原型图与生成的代码页面的截图进行相似性比对

Input Schema

NameRequiredDescriptionDefault
fileKeyYesThe key of the Figma file to fetch, often found in a provided URL like figma.com/(file|design)/<fileKey>/...
nodeIdNoThe ID of the node to fetch, often found as URL parameter node-id=<nodeId>, always use if provided
urlYes当前项目代码页面的URL地址,注意不是figma网址

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "fileKey": { "description": "The key of the Figma file to fetch, often found in a provided URL like figma.com/(file|design)/<fileKey>/...", "type": "string" }, "nodeId": { "description": "The ID of the node to fetch, often found as URL parameter node-id=<nodeId>, always use if provided", "type": "string" }, "url": { "description": "当前项目代码页面的URL地址,注意不是figma网址", "type": "string" } }, "required": [ "url", "fileKey" ], "type": "object" }

Other Tools from feuse-mcp

Related Tools

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/Panzer-Jack/feuse-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server