favicon-mcp-server

favicon-mcp-server

3.2

If you are the rightful owner of favicon-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A Model Control Protocol (MCP) server that converts SVG images into various favicon formats (ICO and PNG) for web applications.

The Favicon MCP Server is a specialized tool designed to convert SVG images into favicon formats such as ICO and PNG, which are essential for web applications. It supports conversion to multiple sizes (16x16, 32x32, 48x48 pixels) and provides output in base64 encoded format for easy integration. The server is built using Go and leverages the MCP protocol for seamless integration with LLM-powered applications. It requires Go 1.20 or higher and several dependencies, including mcp-go, go-ico, and canvas libraries. The server can be easily installed and run, providing a straightforward interface for converting SVG data into favicons.

Features

  • SVG to ICO Conversion: Convert SVG images to ICO format (16x16, 32x32, 48x48 pixels).
  • SVG to PNG Conversion: Convert SVG images to PNG format (16x16, 32x32, 48x48 pixels).
  • Base64 Encoded Output: Easy integration with base64 encoded output.
  • MCP Protocol Support: Seamless integration with LLM-powered applications.