auto-favicon-mcp

pravinakarunanithi/auto-favicon-mcp
★ 0 stars Python 🌐 Browser/Web Updated 1mo ago
Automatically generate favicon sets from PNG images or URLs with the Auto Favicon MCP Server. Create complete icon sets for web and iOS easily. 🖼️✨
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "auto-favicon-mcp": {
      "command": "uvx",
      "args": [
        "auto-favicon-mcp"
      ]
    }
  }
}

Or install with pip: pip install auto-favicon-mcp