{
  "markdown": "# Infyicon MCP Server\n\n[![krupalghori44-dev/infyicon-mcp MCP server](https://glama.ai/mcp/servers/krupalghori44-dev/infyicon-mcp/badges/score.svg)](https://glama.ai/mcp/servers/krupalghori44-dev/infyicon-mcp)\n\nSearch **161,000+ free hand-drawn vector icons** from any MCP client — Claude Desktop, Claude Code, ChatGPT, Cursor, VS Code, Codex, Gemini CLI, Windsurf and more. Every icon comes in four matching styles (outline, fill, color-outline, color-fill) with ready-to-embed SVG markup and PNG URLs at 16–512 px.\n\n- **Hosted endpoint (recommended):** `https://infyicon.com/mcp` — streamable HTTP, stateless, **no auth, no API key**\n- **Setup guide with copy-paste config for every client:** https://infyicon.com/developers\n- **Icon license:** free for personal & commercial use with attribution to [infyicon.com](https://infyicon.com) — see https://infyicon.com/license\n\n## Tools\n\n| Tool | What it does |\n|---|---|\n| `search_icons` | Search 161,000+ icons by keyword, optionally filtered to one of the four styles. Returns ids, page URLs, SVG + PNG URLs, tags. |\n| `get_icon_svg` | Full SVG markup for an icon id — ready to embed in HTML/JSX/design tools. |\n| `get_icon_png` | Direct transparent-PNG URLs (16, 24, 32, 64, 128, 256, 512 px) for an icon id. |\n| `list_categories` | Most popular icon categories with counts and category-page URLs. |\n| `uicons_lookup` | Look up CSS classes in the Infyicon UI webfont (61,000+ glyphs, `<i class=\"ii-r-home\"></i>`). |\n\n## Quick start — hosted endpoint\n\n**Claude Code**\n\n```bash\nclaude mcp add --transport http infyicon https://infyicon.com/mcp\n```\n\n**Claude Desktop / claude.ai** — Settings → Connectors → Add custom connector → URL `https://infyicon.com/mcp`\n\n**Cursor / VS Code / Windsurf** (`mcp.json`)\n\n```json\n{\n  \"mcpServers\": {\n    \"infyicon\": { \"url\": \"https://infyicon.com/mcp\" }\n  }\n}\n```\n\n**Codex CLI** (`~/.codex/config.toml`)\n\n```toml\n[mcp_servers.infyicon]\nurl = \"https://infyicon.com/mcp\"\n```\n\n**Gemini CLI** (`~/.gemini/settings.json`)\n\n```json\n{\n  \"mcpServers\": {\n    \"infyicon\": { \"httpUrl\": \"https://infyicon.com/mcp\" }\n  }\n}\n```\n\nFull, always-current instructions for all clients: **https://infyicon.com/developers**\n\n## Run locally (stdio)\n\n`standalone.js` is a zero-dependency Node 18+ entry point. It answers `initialize` / `tools/list` locally and relays `tools/call` to the hosted endpoint (where the search index and 161k SVG assets live).\n\n```bash\ngit clone https://github.com/krupalghori44-dev/infyicon-mcp.git\nnode infyicon-mcp/standalone.js          # MCP over stdio\nnode infyicon-mcp/standalone.js --http 3000   # or streamable HTTP at :3000\n```\n\nClient config for the stdio version:\n\n```json\n{\n  \"mcpServers\": {\n    \"infyicon\": { \"command\": \"node\", \"args\": [\"/path/to/infyicon-mcp/standalone.js\"] }\n  }\n}\n```\n\n### Docker\n\n```bash\ndocker build -t infyicon-mcp .\ndocker run -i infyicon-mcp\n```\n\n## Repo layout\n\n- `standalone.js` — zero-dependency stdio/HTTP server (local bridge; what the Dockerfile runs)\n- `mcp.js` — the production Express module that serves `https://infyicon.com/mcp` (reference; depends on server-side assets)\n- `Dockerfile` — builds the standalone bridge\n\n## Example\n\n> \"Find me a shopping cart icon in outline style and give me the SVG.\"\n\nThe client calls `search_icons {\"query\":\"shopping cart\",\"style\":\"outline\"}`, picks an id like `shopping-cart-12_10432`, then `get_icon_svg` returns the full markup to paste straight into your project.\n\n## License\n\nCode in this repository: [MIT](LICENSE). Icons served by the API remain free for personal and commercial use **with attribution to infyicon.com** — details at https://infyicon.com/license.\n",
  "bytes": 3643,
  "sha": "6390679de72c731211e96d800cb9be31349d6a2d789495bb4cfac72a7d16b898",
  "repo_slug": "krupalghori44-dev/infyicon-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_krupalghori44_dev_infyicon_mcp_e2f05f65/readme"
}