Skip to main content
Glama

Auto Favicon MCP Server

by dh1011

generate_favicon_from_png

Convert a PNG image into a complete favicon set with multiple sizes, ICO files, Apple touch icons, and manifest.json for web application deployment.

Instructions

Generate a complete favicon set from a PNG image file. Args: image_path: Path to the PNG image file. output_path: Directory where favicon files will be generated. Returns: A message describing the generated files and output directory.

Input Schema

NameRequiredDescriptionDefault
image_pathYes
output_pathYes

Input Schema (JSON Schema)

{ "properties": { "image_path": { "title": "Image Path", "type": "string" }, "output_path": { "title": "Output Path", "type": "string" } }, "required": [ "image_path", "output_path" ], "title": "generate_favicon_from_pngArguments", "type": "object" }
Install Server

Other Tools from Auto Favicon MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/dh1011/auto-favicon-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server