DEV Community

Svg/icons
Svg/icons

Posted on

Add SVGIcons MCP to Claude Code and Find SVG Icons from Your Terminal

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.

What is SVGIcons MCP?

SVGIcons MCP is a Model Context Protocol server for svgicons.com.

It gives AI coding tools access to the SVGIcons catalog so they can:

  • search for open-source SVG icons
  • inspect icon metadata
  • recommend icons for UI use cases
  • retrieve SVG markup
  • help integrate icons into web apps and design systems

In practice, this means Claude Code can help you find icons while you are already working inside your project.

Why use it with Claude Code?

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.
Enter fullscreen mode Exit fullscreen mode

Top comments (0)