loading…
Search for a command to run...
loading…
Icon Generator AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Icon Generator AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
MCP server for icon generator ai mcp operations
Icon Generator Ai MCP provides AI-powered tools via the Model Context Protocol (MCP).
| Tool | Description |
|---|---|
generate_icon_svg |
Generate an SVG icon by name. Supports outline style with configurable size, col |
list_icon_sets |
List all available icons, optionally filtered by category. |
search_icons |
Search for icons by keyword. Returns matching icon names and their categories. |
convert_format |
Convert an icon to different output formats: react (JSX), vue, css-class, data-u |
pip install meok-icon-generator-ai-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"icon-generator-ai": {
"command": "python",
"args": ["-m", "meok_icon_generator_ai_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 4 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs
Add this to claude_desktop_config.json and restart Claude Desktop.
{
"mcpServers": {
"icon-generator-ai-mcp": {
"command": "npx",
"args": []
}
}
}