Skip to main content
Glama

Infyicon MCP Server

krupalghori44-dev/infyicon-mcp 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

ツール

ツール

説明

search_icons

キーワードで161,000点以上のアイコンを検索。オプションで4つのスタイルのいずれかに絞り込み可能。ID、ページURL、SVG + PNG URL、タグを返します。

get_icon_svg

アイコンIDに対応する完全なSVGマークアップを返します。HTML、JSX、デザインツールにそのまま埋め込めます。

get_icon_png

アイコンIDに対応する透明PNGの直接URL(16, 24, 32, 64, 128, 256, 512 px)を返します。

list_categories

人気のアイコンカテゴリーを、件数とカテゴリーページURL付きで返します。

uicons_lookup

Infyicon UIウェブフォント(61,000以上のグリフ、<i class="ii-r-home"></i>)のCSSクラスを検索します。

Related MCP server: brain-mcp-icon-visual

クイックスタート — ホスト型エンドポイント

Claude Code

claude mcp add --transport http infyicon https://infyicon.com/mcp

Claude 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 :3000

stdio バージョンのクライアント設定:

{
  "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.jshttps://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

Install Server
F
license - not found
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Provides 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.
    160
    14
    GPL 3.0
  • F
    license
    Not graded
    quality
    D
    maintenance
    Visual 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
  • A
    license
    Not graded
    quality
    D
    maintenance
    Provides 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.
    19
    MIT

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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