web-icons-generator-cli-mcp
Verified Safeby entro314-labs
Overview
Generates a comprehensive set of web app icons, PWA manifest, and HTML integration snippets from a single source image, with framework auto-detection and MCP server capabilities.
Installation
npx @entro314labs/web-icons-generator-cli-mcp --mcpSecurity Notes
The server uses file system operations (read/write) for icon generation and HTML modification, which is inherent to its functionality. Input validation for image paths and other arguments is handled. `child_process.spawn` is used internally to start the MCP server itself, not to execute arbitrary user input. The SVG monochrome conversion performs string replacements on specific attributes, which is generally safer than full SVG parsing/mutation. No hardcoded secrets or direct network access by the core logic were found. Risks are primarily associated with processing potentially malicious image files (e.g., malformed images causing crashes in `sharp`).
Similar Servers
lucide-icons-mcp
Provides a Model Context Protocol (MCP) server to expose Lucide React icons as resources and tools for Large Language Models (LLMs) and agentic applications.
mcp-badge-creator
Create one-click install badges for Model Context Protocol (MCP) servers, VS Code extensions, various package managers, GitHub repositories, and personal profiles.
nanobanana-api-mcp
An MCP server providing image generation and editing capabilities via the Google Gemini API, integrable with various AI coding assistants and IDEs.
Create-MCP
Generates Model Context Protocol (MCP) server projects through a command-line interface.