Pickapicon - Secure MCP Server by ALMC Security 2025

Pickapicon

View on GitHub

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 all repo name, for other tools param <prefix>
  • get_icons_by_desc_and_prefix

    • get icons by inputting desc what you want and prefix
    • inputs:
      • desc: desc what you want
      • prefix?: 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:

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

this is MCP Server Config

  "mcpServers": {
    "pickapicon-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "pickapicon-mcp@latest"
      ],
      "env": {
        "PREFIX": "<LIKE ant-design>"
      }
    }
  }

Case

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

License

MIT

Related in Development - Secure MCP Servers

ServerSummaryActions
PentestGPT-MCPThis project is an advanced penetration testing tool based on the original "PentestGPT" paper. It ex...View
ZeplinConnect AI agents like Cursor, Windsurf, and VS Code (w/ Copilot) to Zeplin. Using the MCP server, A...View
MCP Servers for CS Experimentation WorkshopAchieve "5-minute magic" - go from concept to working experiment in under 5 minutes using AI-collabo...View
MicromanageView
HiGHS MCP ServerA Model Context Protocol (MCP) server that provides linear programming (LP) and mixed-integer progra...View
AI Image Generation基于火山引擎(抖音豆包)的图像生成服务,专门设计用于与 Cursor MCP 服务集成。支持自定义图片宽高比、保...View