Feuse
Freeby MCP Community
Frontend Useful MCP Tools - Essential utilities for web developers to automate API integration and code generation
v0.1.6Added Apr 12, 2026
mcpfrontendfigmaapiautomation
Feuse MCP Server
Frontend Useful MCP Tools - Essential utilities for web developers to automate API integration and code generation
Installation
npx -y feuse-mcp
Reviews
Installation
Quick install
npx -y feuse-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"feuse": {
"command": "npx",
"args": ["-y", "feuse-mcp"]
}
}
}