trackmcp
Back to directory
Leee62

pickapicon-mcp

View on GitHub

a mcp server help developer to get svg simply and quickly with LLM

4 stars JavaScriptOthers Updated Apr 21, 2026

Documentation

pickapicon-mcp

logo
smithery badge
中文文档
English

Description

This is a mcp for FE/UI/Designer to get SVG By Iconify API.

By using pickapicon-mcp, You just need to ask LLMs to get what you need instead of going to the website to find svg and copying stupidly.

It can make your workflow to get svg simplify, Dancing with MCP & LLMs 😎.

**👉👉 Icon Repo WebSite Iconify 👈👈**

Tools

  • get_icon_repos
    • get_icons_by_desc_and_prefix
      • get_icon_detail_by_prefix_and_name
        • get icon detail (SVG code) by prefix and svg name
        • inputs:
          • svg_name: svg name
          • prefix?: prefix

      QuickStart

      Installing via Smithery

      To install Pickapicon MCP for Claude Desktop automatically via Smithery:

      bash
      npx -y @smithery/cli install @Leee62/pickapicon-mcp --client claude

      this is MCP Server Config

      json
      "mcpServers": {
          "pickapicon-mcp": {
            "type": "stdio",
            "command": "npx",
            "args": [
              "-y",
              "pickapicon-mcp@latest"
            ],
            "env": {
              "PREFIX": ""
            }
          }
        }

      Case

      • Quickly get svgs about COMPONENT / PAGE
      case2
      • get svg with Modern Design Color
      case1

      License

      MIT

      Frequently asked questions

      What is pickapicon-mcp?

      pickapicon-mcp is a mcp server help developer to get svg simply and quickly with LLM

      How do I install pickapicon-mcp?

      Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

      Is pickapicon-mcp open source?

      Yes — it is hosted on GitHub at https://github.com/Leee62/pickapicon-mcp and has 4 stars.

      Related MCP tools

      Run your own MCP server? See who uses it and what to fix.

      Measure it with TrackMCP