Skip to main content
Glama

Auto Favicon MCP Server

by dh1011

generate_favicon_from_url

Download an image from a URL and generate a complete favicon set, including multiple sizes, ICO files, Apple touch icons, and a manifest.json for web applications.

Instructions

Download an image from a URL and generate a complete favicon set. Args: image_url: URL of the image to download. output_path: Directory where favicon files will be generated. Returns: A message describing the generated files and output directory.

Input Schema

NameRequiredDescriptionDefault
image_urlYes
output_pathYes

Input Schema (JSON Schema)

{ "properties": { "image_url": { "title": "Image Url", "type": "string" }, "output_path": { "title": "Output Path", "type": "string" } }, "required": [ "image_url", "output_path" ], "title": "generate_favicon_from_urlArguments", "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