MCP Server
MCP
io.github.felixAnhalt/figma-to-code-mcp
LLM-optimized Figma MCP server.
Install
npx -y @tmegit/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@tmegit/figma-to-code-mcp",
"version": "0.29.0",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"value": "--stdio",
"type": "positional"
}
],
"environmentVariables": [
{
"description": "Your Figma Personal Access Token, learn more here: https://www.figma.com/developers/api#access-tokens",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "FIGMA_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment