Design
svgicons.com
Provides icon search, retrieval, and recommendation services for UI design.
ENDPOINT 1
https://svgicons.com/mcp
MCP server metadata
- Name
- svgicons-mcp
- Version
- 0.3.2
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_icon_setsSearch icon sets by name, prefix, author, category, or description.
Inferred read-onlyrecommend_icons_for_uiRecommend icon candidates for a UI description using svgicons.
Inferred read-onlycreate_icon_kitCreate a persistent Pro Icon Collection and optionally add icon IDs.
Potential side effectsgenerate_icon_kit_for_projectRecommend and persist an Icon Collection for a project brief.
Inferred read-onlyexport_icon_collectionQueue a Pro Icon Collection export, including optional PNG packs.
Inferred read-onlyadd_icons_to_collectionAdd catalog icons to an existing Icon Collection as plain entries (idempotent).
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.