Skip to main content
Glama

Auto Favicon MCP Server

by dh1011

Auto Favicon MCP Server

An MCP (Model Context Protocol) server that automatically generates complete favicon sets from PNG images or URLs. This server creates a comprehensive set of favicon files including various sizes, Apple touch icons, and a manifest.json file.

Features

  • PNG to Favicon: Generate favicon sets from local PNG files
  • URL to Favicon: Download images from URLs and generate favicon sets
  • Complete Icon Set: Creates multiple sizes (16x16, 32x32, 48x48, 64x64, 128x128, 256x256)
  • ICO Format: Generates traditional favicon.ico files
  • Apple Touch Icons: Creates Apple-specific touch icons for iOS devices
  • Web App Manifest: Generates manifest.json for Progressive Web Apps

Setup

  1. Clone this repository:
git clone <repository-url> cd auto-favicon
  1. Install dependencies:
uv sync
  1. Add to your MCP client configuration:
{ "mcpServers": { "favicon-generator": { "command": "uv", "args": ["run", "main.py"], "env": {} } } }

Available Tools

  • generate_favicon_from_png: Generate favicon set from a local PNG file
  • generate_favicon_from_url: Download image from URL and generate favicon set

Requirements

  • Python 3.12+
  • uv package manager
Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

local-only server

The server can only run on the client's local machine because it depends on local resources.

Automatically generates complete favicon sets from PNG images or URLs, creating multiple sizes, ICO files, Apple touch icons, and manifest.json for web applications.

  1. Features
    1. Setup
      1. Available Tools
        1. Requirements

          Related MCP Servers

          • A
            security
            A
            license
            A
            quality
            Enables AI assistants to download images from URLs and perform basic image optimization tasks.
            Last updated -
            2
            14
            10
            JavaScript
            Apache 2.0
          • A
            security
            A
            license
            A
            quality
            This server generates placeholder image URLs from various providers, supporting input validation and integration with desktop applications like Claude and Cursor.
            Last updated -
            1
            8
            MIT License
          • -
            security
            F
            license
            -
            quality
            Extracts components from Figma designs and transforms them into standardized JSON format for easy consumption by AI models and tools for interface reconstruction.
            Last updated -
            TypeScript
          • -
            security
            A
            license
            -
            quality
            A search service based on multiple image APIs and icon generation capabilities, specifically designed for integration with Cursor MCP service. Supports image search, download, and AI-generated icons.
            Last updated -
            4
            Python
            MIT License
            • Apple

          View all related MCP servers

          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