Used by 1 plugin
Connects to frontend-engine for building and managing web application interfaces.
Add to your .mcp.json:
{
"mcpServers": {
"frontend-engine": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/tools/implementations/frontend-engine/dist/index.cjs"
],
"env": {
"NODE_ENV": "production",
"PLUGIN_ROOT": "${CLAUDE_PLUGIN_ROOT}"
}
}
}
}This server has elevated permissions. Review the source code before enabling.
nodeNODE_ENV=productionPLUGIN_ROOT=${CLAUDE_PLUGIN_ROOT}