Skip to main content
Glama

PickAPIcon MCP

by Leee62

pickapicon-mcp

标识

描述

这是 FE/UI/Designer 通过 Iconify API 获取 SVG 的 mcp。

通过使用 pickapicon-mcp,您只需要求 LLM 获取您需要的内容,而不必去网站查找 svg 并愚蠢地复制。

它可以简化您的 svg 工作流程,与 MCP 和 LLM 共舞😎。

👉👉 Icon Repo 网站Iconify 👈👈

工具

  • 获取图标库
    • 获取所有 repo 名称,用于其他工具 param <prefix>
  • 通过描述和前缀获取图标
    • 输入 desc 你想要的内容和前缀来获取图标
    • 输入:
      • desc:描述你想要的
      • 前缀?:前缀
  • 通过前缀和名称获取图标详细信息
    • 通过前缀和 svg 名称获取图标详细信息(SVG 代码)
    • 输入:
      • svg_name:svg名称
      • 前缀?:前缀

快速入门

通过 Smithery 安装

要通过Smithery自动为 Claude Desktop 安装 Pickapicon MCP:

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

这是 MCP 服务器配置

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

案件

  • 快速获取 COMPONENT / PAGE 的 svg案例2
  • 获取具有现代设计色彩的 svg案例1

执照

麻省理工学院

-
security - not tested
A
license - permissive license
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

MCP 服务器允许 FE/UI/设计师通过 Iconify API 检索 SVG 图标,只需询问 LLM 即可,而无需手动搜索网站。

  1. 描述
    1. 工具
      1. 快速入门
        1. 通过 Smithery 安装
      2. 案件
        1. 执照

          Related MCP Servers

          • A
            security
            A
            license
            A
            quality
            Enables vector similarity search and serving of Svelte documentation via the MCP protocol, with support for local caching and multiple llms.txt documentation formats.
            Last updated -
            2
            472
            78
            TypeScript
            MIT License
            • Linux
            • Apple
          • -
            security
            F
            license
            -
            quality
            MCP server enabling LLMs to perform browser tasks via SSE transport, allowing clients like Cursor.ai and Claude to open websites and interact with web content through natural language commands.
            Last updated -
            • Apple
          • -
            security
            A
            license
            -
            quality
            A search service based on multiple image APIs and icon generation capabilities, specifically designed for integration with Cursor MCP service. Supports image search, download, and AI-generated icons.
            Last updated -
            2
            Python
            MIT License
            • Apple
          • -
            security
            F
            license
            -
            quality
            A Model Context Protocol server that converts SVG code to PNG images, offering two conversion methods (CairoSVG and Inkscape) with support for custom working directories.
            Last updated -
            1
            Python
            • Linux
            • Apple

          View all related MCP servers

          MCP directory API

          We provide all the information about MCP servers via our MCP API.

          curl -X GET 'https://glama.ai/api/mcp/v1/servers/Leee62/pickapicon-mcp'

          If you have feedback or need assistance with the MCP directory API, please join our Discord server