Add IconServe to Cline

IconServe gives Cline 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.

Cline → MCP Servers → Configure → add a remote server

{
  "mcpServers": {
    "iconserve": { "url": "https://icons-for-agents.site/mcp", "transportType": "streamableHttp" }
  }
}

Try it

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

Cline MCP docs →