6 months ago
Frontend Useful MCP Tools - Essential utilities for web developers to automate API integration and code generation
Tools
Figma-To-Code
Download-Figma-Images
similarity-figma
api-automation
initialize-project-standard
extract-color-vars
extract-svg-assets
download-svg-assets
Server Config
{
"mcpServers": {
"feuse-mcp": {
"command": "npx",
"args": [
"feuse-mcp@latest"
],
"env": {
"FIGMA_API_KEY": "YOUR_FIGMA_API_KEY"
}
}
}
}