Skip to main content
Glama

Infyicon MCP Server

krupalghori44-dev/infyicon-mcp MCP server

모든 MCP 클라이언트에서 161,000개 이상의 무료 손그림 벡터 아이콘을 검색하세요 — Claude Desktop, Claude Code, ChatGPT, Cursor, VS Code, Codex, Gemini CLI, Windsurf 등. 모든 아이콘은 네 가지 스타일(outline, fill, color-outline, color-fill)로 제공되며, 바로 임베드할 수 있는 SVG 마크업과 16–512px 크기의 PNG URL을 포함합니다.

  • 호스팅 엔드포인트(권장): https://infyicon.com/mcp — 스트리밍 HTTP, 무상태(stateless), 인증 불필요, API 키 불필요

  • 모든 클라이언트를 위한 복사-붙여넣기 설정 가이드: https://infyicon.com/developers

  • 아이콘 라이선스: infyicon.com 출처 표시와 함께 개인 및 상업용 무료 — 자세한 내용은 https://infyicon.com/license 참조

도구

도구

기능

search_icons

키워드로 161,000개 이상의 아이콘을 검색하고, 선택적으로 네 가지 스타일 중 하나로 필터링합니다. ID, 페이지 URL, SVG + PNG URL, 태그를 반환합니다.

get_icon_svg

아이콘 ID에 대한 전체 SVG 마크업을 반환합니다 — HTML/JSX/디자인 도구에 바로 임베드할 수 있습니다.

get_icon_png

아이콘 ID에 대한 직접 투명 PNG URL(16, 24, 32, 64, 128, 256, 512px)을 반환합니다.

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 — standalone 브리지를 빌드합니다.

예제

"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