← Registry

Design

svgicons.com

Provides icon search, retrieval, and recommendation services for UI design.

1 endpoint12 known toolsFirst detected July 25, 2026Last detected July 25, 2026

ENDPOINT 1

https://svgicons.com/mcp

No auth detected

MCP server metadata

Name
svgicons-mcp
Version
0.3.2
Capabilities
tools
Server instructions

Use svgicons.com MCP to search SVG icons and icon sets. Metadata is available without a token. Raw SVG, PNG export, persistent Icon Collections, and collection exports require the Pro Plan plus MCP authorization with mcp:use and the relevant scopes.

Known tools 12

search_icons

Search svgicons.

Inferred read-only
search_icon_sets

Search icon sets by name, prefix, author, category, or description.

Inferred read-only
get_icon

Return one icon by ID.

Inferred read-only
export_icon_png

Render one icon as PNG or a ZIP of PNG variants.

Inferred read-only
recommend_icons_for_ui

Recommend icon candidates for a UI description using svgicons.

Inferred read-only
create_icon_kit

Create a persistent Pro Icon Collection and optionally add icon IDs.

Potential side effects
generate_icon_kit_for_project

Recommend and persist an Icon Collection for a project brief.

Inferred read-only
export_icon_collection

Queue a Pro Icon Collection export, including optional PNG packs.

Inferred read-only
list_icon_collections

List your persistent Icon Collections with icon counts.

Inferred read-only
get_icon_collection

Read one Icon Collection with its paginated entries.

Inferred read-only
add_icons_to_collection

Add catalog icons to an existing Icon Collection as plain entries (idempotent).

Inferred read-only
remove_icon_from_collection

Remove an icon from an Icon Collection.

Potential side effects

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.svgicons-mcp]
url = "https://svgicons.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "svgicons-mcp": {
      "type": "http",
      "url": "https://svgicons.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: svgicons-mcp
Remote MCP URL: https://svgicons.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "svgicons-mcp": {
      "url": "https://svgicons.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "svgicons-mcp": {
      "type": "http",
      "url": "https://svgicons.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "svgicons-mcp",
  "transport": "streamable-http",
  "url": "https://svgicons.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.