JSPM

pickapicon-mcp

1.0.3
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 15
  • Score
    100M100P100Q69574F
  • License MIT

a mcp server help developer to get svg simply and quickly

Package Exports

  • pickapicon-mcp
  • pickapicon-mcp/build/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (pickapicon-mcp) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

pickapicon-mcp

logo

中文文档 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

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