infyicon-mcp
Infyicon MCP Server
161,000点以上の無料の手書きベクターアイコンを、あらゆるMCPクライアント — Claude Desktop、Claude Code、ChatGPT、Cursor、VS Code、Codex、Gemini CLI、Windsurf など — から検索できます。すべてのアイコンは、4つのマッチングスタイル(outline、fill、color-outline、color-fill)で提供され、そのまま埋め込めるSVGマークアップと16–512 pxのPNG URLが付属します。
ホスト型エンドポイント(推奨):
https://infyicon.com/mcp— ストリーミングHTTP、ステートレス、認証なし、APIキー不要全クライアント向けコピペ設定ガイド: https://infyicon.com/developers
アイコンライセンス: 個人・商用利用無料ですが、infyicon.comへの帰属表示が必要です — 詳細: https://infyicon.com/license
ツール
ツール | 説明 |
| キーワードで161,000点以上のアイコンを検索。オプションで4つのスタイルのいずれかに絞り込み可能。ID、ページURL、SVG + PNG URL、タグを返します。 |
| アイコンIDに対応する完全なSVGマークアップを返します。HTML、JSX、デザインツールにそのまま埋め込めます。 |
| アイコンIDに対応する透明PNGの直接URL(16, 24, 32, 64, 128, 256, 512 px)を返します。 |
| 人気のアイコンカテゴリーを、件数とカテゴリーページURL付きで返します。 |
| Infyicon UIウェブフォント(61,000以上のグリフ、 |
Related MCP server: brain-mcp-icon-visual
クイックスタート — ホスト型エンドポイント
Claude Code
claude mcp add --transport http infyicon https://infyicon.com/mcpClaude Desktop / claude.ai — 設定 → コネクタ → カスタムコネクタを追加 → URL https://infyicon.com/mcp
Cursor / VS Code / Windsurf (mcp.json)
{
"mcpServers": {
"infyicon": { "url": "https://infyicon.com/mcp" }
}
}Codex CLI (~/.codex/config.toml)
[mcp_servers.infyicon]
url = "https://infyicon.com/mcp"Gemini CLI (~/.gemini/settings.json)
{
"mcpServers": {
"infyicon": { "httpUrl": "https://infyicon.com/mcp" }
}
}すべてのクライアント向けの、常に最新の完全な手順: https://infyicon.com/developers
ローカル実行(stdio)
standalone.js は依存ゼロの Node 18+ エントリポイントです。ローカルで initialize / tools/list に応答し、tools/call をホスト型エンドポイント(検索インデックスと161k SVGアセットがある場所)に中継します。
git clone https://github.com/krupalghori44-dev/infyicon-mcp.git
node infyicon-mcp/standalone.js # MCP over stdio
node infyicon-mcp/standalone.js --http 3000 # or streamable HTTP at :3000stdio バージョンのクライアント設定:
{
"mcpServers": {
"infyicon": { "command": "node", "args": ["/path/to/infyicon-mcp/standalone.js"] }
}
}Docker
docker build -t infyicon-mcp .
docker run -i infyicon-mcpリポジトリ構成
standalone.js— 依存ゼロの stdio/HTTP サーバー(ローカルブリッジ。Dockerfile が実行するもの)mcp.js—https://infyicon.com/mcpを提供する本番用 Express モジュール(参考実装。サーバーサイドのアセットに依存)Dockerfile— スタンドアロンブリッジをビルド
例
「outline スタイルの買い物カートアイコンを探して、そのSVGをください。」
クライアントは search_icons {"query":"shopping cart","style":"outline"} を呼び出し、shopping-cart-12_10432 のようなIDを選びます。次に get_icon_svg が、プロジェクトにそのまま貼り付けられる完全なマークアップを返します。
ライセンス
このリポジトリ内のコード: MIT。APIが提供するアイコンは、個人・商用を問わず無料で利用可能です。
infyicon.com への帰属表示が必要です。詳細: https://infyicon.com/license
Maintenance
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceProvides access to over 200,000 open-source vector icons from more than 200 icon sets via the Iconify API. It enables users to browse, search, and retrieve specific icon data along with usage examples for popular web frameworks like React, Vue, and Tailwind CSS.16014GPL 3.0
- FlicenseNot gradedqualityDmaintenanceVisual icon search, retrieval, and comparison for AI agents. Search 200k+ icons semantically, render side-by-side comparison grids, and retrieve raw SVG markup — all tools return images so vision-capable LLMs can see the icons.1
- AlicenseNot gradedqualityDmaintenanceProvides access to Iconify's 200,000+ open source vector icons from 200+ icon sets, enabling search, browsing, and retrieval of icon data with framework usage examples.19MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI-powered icon search, generation, and download from 275,000+ icons with web-based authentication and subscription plans.9MIT
Related MCP Connectors
Icons for agentic development: search & fetch 366,000+ open-source icons as SVG/PNG. No API key.
Search and download icons, illustrations, elements and emojis in PNG or SVG formats.
Multilingual semantic SVG icon search with previews for AI coding agents. 20,000+ icons.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/krupalghori44-dev/infyicon-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server