Add SVGIcons MCP to Claude Code and Find SVG Icons from Your Terminal A developer has created SVGIcons MCP, a Model Context Protocol server that integrates the SVGIcons catalog directly into Claude Code. The tool allows developers to search for and retrieve SVG icons from within their terminal, eliminating the need to leave their coding environment to find UI icons. Claude Code can now handle requests for specific icons, such as a "clean 24px outline icon for a settings button," and help integrate them into frontend projects. Finding the right SVG icon is one of those small tasks that constantly interrupts development. You are building a UI, need a clean search icon, then a settings icon, then maybe a GitHub logo. You open an icon website, search manually, compare styles, copy SVG markup, paste it into your project, clean it up, and repeat. With SVGIcons MCP , you can bring that workflow directly into Claude Code . Instead of leaving your terminal, you can ask Claude to search SVG icons, inspect results, and help you integrate the right icon into your frontend project. SVGIcons MCP is a Model Context Protocol server for svgicons.com https://svgicons.com . It gives AI coding tools access to the SVGIcons catalog so they can: In practice, this means Claude Code can help you find icons while you are already working inside your project. Claude Code is already useful for editing files, refactoring components, and working across a codebase. Adding SVGIcons MCP makes it more useful for UI work because Claude can understand requests like: txt Find a clean 24px outline icon for a settings button.