Submit

pickapicon-mcp

@Leee62

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

What is Pickapicon Mcp?

Pickapicon Mcp is a tool designed for front-end developers, UI designers, and anyone needing SVG icons. It simplifies the process of obtaining SVGs by leveraging the Iconify API, allowing users to request icons through language models instead of manually searching for them online.

How to use Pickapicon Mcp?

To use Pickapicon Mcp, set up the MCP server configuration as specified in the documentation. You can then interact with the tool by asking for specific SVG icons based on descriptions or prefixes.

Key features of Pickapicon Mcp?

  • Retrieve SVG icons using natural language queries.
  • Access to a wide range of icons through the Iconify API.
  • Simplified workflow for designers and developers.

Use cases of Pickapicon Mcp?

  1. Quickly finding and using SVG icons in web projects.
  2. Streamlining the design process for UI/UX designers.
  3. Reducing time spent searching for icons online.

FAQ from Pickapicon Mcp?

  • Can I use Pickapicon Mcp for any type of SVG?

Yes! Pickapicon Mcp can retrieve a variety of SVG icons available through the Iconify API.

  • Is there a cost associated with using Pickapicon Mcp?

No, Pickapicon Mcp is free to use under the MIT license.

  • How do I set up the MCP server?

Follow the quick start guide in the documentation to configure the MCP server.

Server Config

{
  "mcpServers": {
    "pickapicon-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "pickapicon-mcp@latest"
      ],
      "env": {
        "PREFIX": "<LIKE ant-design>"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.