Add IconServe to Claude Desktop

IconServe gives Claude Desktop access to 10,000+ open-source icons (Lucide, Heroicons, Tabler, Simple Icons) as SVG or PNG — searchable by name or natural language. Free, no API key.

Add to claude_desktop_config.json → mcpServers

{
  "mcpServers": {
    "iconserve": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://icons-for-agents.site/mcp"]
    }
  }
}

Then restart Claude Desktop

# Quit and reopen Claude Desktop; IconServe's tools appear in the tools menu.

Try it

Ask your agent: "use iconserve to find a settings icon." It will call search_icons and return ready-to-use SVG URLs.

Claude Desktop MCP docs →