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

> Source: <https://dev.to/svgicons/add-svgicons-mcp-to-claude-code-and-find-svg-icons-from-your-terminal-2875>
> Published: 2026-05-25 17:33:36+00:00

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.
```


