Name | auto-favicon JSON |
Version |
1.0.1
JSON |
| download |
home_page | None |
Summary | A Model Context Protocol server providing tools for automatic favicon generation from PNG images or URLs |
upload_time | 2025-07-27 23:27:22 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.12 |
license | MIT |
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": "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/96/8a/b5b31cb7b0dbca78e4ee946749a367aa137043e488f4fd5882af51b619fb/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": "4708274c6d4f29d1e6394aa47b448d260000d18b7734c0618df620ecf7b2c160",
"md5": "94539ad6711aa53cb2960bf5d6175dbc",
"sha256": "7aa1a8f3f843dfed3dbe9e5495196eb09329300cbbca4af2af6afda0672ac964"
},
"downloads": -1,
"filename": "auto_favicon-1.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "94539ad6711aa53cb2960bf5d6175dbc",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.12",
"size": 5735,
"upload_time": "2025-07-27T23:27:21",
"upload_time_iso_8601": "2025-07-27T23:27:21.707690Z",
"url": "https://files.pythonhosted.org/packages/47/08/274c6d4f29d1e6394aa47b448d260000d18b7734c0618df620ecf7b2c160/auto_favicon-1.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "968ab5b31cb7b0dbca78e4ee946749a367aa137043e488f4fd5882af51b619fb",
"md5": "d32532ec8bd8afaa4d7a90b697cad7ce",
"sha256": "afefc789e83f88356ad30fc05b802e74e6a5b934692bb07f051710b8b0200fda"
},
"downloads": -1,
"filename": "auto_favicon-1.0.1.tar.gz",
"has_sig": false,
"md5_digest": "d32532ec8bd8afaa4d7a90b697cad7ce",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.12",
"size": 57616,
"upload_time": "2025-07-27T23:27:22",
"upload_time_iso_8601": "2025-07-27T23:27:22.789099Z",
"url": "https://files.pythonhosted.org/packages/96/8a/b5b31cb7b0dbca78e4ee946749a367aa137043e488f4fd5882af51b619fb/auto_favicon-1.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-27 23:27:22",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "auto-favicon"
}