Skip to main content
Glama

Infyicon MCP Server

krupalghori44-dev/infyicon-mcp MCP server

Suchen Sie über 161.000+ kostenlose handgezeichnete Vektor-Icons aus jedem MCP-Client – Claude Desktop, Claude Code, Codex, Cursor, VS Code, ChatGPT, Gemini CLI, Windsurf und mehr. Jedes Icon ist in vier passenden Stilen verfügbar (outline, fill, color-outline, color-fill) mit fertigem SVG-Markup und PNG-URLs in 16–512 px.

  • Gehosteter Endpoint (empfohlen): https://infyicon.com/mcp – streambares HTTP, zustandslos, ohne Authentifizierung, ohne API-Schlüssel

  • Einrichtungsanleitung mit Copy-Paste-Konfiguration für alle Clients: https://infyicon.com/developers

  • Icon-Lizenz: Kostenlos für private und kommerzielle Nutzung mit Namensnennung von infyicon.com – siehe https://infyicon.com/license

Tools

Tool

Was es tut

search_icons

Durchsucht über 161.000+ Icons nach Stichwort, optional nach einem der vier Stile gefiltert. Gibt IDs, Seiten-URLs, SVG- und PNG-URLs sowie Tags zurück.

get_icon_svg

Vollständiges SVG-Markup für eine Icon-ID – bereit zum Einbetten in HTML/JSX/Design-Tools.

get_icon_png

Direkte PNG-URLs mit transparentem Hintergrund (16, 24, 32, 64, 128, 256, 512 px) für eine Icon-ID.

list_categories

Beliebteste Icon-Kategorien mit Stückzahlen und URLs zu den Kategorieseiten.

uicons_lookup

Schlüsselt CSS-Klassen in der Infyicon-UI-Webfont nach (61.000+ Glyphen, <i class="ii-r-home"></i>).

Related MCP server: brain-mcp-icon-visual

Schnellstart – gehosteter Endpoint

Claude Code

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

Claude Desktop / claude.ai – Einstellungen → Connectors → Benutzerdefinierten Connector hinzufügen → 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" }
  }
}

Vollständige, stets aktuelle Anweisungen für alle Clients: https://infyicon.com/developers

Lokal ausführen (stdio)

standalone.js ist ein Einstiegspunkt für Node 18+ ohne Abhängigkeiten. Er beantwortet initialize / tools/list lokal und leitet tools/call an den gehosteten Endpoint weiter (dort liegen der Suchindex und die 161.000 SVG-Assets).

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

Client-Konfiguration für die Stdio-Version:

{
  "mcpServers": {
    "infyicon": { "command": "node", "args": ["/path/to/infyicon-mcp/standalone.js"] }
  }
}

Docker

docker build -t infyicon-mcp .
docker run -i infyicon-mcp

Repo-Struktur

  • standalone.js – Stdio/HTTP-Server ohne Abhängigkeiten (lokale Brücke; das, was das Dockerfile ausführt)

  • mcp.js – das Produktionsmodul für Express, das https://infyicon.com/mcp bereitstellt (Referenz; hängt) von serverseitigen Assets ab)

  • Dockerfile – entwickelt die Standalone-Brücke

Beispiel

„Finden Sie mir ein Warenkorb-Icon im Outline-Stil und geben Sie mir das SVG.“

Der Client ruft search_icons {"query":"shopping cart","style":"outline"}1 auf, wählt eine ID wieerts shopping-cart-12_10432 uddeStreator dann gibt get_icon_svg das vollständige Markup zurück, das Sie direkt in Ihr Projekt einfügen können.

Lizenz

Code in diesem Repository: MIT. Die über die API bereitgestellten Icons bleiben für den privaten und kommerziellen Gebrauch kostenlos mit Namensnennung von infyicon.com – Details unter 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