iflow-mcp_auto-favicon


Nameiflow-mcp_auto-favicon JSON
Version 1.0.1 PyPI version JSON
download
home_pageNone
SummaryA Model Context Protocol server providing tools for automatic favicon generation from PNG images or URLs
upload_time2025-09-03 03:04:24
maintainerNone
docs_urlNone
authorNone
requires_python>=3.12
licenseMIT
keywords favicon image-processing llm mcp web-development
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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

## Installation & Usage

### MCP Client Configuration

Add to your MCP client configuration:

```json
{
  "mcpServers": {
    "favicon-generator": {
      "command": "uvx",
      "args": ["auto-favicon"],
      "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

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "iflow-mcp_auto-favicon",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.12",
    "maintainer_email": null,
    "keywords": "favicon, image-processing, llm, mcp, web-development",
    "author": null,
    "author_email": "Lee <hua337@icloud.com>",
    "download_url": "https://files.pythonhosted.org/packages/48/55/65f49293f49558ff6268356336652f6a276f29fbd26d10782d56602242a8/iflow_mcp_auto_favicon-1.0.1.tar.gz",
    "platform": null,
    "description": "# Auto Favicon MCP Server\n\nAn 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.\n\n## Features\n\n- **PNG to Favicon**: Generate favicon sets from local PNG files\n- **URL to Favicon**: Download images from URLs and generate favicon sets\n- **Complete Icon Set**: Creates multiple sizes (16x16, 32x32, 48x48, 64x64, 128x128, 256x256)\n- **ICO Format**: Generates traditional favicon.ico files\n- **Apple Touch Icons**: Creates Apple-specific touch icons for iOS devices\n- **Web App Manifest**: Generates manifest.json for Progressive Web Apps\n\n## Installation & Usage\n\n### MCP Client Configuration\n\nAdd to your MCP client configuration:\n\n```json\n{\n  \"mcpServers\": {\n    \"favicon-generator\": {\n      \"command\": \"uvx\",\n      \"args\": [\"auto-favicon\"],\n      \"env\": {}\n    }\n  }\n}\n```\n\n## Available Tools\n\n- `generate_favicon_from_png`: Generate favicon set from a local PNG file\n- `generate_favicon_from_url`: Download image from URL and generate favicon set\n\n## Requirements\n\n- Python 3.12+\n- uv package manager\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A Model Context Protocol server providing tools for automatic favicon generation from PNG images or URLs",
    "version": "1.0.1",
    "project_urls": null,
    "split_keywords": [
        "favicon",
        " image-processing",
        " llm",
        " mcp",
        " web-development"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "52a5c50a90c95f9dadae6b8d69eac314b0bc60ce46c16b474231e73370201cb0",
                "md5": "3e3ba1338a27d02d2d5917acddc9468d",
                "sha256": "19d417f7c0f140604c800d8a36f775fcc7aff20b38d392ee4c77fc9178b1304e"
            },
            "downloads": -1,
            "filename": "iflow_mcp_auto_favicon-1.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3e3ba1338a27d02d2d5917acddc9468d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.12",
            "size": 5811,
            "upload_time": "2025-09-03T03:04:22",
            "upload_time_iso_8601": "2025-09-03T03:04:22.868906Z",
            "url": "https://files.pythonhosted.org/packages/52/a5/c50a90c95f9dadae6b8d69eac314b0bc60ce46c16b474231e73370201cb0/iflow_mcp_auto_favicon-1.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "485565f49293f49558ff6268356336652f6a276f29fbd26d10782d56602242a8",
                "md5": "18f6a1dd9e83fc22ddc4ccfb2aa1ea88",
                "sha256": "ed5bb697ec7d6108d30b98d0b8b9cd13e425509f8c58768cd8d43467b16cbcdd"
            },
            "downloads": -1,
            "filename": "iflow_mcp_auto_favicon-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "18f6a1dd9e83fc22ddc4ccfb2aa1ea88",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.12",
            "size": 57486,
            "upload_time": "2025-09-03T03:04:24",
            "upload_time_iso_8601": "2025-09-03T03:04:24.643367Z",
            "url": "https://files.pythonhosted.org/packages/48/55/65f49293f49558ff6268356336652f6a276f29fbd26d10782d56602242a8/iflow_mcp_auto_favicon-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-09-03 03:04:24",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "iflow-mcp_auto-favicon"
}
        
Elapsed time: 2.00628s