Add IconServe to Windsurf

IconServe gives Windsurf 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 ~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "iconserve": { "serverUrl": "https://icons-for-agents.site/mcp" }
  }
}

Try it

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

Windsurf MCP docs →