ピカピコン-mcp
![]()
説明
これは、Iconify API を使用して SVG を取得するための FE/UI/デザイナー向けの MCP です。
pickapicon-mcp を使用すると、Web サイトにアクセスして svg を探して愚かにコピーするのではなく、LLM に必要なものを取得するように依頼するだけで済みます。
MCP と LLM を駆使して、SVG を取得するためのワークフローを簡素化できます😎。
👉👉 アイコンリポジトリウェブサイト
ツール
get_icon_repos
すべてのリポジトリ名を取得します。他のツールの場合はパラメータ
<prefix>を使用します。
get_icons_by_desc_and_prefix
欲しいものの説明とプレフィックスを入力してアイコンを取得します
入力:
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 を素早く取得する

モダンデザインカラーでSVGを取得

ライセンス
マサチューセッツ工科大学
Related MCP Servers
- -securityAlicense-qualityMCP Tool Server for Logo Generation. This server provides logo generation capabilities using FAL AI, with tools for image generation, background removal, and image scaling.Last updated -170GPL 3.0
- -securityAlicense-qualityA Model Context Protocol server that provides tools for converting SVG code to high-quality PNG and JPG images with detailed customization options.Last updated -123MIT License
- -securityAlicense-qualityA 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 -13MIT License
- AsecurityAlicenseAqualityMCP server for Hugeicons integration and documentation This is a TypeScript-based MCP server that provides tools and resources for integrating Hugeicons into various platforms. It implements a Model Context Protocol (MCP) server that helps AI assistants provide accurate guidance for using HugeiconsLast updated -36411MIT License