infyicon-mcp
Infyicon 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üsselEinrichtungsanleitung 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 |
| 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. |
| Vollständiges SVG-Markup für eine Icon-ID – bereit zum Einbetten in HTML/JSX/Design-Tools. |
| Direkte PNG-URLs mit transparentem Hintergrund (16, 24, 32, 64, 128, 256, 512 px) für eine Icon-ID. |
| Beliebteste Icon-Kategorien mit Stückzahlen und URLs zu den Kategorieseiten. |
| Schlüsselt CSS-Klassen in der Infyicon-UI-Webfont nach (61.000+ Glyphen, |
Related MCP server: brain-mcp-icon-visual
Schnellstart – gehosteter Endpoint
Claude Code
claude mcp add --transport http infyicon https://infyicon.com/mcpClaude 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 :3000Client-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-mcpRepo-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, dashttps://infyicon.com/mcpbereitstellt (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.
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