← svgicons.com
INDIVIDUAL MCP TOOL
add_icons_to_collection
Add catalog icons to an existing Icon Collection as plain entries (idempotent).
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
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.
Related tools
search_icons— Search svgicons.search_icon_sets— Search icon sets by name, prefix, author, category, or description.get_icon— Return one icon by ID.export_icon_png— Render one icon as PNG or a ZIP of PNG variants.recommend_icons_for_ui— Recommend icon candidates for a UI description using svgicons.create_icon_kit— Create a persistent Pro Icon Collection and optionally add icon IDs.generate_icon_kit_for_project— Recommend and persist an Icon Collection for a project brief.export_icon_collection— Queue a Pro Icon Collection export, including optional PNG packs.