← svgicons.com
INDIVIDUAL MCP TOOL
create_icon_kit
Create a persistent Pro Icon Collection and optionally add icon IDs.
Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
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.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.list_icon_collections— List your persistent Icon Collections with icon counts.